SatisfiableItem class sealed
- Annotations
-
- @freezed
Constructors
- SatisfiableItem.absoluteTimelock({required LockTime value})
-
constfactory
- SatisfiableItem.ecdsaSignature({required PkOrF key})
-
constfactory
- SatisfiableItem.hash160Preimage({required String hash})
-
constfactory
- SatisfiableItem.hash256Preimage({required String hash})
-
constfactory
-
SatisfiableItem.multisig({required List<
PkOrF> keys, required BigInt threshold}) -
constfactory
- SatisfiableItem.relativeTimelock({required int value})
-
constfactory
- SatisfiableItem.ripemd160Preimage({required String hash})
-
constfactory
- SatisfiableItem.schnorrSignature({required PkOrF key})
-
constfactory
- SatisfiableItem.sha256Preimage({required String hash})
-
constfactory
-
SatisfiableItem.thresh({required List<
BdkPolicy> items, required BigInt threshold}) -
constfactory
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