Struct helium_api::models::Account [−][src]
pub struct Account {
pub address: String,
pub balance: Hnt,
pub dc_balance: u64,
pub sec_balance: Hst,
pub nonce: u64,
pub speculative_nonce: u64,
pub speculative_sec_nonce: u64,
}Expand description
Represents a wallet on the blockchain.
Fields
address: StringThe wallet address is the base58 check-encoded public key of the wallet.
balance: HntThe latest balance of the wallet known to the API
dc_balance: u64The data credit balance of the wallet known to the API
sec_balance: HstThe security token balance of the wallet known to the API
nonce: u64The current nonce for the account
speculative_nonce: u64The speculative nonce for the account
speculative_sec_nonce: u64The speculative security nonce for the account
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Accountimpl UnwindSafe for AccountBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more