Crate quantus_cli

Crate quantus_cli 

Source
Expand description

§Quantus CLI Library

This library provides the core functionality for interacting with the Quantus Network. It can be used as a dependency in other Rust projects that need to interact with the Quantus blockchain.

Re-exports§

pub use error::QuantusError as Error;
pub use error::Result;
pub use chain::client::ChainConfig;
pub use chain::client::QuantusClient;
pub use cli::send::batch_transfer;
pub use cli::send::format_balance_with_symbol;
pub use cli::send::get_balance;
pub use cli::send::transfer;
pub use cli::send::transfer_with_nonce;
pub use qp_dilithium_crypto;

Modules§

chain
cli
config
Configuration management module
error
log
Quantus CLI Logging Module
wallet

Macros§

log_error
log_info
log_print
log_success
log_verbose

Structs§

AccountId32
An opaque 32-byte cryptographic identifier.

Enums§

MultiAddress
A multi-format address wrapper for on-chain accounts.

Constants§

NAME
Library name
VERSION
Library version

Functions§

name
Get the library name
version
Get the library version