Function prepareAddDepositStakingEscrow

  • Returns a group transaction to deposit staking escrow.

    Returns

    object containing group transaction and generated escrow account

    Parameters

    • depositStakingAppId: number

      deposit staking application to query about

    • userAddr: string

      account address for the user

    • params: SuggestedParams

      suggested params for the transactions with the fees overwritten

    Returns {
        escrow: Account;
        txns: Transaction[];
    }

    • escrow: Account
    • txns: Transaction[]

Generated using TypeDoc