ProvisionalProposal class

Properties

field0 → ProvisionalProposal
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

contributeWitnessInput({required TxOut txo, required OutPoint outpoint, dynamic hint}) Future<void>
finalizeProposal({required FutureOr<String> processPsbt(String), BigInt? minFeeRateSatPerVb}) Future<PayjoinProposal>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryPreservingPrivacy({required Map<BigInt, OutPoint> candidateInputs, dynamic hint}) Future<OutPoint>
Select receiver input such that the payJoin avoids surveillance. Return the input chosen that has been applied to the Proposal.
trySubstituteReceiverOutput({required FutureOr<Uint8List> generateScript()}) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited