mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 21:57:55 +00:00
bb9d2fa75a
* Remove contracts RPCs * Remove serde as RPC serialization is no longer needed * Rename folder to match crate name * Compile fix * Remove Byte wrapper
7 lines
208 B
Markdown
7 lines
208 B
Markdown
Runtime API definition used to provide dry-run capabilities
|
|
|
|
This API should be imported and implemented by the runtime,
|
|
of a node that wants to provide clients with dry-run
|
|
capabilities.
|
|
|
|
License: Apache-2.0 |