mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 21:15:41 +00:00
Add an RPC method for calling a contract. (#3563)
* Sketch * Some work on docs. * Doc improvements. * More docs. * Some more docs. * Yet another comment. * Bump impl_version. * Accept the block hash * Use NumberOrHex * Update node/rpc/src/contracts.rs Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com> * Move rpc/primitives
This commit is contained in:
@@ -17,6 +17,7 @@ runtime_version = { package = "sr-version", path = "../sr-version" }
|
||||
serde_json = "1.0"
|
||||
session = { package = "substrate-session", path = "../session" }
|
||||
sr-primitives = { path = "../sr-primitives" }
|
||||
rpc-primitives = { package = "substrate-rpc-primitives", path = "primitives" }
|
||||
state_machine = { package = "substrate-state-machine", path = "../state-machine" }
|
||||
substrate-executor = { path = "../executor" }
|
||||
substrate-keystore = { path = "../keystore" }
|
||||
|
||||
Reference in New Issue
Block a user