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§
Type Aliases§
- Block
Duration - Duration in number of blocks.
- Block
Height - A block height of the chain.
- Json
String - A JSON String
- NanoErg
- The smallest unit of the Erg currency.
- P2PK
Address String - A Base58 encoded String of a Ergo P2PK address.
- P2SAddress
String - A Base58 encoded String of a Ergo P2S address.
- TokenID
- A Base58 encoded String of a Token ID.