AccountType

public enum AccountType : Int, Decodable

Type of a Nimiq account.

  • Normal Nimiq account.

    Declaration

    Swift

    case basic = 0
  • Vesting contract.

    Declaration

    Swift

    case vesting = 1
  • Hashed Timelock Contract.

    Declaration

    Swift

    case htlc = 2