Type Alias hedera::AccountInfoQuery

source ·
pub type AccountInfoQuery = Query<AccountInfoQueryData>;
Expand description

Get all the information about an account, including the balance.

This does not get the list of account records.

Aliased Type§

struct AccountInfoQuery { /* private fields */ }

Implementations§

source§

impl AccountInfoQuery

source

pub fn get_account_id(&self) -> Option<AccountId>

Gets the account ID for which information is requested.

source

pub fn account_id(&mut self, id: AccountId) -> &mut Self

Sets the account ID for which information is requested.