SecretCodeInfo Members

The SecretCodeInfo type exposes the following members.

Properties


  Name Description
Public property Builder
Builder is a valid docker image name with tag, optional AccessConfig instantiate_config = 5 [(gogoproto.nullable) = false];
Public property CodeHash
The SHA256 hash value of the contract's WASM bytecode, represented as case-insensitive 64 character hex string. This is used to make sure only the contract that's being invoked can decrypt the query data.
Public property CodeId
Public property CreatorAddress
The address of the creator
Public property Source
Source is a valid absolute HTTPS URI to the contract's source code, optional