Type Alias hedera::AccountRecordsQuery

source ·
pub type AccountRecordsQuery = Query<AccountRecordsQueryData>;
Expand description

Get all the records for an account for any transfers into it and out of it, that were above the threshold, during the last 25 hours.

Aliased Type§

struct AccountRecordsQuery { /* private fields */ }

Implementations§

source§

impl AccountRecordsQuery

source

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

Gets the account ID for which the records should be retrieved.

source

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

Sets the account ID for which the records should be retrieved.