Function prepareRemoveLiquidGovernanceEscrowTransactions
- prepareRemoveLiquidGovernanceEscrowTransactions(
distributor: Distributor,
senderAddr: string,
ownerAddr: string,
params: SuggestedParams,
): Transaction[] Parameters
- distributor: Distributor
distributor that removing escrow from
- senderAddr: string
account address for the sender
- ownerAddr: string
account address for the owner of the escrow
- params: SuggestedParams
suggested params for the transactions with the fees overwritten
Returns Transaction[]
Transaction[] burn transactions
- distributor: Distributor
Returns a group transaction to remove escrow from distributor. Must have zero balance or be after period end.