Crate ergo_node_interface

Source

Re-exports§

pub use node_interface::NodeInterface;
pub use local_config::*;

Modules§

local_config
node_interface
The NodeInterface struct is defined which allows for interacting with an Ergo Node via Rust.
scanning
A struct Scan is defined here which wraps the concept of UTXO-set scanning in a Rust-based struct interface.
transactions
wallet

Structs§

ScanId

Type Aliases§

BlockDuration
Duration in number of blocks.
BlockHeight
A block height of the chain.
JsonString
A JSON String
NanoErg
The smallest unit of the Erg currency.
P2PKAddressString
A Base58 encoded String of a Ergo P2PK address.
P2SAddressString
A Base58 encoded String of a Ergo P2S address.
TokenID
A Base58 encoded String of a Token ID.