TWAnyAddressImpl class

Inheritance

Constructors

TWAnyAddressImpl.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

createWithPublicKey(Pointer<Void> publicKey, int coinType) Pointer<Void>
createWithString(String address, int coinType) Pointer<Void>
data(Pointer<Void> anyAddress) Uint8List
delete(Pointer<Void> address) → void
description(Pointer<Void> anyAddress) String
isValid(String address, int coinType) bool