Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GetWasmCodeByIDResponse

Index

Properties

checksum: undefined | internal.Checksum

Checksum of the cosmwasm code

codeId: string

ID of stored wasmcode, sorted in descending order

codeNumber: string

monotonic order of the code stored

codeSchema: string

code schema preview

codeView: string

code repo preview, may contain schema folder

contractType: string

Contract type of the wasm code

createdAt: string

Block time when the code is stored, in millisecond

creator: string

creator of this code

instantiates: string

count number of contract instantiation from this code

permission: undefined | internal.ContractPermission

describe instantiate permission

proposalId: string

id of the proposal that store this code

txHash: string

Tx hash of store code transaction

version: string

version string of the wasm code

Generated using TypeDoc