Interface: UploadResult
Properties
checksum
• Readonly
checksum: string
A hex encoded sha256 checksum of the original Wasm code (that is stored on chain)
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:10
codeId
• Readonly
codeId: number
The ID of the code asigned by the chain
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:16
compressedSize
• Readonly
compressedSize: number
Size of the compressed wasm code in bytes
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:14
events
• Readonly
events: readonly Event
[]
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:22
gasUsed
• Readonly
gasUsed: number
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:24
gasWanted
• Readonly
gasWanted: number
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:23
height
• Readonly
height: number
Block height in which the transaction is included
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:19
logs
• Readonly
logs: readonly Log
[]
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:17
originalSize
• Readonly
originalSize: number
Size of the original wasm code in bytes
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:12
transactionHash
• Readonly
transactionHash: string
Transaction hash (might be used as transaction ID). Guaranteed to be non-empty upper-case hex
Defined in
node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:21