mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 10:47:55 +00:00
RPC to query transaction fee + weight + info (#3876)
* initial version for testing * New version that compiles * optional at block parameter * Fix some more view grumbles. * Update srml/transaction-payment/src/lib.rs
This commit is contained in:
@@ -8,7 +8,9 @@ edition = "2018"
|
||||
client = { package = "substrate-client", path = "../../core/client" }
|
||||
jsonrpc-core = "13.2.0"
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
sr-primitives = { path = "../../core/sr-primitives" }
|
||||
srml-contracts-rpc = { path = "../../srml/contracts/rpc/" }
|
||||
srml-transaction-payment-rpc = { path = "../../srml/transaction-payment/rpc/" }
|
||||
srml-system-rpc = { path = "../../srml/system/rpc/" }
|
||||
transaction_pool = { package = "substrate-transaction-pool", path = "../../core/transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user