PKHInput class abstract mixin

A mixin for Public Key Hash input types, providing the ECPublicKey and ECDSAInputSignature required in these inputs.

Implementers

Constructors

PKHInput()

Properties

complete bool
no setter
hashCode int
The hash code for this object.
no setterinherited
insig ECDSAInputSignature?
no setter
publicKey ECPublicKey
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptCode Script
no setter

Methods

addSignature(ECDSAInputSignature insig) PKHInput
checkKey(ECPrivateKey key) ECPrivateKey
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