Function prepareAddLiquidGovernanceEscrowTransactions

  • Returns a group transaction to add liquid governance escrow.

    Returns

    object containing group transaction and generated escrow account

    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[];
    }

    • escrow: LogicSigAccount
    • txns: Transaction[]

Generated using TypeDoc