TWNervosAddress class abstract

Represents a Nervos address.

Constructors

TWNervosAddress.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

TWNervosAddressArgs(Pointer<Void> address) Pointer<Void>
Returns the address args data.
TWNervosAddressCodeHash(Pointer<Void> address) Pointer<Void>
Returns the Code hash
TWNervosAddressCreateWithString(Pointer<Utf8> string) Pointer<Void>
Initializes an address from a sring representaion.
TWNervosAddressDelete(Pointer<Void> address) → void
Deletes a Nervos address.
TWNervosAddressDescription(Pointer<Void> address) Pointer<Utf8>
Returns the address string representation.
TWNervosAddressEqual(Pointer<Void> lhs, Pointer<Void> rhs) bool
Compares two addresses for equality.
TWNervosAddressHashType(Pointer<Void> address) Pointer<Utf8>
Returns the address hash type
TWNervosAddressIsValidString(Pointer<Utf8> string) bool
Determines if the string is a valid Nervos address.