Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionSender

An interface used by TransactionManager to configure how transactions are sent to the NEAR network.

Hierarchy

  • TransactionSender

Implemented by

Index

Methods

bundleCreateSignAndSend

  • Creates, signs, and seirially sends many transaction to teh NEAR network.

    Parameters

    Returns Promise<FinalExecutionOutcome[]>

createSignAndSend

  • Creates, signs, and sends a transaction to the NEAR network.

    Parameters

    Returns Promise<FinalExecutionOutcome>

send

  • send(signedTransaction: SignedTransaction): Promise<FinalExecutionOutcome>
  • Send a signed transaction to the NEAR network.

    Parameters

    • signedTransaction: SignedTransaction

    Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc