Optional
transactions: string[]Throws an exception because the account cannot be represented as a big integer.
The BigInt representation of the account.
The account cannot be represented as a bigint. VeChainDataModel#bi
Throws an exception because the account cannot be represented as a byte array.
The byte array representation of the account.
The account cannot be represented as a byte array. VeChainDataModel#bytes
Throws an exception because the account cannot be represented as a number.
The number representation of the account.
The account cannot be represented as a number. VeChainDataModel#n
Compare this instance with that
in a meaningful way.
object to compare.
a negative number if this
< that
, zero if this
= that
, a positive number if this
> that`.
VeChainDataModel#compareTo
Checks if the given value is equal to the current instance.
The value to compare.
Represents a VeChain account.
Implements