VerifySignedPsbtArgs class
Inputs for verifySignedPsbt.
Constructors
- VerifySignedPsbtArgs({required Uint8List sentPsbt, required Uint8List signedPsbt, bool requireEveryInputSigned = true})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requireEveryInputSigned → bool
-
true (default) on flows where every input is yours (a plain send): a
reply that signed only part of the transaction is refused here with a
reason instead of failing later inside a finalizer. Set false for dApp
signPsbthand-backs, where a PSBT legitimately carries inputs you cannot sign.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentPsbt → Uint8List
-
The PSBT you sent to the device.
final
- signedPsbt → Uint8List
-
The PSBT the device returned.
final
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