Type Definition flow_sdk::account::DefaultAccount [−][src]
pub type DefaultAccount<Client> = Account<Client>;
Expand description
An account that uses the default signing and hashing algorithms.
pub type DefaultAccount<Client> = Account<Client>;
An account that uses the default signing and hashing algorithms.