node-rpc

Crates.ionode-rpc
lib.rsnode-rpc
version2.0.0
sourcesrc
created_at2021-03-04 01:44:38.037697
updated_at2021-04-05 04:18:50.755374
descriptionTetcore collection of node-specific RPC methods.
homepagehttps://core.tetcoin.org
repositoryhttps://github.com/tetcoin/tetcore
max_upload_size
id363496
size12,635
Marlon Hanks (marlonhanks)

documentation

README

node-rpc

Tetcore collection of node-specific RPC methods.

Since tetcore core functionality makes no assumptions about the modules used inside the runtime, so do RPC methods defined in tc-rpc crate. It means that client/rpc can't have any methods that need some strong assumptions about the particular runtime.

The RPCs available in this crate however can make some assumptions about how the runtime is constructed and what FABRIC nobles are part of it. Therefore all node-runtime-specific RPCs can be placed here or imported from corresponding FABRIC RPC definitions.

Commit count: 5279

cargo fmt