Files
pezkuwi-subxt/substrate/frame/contracts/runtime-api/README.md
T
Alexander Theißen bb9d2fa75a Remove contracts RPCs (#12358)
* Remove contracts RPCs

* Remove serde as RPC serialization is no longer needed

* Rename folder to match crate name

* Compile fix

* Remove Byte wrapper
2022-10-02 15:16:45 +00:00

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