Options
All
  • Public
  • Public/Protected
  • All
Menu

Result returned by {@link TransactionHandler#sendAndConfirmTransaction}.

property

txSignature {@link TransactionSignature} string of sent transaction

property

txRpcResponse initial response of sent transaction

property

txConfirmed the result of confirming the transaction

property

txSummary a summary of the confirmed transaction

Hierarchy

  • ConfirmedTransactionDetails

Index

Constructors

Properties

txConfirmed: TransactionResponse
txRpcResponse: RpcResponseAndContext<SignatureResult>
txSignature: string

Methods

  • assertLogs(t: Assert, msgRxs: RegExp[]): Promise<void>
  • Call this if to assert that the log messages match a given set of regular expressions.

    Parameters

    • t: Assert
    • msgRxs: RegExp[]

      it is verified that the logs match all these {@link RegExp}es

    Returns Promise<void>

Generated using TypeDoc