TWGroestlcoinAddress class abstract

Represents a legacy Groestlcoin address.

Implementers

Constructors

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

TWGroestlcoinAddressCreateWithPublicKey(Pointer<Void> publicKey, int prefix) Pointer<Void>
Create an address from a public key and a prefix byte.
TWGroestlcoinAddressCreateWithString(Pointer<Utf8> string) Pointer<Void>
Create an address from a base58 string representation.
TWGroestlcoinAddressDelete(Pointer<Void> address) → void
Delete a Groestlcoin address
TWGroestlcoinAddressDescription(Pointer<Void> address) Pointer<Utf8>
Returns the address base58 string representation.
TWGroestlcoinAddressEqual(Pointer<Void> lhs, Pointer<Void> rhs) bool
Compares two addresses for equality.
TWGroestlcoinAddressIsValidString(Pointer<Utf8> string) bool
Determines if the string is a valid Groestlcoin address.