Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResponseDeliverTx

Hierarchy

  • ResponseDeliverTx

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ResponseDeliverTx(code: number | undefined, data: Uint8Array, log: string | undefined, info: string | undefined, gasWanted: bigInteger.BigInteger, gasUsed: bigInteger.BigInteger, tags: Array<object>, codespace: string | undefined): ResponseDeliverTx
  • Parameters

    • code: number | undefined
    • data: Uint8Array
    • log: string | undefined
    • info: string | undefined
    • gasWanted: bigInteger.BigInteger
    • gasUsed: bigInteger.BigInteger
    • tags: Array<object>
    • codespace: string | undefined

    Returns ResponseDeliverTx

Properties

code

code: number | undefined

codespace

codespace: string | undefined

data

data: Uint8Array

gasUsed

gasUsed: bigInteger.BigInteger

gasWanted

gasWanted: bigInteger.BigInteger

info

info: string | undefined

log

log: string | undefined

tags

tags: Array<object>

Methods

Static fromJSON

Generated using TypeDoc