Pay the Delivery-vs-Payment settlement fee for a given settlement proposal. This is the first step in the DvP flow — a fee must be paid beforeDocumentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
ProposeDvp can be invoked.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_PAY_DVP_FEEparams.pay_fee = PayFeeParams { fee_type = "dvp", … }
Params
Settlement proposal identifier.
Fee kind (e.g.
dvp).Specific amulet contract IDs used to pay the fee.
Next step
Once the fee is paid, callProposeDvp with the same proposal_id to create the on-chain DvpProposal.
Full sequence: GetSettlementContracts → PayDvpFee → ProposeDvp → AcceptDvp → PayAllocFee → Allocate.