Counterparty-side acceptance of a DvP proposal previously created viaDocumentation 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.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_ACCEPT_DVPparams.accept_dvp = AcceptDvpParams { … }
Params
Settlement proposal identifier.
Contract ID of the
DvpProposal being accepted — discover it via GetSettlementContracts.Next step
After acceptance, the proposer pays the allocation fee withPayAllocFee and then allocates amulets with Allocate to execute settlement.
Full sequence: PayDvpFee → ProposeDvp → AcceptDvp → PayAllocFee → Allocate.