mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Contracts: Stabilize XCM host fns (#4213)
See https://github.com/paritytech/ink/pull/1912 https://github.com/paritytech/ink-docs/pull/338
This commit is contained in:
@@ -2104,7 +2104,6 @@ pub mod env {
|
||||
|
||||
/// Execute an XCM program locally, using the contract's address as the origin.
|
||||
/// See [`pallet_contracts_uapi::HostFn::execute_xcm`].
|
||||
#[unstable]
|
||||
fn xcm_execute(
|
||||
ctx: _,
|
||||
memory: _,
|
||||
@@ -2143,7 +2142,6 @@ pub mod env {
|
||||
|
||||
/// Send an XCM program from the contract to the specified destination.
|
||||
/// See [`pallet_contracts_uapi::HostFn::send_xcm`].
|
||||
#[unstable]
|
||||
fn xcm_send(
|
||||
ctx: _,
|
||||
memory: _,
|
||||
|
||||
Reference in New Issue
Block a user