TWSegwitAddressInterface class abstract
TWSegwitAddress interface.
Constructors
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
-
createWithPublicKey(
int hrp, int publicKey) → int -
createWithString(
int string) → int -
delete(
int pointer) → void -
description(
int pointer) → int -
equal(
int lhs, int rhs) → bool -
hrp(
int pointer) → int -
isValidString(
int string) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
witnessProgram(
int pointer) → int -
witnessVersion(
int pointer) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited