BaseAccount class
- Implemented types
Constructors
- BaseAccount(String? address, KeysDto? publicKey, double? accountNumber, double? sequence)
Properties
Methods
-
getAccountNumber(
) → double -
override
-
getPublicKey(
) → KeysDto -
override
-
getSequenceNumber(
) → double -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAmino(
) → BaseAccountAminoArgs -
ToData(
) → BaseAccountDataArgs -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromAmino(
BaseAccountAminoArgs args) → BaseAccount -
fromData(
BaseAccountDataArgs data) → BaseAccount