Function prepareAddLiquidGovernanceEscrowTransactions
- prepareAddLiquidGovernanceEscrowTransactions(
distributor: Distributor,
userAddr: string,
delegatable: boolean,
params: SuggestedParams,
): { escrow: LogicSigAccount; txns: Transaction[] } Parameters
- distributor: Distributor
distributor that adding escrow to
- userAddr: string
account address for the user
- delegatable: boolean
whether governance action for escrow can be delegated to gov admin
- params: SuggestedParams
suggested params for the transactions with the fees overwritten
Returns { escrow: LogicSigAccount; txns: Transaction[] }
object containing group transaction and generated escrow account
- distributor: Distributor
Returns a group transaction to add liquid governance escrow.