Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UploadResult

Index

Properties

codeId: number

The ID of the code asigned by the chain

compressedChecksum: string

A hex encoded sha256 checksum of the compressed wasm code (that stored in the transaction)

compressedSize: number

Size of the compressed wasm code in bytes

events: readonly Event[]
gasUsed: number
gasWanted: number
height: number

Block height in which the transaction is included

logs: readonly Log[]
originalChecksum: string

A hex encoded sha256 checksum of the original wasm code (that is stored on chain)

originalSize: number

Size of the original wasm code in bytes

transactionHash: string

Transaction hash (might be used as transaction ID). Guaranteed to be non-empty upper-case hex

Generated using TypeDoc