MsgInstantiateContract Members

The MsgInstantiateContract type exposes the following members.

Methods


  Name Description
Public method GetMissingCodeHashWarning (Inherited from MsgExecuteContractBase.)
Public method ToAmino
Public method ToProto
Public method WarnIfCodeHashMissing (Inherited from MsgExecuteContractBase.)

Properties


  Name Description
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. codeHash is an optional parameter but using it will result in way faster execution time. Valid examples: - "af74387e276be8874f07bec3a87023ee49b0e7ebe08178c49d0a49c3c98ed60e" - "0xaf74387e276be8874f07bec3a87023ee49b0e7ebe08178c49d0a49c3c98ed60e" - "AF74387E276BE8874F07BEC3A87023EE49B0E7EBE08178C49D0A49C3C98ED60E" - "0xAF74387E276BE8874F07BEC3A87023EE49B0E7EBE08178C49D0A49C3C98ED60E"
(Inherited from MsgExecuteContractBase.)
Public property CodeId
Public property GrpcMsg
Gets the GRPC message.
(Inherited from MsgBase.)
Public property InitFunds
Public property Label
Public property Msg
The input message
(Inherited from MsgExecuteContractBase.)
Public property MsgType
Public property Sender (Inherited from MsgExecuteContractBase.)