MaybeInputsOwned class

Properties

field0 → V2MaybeInputsOwned
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkInputsNotOwned({required FutureOr<bool> isOwned(Uint8List p1), dynamic hint}) Future<MaybeMixedInputScripts>
Check that the Original PSBT has no receiver-owned inputs. Return original-psbt-rejected error or otherwise refuse to sign undesirable inputs. An attacker could try to spend receiver's own inputs. This check prevents that.
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