TWBitcoinScriptImpl class
- Inheritance
-
- Object
- TWBitcoinScript
- TWBitcoinScriptImpl
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
-
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
-
buildPayToPublicKey(
Uint8List bytes) → Pointer< Void> -
buildPayToPublicKeyHash(
Uint8List bytes) → Pointer< Void> -
buildPayToScriptHash(
Uint8List bytes) → Pointer< Void> -
buildPayToWitnessPubkeyHash(
Uint8List bytes) → Pointer< Void> -
buildPayToWitnessScriptHash(
Uint8List bytes) → Pointer< Void> -
create(
) → Pointer< Void> -
createWithData(
Uint8List bytes) → Pointer< Void> -
createWithScript(
Pointer< Void> script) → Pointer<Void> -
data(
Pointer< Void> script) → Uint8List -
delete(
Pointer< Void> address) → void -
encode(
Pointer< Void> script) → Uint8List -
equal(
Pointer< Void> lhs, Pointer<Void> rhs) → bool -
hashTypeForCoin(
int coin) → int -
isPayToScriptHash(
Pointer< Void> script) → bool -
isPayToWitnessPublicKeyHash(
Pointer< Void> script) → bool -
isPayToWitnessScriptHash(
Pointer< Void> script) → bool -
isWitnessProgram(
Pointer< Void> script) → bool -
lockScriptForAddress(
String string, int coin) → Pointer< Void> -
matchPayToPubkey(
Pointer< Void> script) → Uint8List -
matchPayToPubkeyHash(
Pointer< Void> script) → Uint8List -
matchPayToScriptHash(
Pointer< Void> script) → Uint8List -
matchPayToWitnessPublicKeyHash(
Pointer< Void> script) → Uint8List -
matchPayToWitnessScriptHash(
Pointer< Void> script) → Uint8List -
scriptHash(
Pointer< Void> script) → Uint8List -
size(
Pointer< Void> script) → int