Options
All
  • Public
  • Public/Protected
  • All
Menu

An error when broadcasting the transaction. This contains the CheckTx errors from the blockchain. Once a transaction is included in a block no BroadcastTxError is thrown, even if the execution fails (DeliverTx errors).

Hierarchy

  • Error
    • BroadcastTxError

Index

Constructors

Properties

Constructors

  • new BroadcastTxError(code: number, codespace: string, log: undefined | string): BroadcastTxError

Properties

code: number
codespace: string
log: undefined | string

Generated using TypeDoc