Function prepareCommitOrVoteTransaction
- prepareCommitOrVoteTransaction(
distributor: Distributor,
senderAddr: string,
destAddr: string,
note: string,
params: SuggestedParams,
): Transaction Parameters
- distributor: Distributor
distributor that has escrow
- senderAddr: string
account address for the sender
- destAddr: string
destination address
- note: string
note to send
- params: SuggestedParams
suggested params the transactions with the fees overwritten
Returns Transaction
Transaction commit/vote transaction
- distributor: Distributor
Returns a transaction to commit or vote in governance.