Hierarchy

  • pTokensAlgorandProvider

Implements

Constructors

Properties

_account: string
_client: default

Accessors

Methods

  • Push on-chain an array of transactions in a transactions group. The function returns a PromiEvent, i.e. a Promise that can also emit events. In particular, the events fired during the execution are the following:

    • txBroadcasted -> fired with the transactions group ID when the transactions are broadcasted on-chain;
    • txConfirmed -> fired with the transactions group ID when the transactions are confirmed on-chain;

    Returns

    A PromiEvent that resolves with the hash of the latest transaction in the input array.

    Parameters

    • _txns: Transaction[]

      The transactions to be broadcasted.

    Returns default<string>

Generated using TypeDoc