Function prepareRegisterEscrowOnlineTransaction

  • Returns a transaction to register escrow online.

    Returns

    Transaction register online transaction

    Parameters

    • distributor: Distributor

      distributor that has escrow

    • senderAddr: string

      account address for the sender

    • voteKey: Buffer

      vote key

    • selectionKey: Buffer

      selection key

    • stateProofKey: Buffer

      state proof key

    • voteFirstRound: number | bigint

      vote first round

    • voteLastRound: number | bigint

      vote last round

    • voteKeyDilution: number | bigint

      vote key dilution

    • params: SuggestedParams

      suggested params for the transactions with the fees overwritten

    Returns Transaction

Generated using TypeDoc