Hierarchy

  • pTokensEosioProvider

Implements

Constructors

Properties

_actor: string
_api: Api
_blocksBehind: number
_expireSeconds: number
_permission: string

Accessors

Methods

  • Push on-chain an array of actions in a single transaction. 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 transaction hash when the transaction is broadcasted on-chain;
    • txConfirmed -> fired with the transaction hash when the transaction is confirmed on-chain;

    Returns

    A PromiEvent that resolves with the hash of the resulting transaction.

    Parameters

    • _actions: Action[]

      The transactions to be broadcasted.

    Returns default<string>

Generated using TypeDoc