Constructors
constructor
- new TxInfo(height: number, txhash: string, raw_log: string, logs: undefined | TxLog[], gas_wanted: number, gas_used: number, tx: Tx, timestamp: string, code?: number, codespace?: string): TxInfo
Parameters
height: number
txhash: string
raw_log: string
logs: undefined | TxLog[]
gas_wanted: number
gas_used: number
timestamp: string
Optional code: number
Optional codespace: string
Properties
Optional code
code?: number
Optional codespace
codespace?: string
gas_wanted
gas_wanted: number
logs
logs
: undefined | TxLog[]timestamp
timestamp: string
Methods
Static fromProto
- fromProto(proto: TxResponse): TxInfo
A TxInfo data structure is used to capture information from a transaction lookup for a transaction already included in a block