pallet-transaction-payment-rpc 22.0.0

RPC interface for the transaction payment pallet.
Documentation
[package]
name = "pallet-transaction-payment-rpc"
version = "22.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "RPC interface for the transaction payment pallet."
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2" }
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
pallet-transaction-payment-rpc-runtime-api = { version = "20.0.0" }
sp-api = { version = "18.0.0" }
sp-blockchain = { version = "20.0.0" }
sp-core = { version = "19.0.0" }
sp-rpc = { version = "18.0.0" }
sp-runtime = { version = "22.0.0" }
sp-weights = { version = "18.0.0" }