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.