ProvisionalProposal class
Properties
- field0 → V2ProvisionalProposal
-
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 p1), BigInt? minFeeRateSatPerVb, dynamic hint}) → Future<PayjoinProposal> -
isOutputSubstitutionDisabled(
) → Future< bool> -
inherited
-
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 common.dart 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