nimiq/account/account_type
Types
pub type AccountType {
  Basic
  Vesting
  Htlc
  Staking
}Constructors
- 
          Basic
- 
          Vesting
- 
          Htlc
- 
          Staking
Values
pub fn from_int(value: Int) -> Result(AccountType, String)pub fn to_int(account_type: AccountType) -> Int