Propose a Delivery-vs-Payment settlement on chain. The proposer must have already paid the DvP fee withDocumentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
PayDvpFee.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_PROPOSE_DVPparams.propose_dvp = ProposeDvpParams { … }
Params
Settlement proposal identifier — must match the one used in
PayDvpFee.Next step
The counterparty discovers the resultingDvpProposal via GetSettlementContracts and accepts it with AcceptDvp.
Full sequence: PayDvpFee → ProposeDvp → AcceptDvp → PayAllocFee → Allocate.