mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
c9175b59ff
* palette -> frame * PALETTE, Palette -> FRAME * Move folder pallete -> frame * Update docs/Structure.adoc Co-Authored-By: Benjamin Kampmann <ben.kampmann@googlemail.com> * Update docs/README.adoc Co-Authored-By: Benjamin Kampmann <ben.kampmann@googlemail.com> * Update README.adoc
17 lines
687 B
TOML
17 lines
687 B
TOML
[package]
|
|
name = "node-rpc"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client = { package = "substrate-client", path = "../../../client/" }
|
|
jsonrpc-core = "14.0.3"
|
|
node-primitives = { path = "../primitives" }
|
|
node-runtime = { path = "../runtime" }
|
|
sr-primitives = { path = "../../../primitives/sr-primitives" }
|
|
pallet-contracts-rpc = { path = "../../../frame/contracts/rpc/" }
|
|
pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc/" }
|
|
frame-system-rpc = { path = "../../../frame/system/rpc/" }
|
|
transaction_pool = { package = "substrate-transaction-pool", path = "../../../client/transaction-pool" }
|