mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 11:01:08 +00:00
stabilize call_runtime (#13901)
This commit is contained in:
@@ -2404,8 +2404,6 @@ pub mod env {
|
|||||||
/// - Provide functionality **exclusively** to contracts.
|
/// - Provide functionality **exclusively** to contracts.
|
||||||
/// - Provide custom weights.
|
/// - Provide custom weights.
|
||||||
/// - Avoid the need to keep the `Call` data structure stable.
|
/// - Avoid the need to keep the `Call` data structure stable.
|
||||||
#[unstable]
|
|
||||||
#[prefixed_alias]
|
|
||||||
fn call_runtime(
|
fn call_runtime(
|
||||||
ctx: _,
|
ctx: _,
|
||||||
memory: _,
|
memory: _,
|
||||||
|
|||||||
Reference in New Issue
Block a user