Address class

Constructors

Address(Uint8List value)

Properties

hexEncoded → String
read-only
hexEncodedLE → String
read-only
value ↔ Uint8List
read / write
valueLE → Uint8List
read-only
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

serialize() → String
toBase58() → Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

decode(String b58) → Future<Uint8List>
encodeToBase58(Uint8List data) → Future<String>
fromBase58(String b58) → Future<Address>
fromOntId(String ontid) → Future<Address>
fromPubkey(PublicKey pubkey) → Future<Address>
fromValue(String value) → Future<Address>
fromVMCode(Uint8List code) → Future<Address>
generateOntId(PublicKey pubkey) → Future<String>