AddressContentTotal class abstract

AddressContentTotal

Properties:

Annotations
  • @BuiltValue()

Constructors

AddressContentTotal([void updates(AddressContentTotalBuilder b)])
factory

Properties

address String
Bech32 encoded address
no setter
hashCode int
The hash code for this object.
no setterinherited
receivedSum → BuiltList<TxContentOutputAmountInner>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentSum → BuiltList<TxContentOutputAmountInner>
no setter
txCount int
Count of all transactions on the address
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AddressContentTotalBuilder)) AddressContentTotal
Rebuilds the instance.
inherited
toBuilder() AddressContentTotalBuilder
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<AddressContentTotal>
no setter