This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add Transaction Fee RPC to Statemint/Statemine #542
Labels
T7-system_parachains
This PR/Issue is related to System Parachains.
Client needs to expose the RPC for this.
impl_runtime_apis
: https://github.com/paritytech/polkadot/blob/master/runtime/polkadot/src/lib.rs#L1373Extract
rpc
stuff into its own module from: https://github.com/paritytech/cumulus/blob/master/polkadot-parachains/src/service.rsReconnect via RPC to service and expose the new rpcs:
Some notes on extending RPC here: https://github.com/paritytech/substrate/blob/master/bin/node-template/node/src/rpc.rs#L58
The text was updated successfully, but these errors were encountered: