Readonly wasmReadonly getReturns all contract state. This is an empty array if no such contract, or contract has no data.
Optional paginationKey: Uint8ArrayReadonly getDownloads the original wasm bytecode by code ID.
Throws an error if no code with this id
Downloads the original wasm bytecode by code ID.
Throws an error if no code with this id
Readonly getReturns null when contract history was not found for this address.
Returns null when contract history was not found for this address.
Optional paginationKey: Uint8ArrayReadonly getReturns null when contract was not found at this address.
Returns null when contract was not found at this address.
Readonly listOptional paginationKey: Uint8ArrayReadonly listOptional paginationKey: Uint8ArrayReadonly listReturns a list of contract addresses created by the given creator.
Returns a list of contract addresses created by the given creator.
Optional paginationKey: Uint8ArrayReadonly queryReturns the data at the key if present (unknown decoded json), or null if no data at this (contract address, key) pair
Returns the data at the key if present (unknown decoded json), or null if no data at this (contract address, key) pair
Readonly queryMakes a smart query on the contract and parses the response as JSON. Throws error if no such contract exists, the query format is invalid or the response is invalid.
Makes a smart query on the contract and parses the response as JSON. Throws error if no such contract exists, the query format is invalid or the response is invalid.
Generated using TypeDoc
Returns all contract state. This is an empty array if no such contract, or contract has no data.