AccountAddressesTotal class abstract

AccountAddressesTotal

Properties:

Annotations
  • @BuiltValue()

Constructors

AccountAddressesTotal([void updates(AccountAddressesTotalBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
receivedSum → BuiltList<AccountAddressesTotalReceivedSumInner>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentSum → BuiltList<AccountAddressesTotalReceivedSumInner>
no setter
stakeAddress String
Bech32 encoded stake address
no setter
txCount int
Count of all transactions for all addresses associated with the account
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountAddressesTotalBuilder)) AccountAddressesTotal
Rebuilds the instance.
inherited
toBuilder() AccountAddressesTotalBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AccountAddressesTotal>
no setter