AccountNumber class

A simple type that holds an account number in a reliable way.

Constructors

AccountNumber(String account)
AccountNumber.fromInt(int? account)

Properties

account int?
getter/setter pair
checksum int?
getter/setter pair
createdInBlock int?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isFoundationReward bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calcBlockInfo() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
Operator overrides
override

Static Methods

calculateChecksum(int account) int
Calculates the checksum for the given account number.