Documentation ¶
Index ¶
- func NewInstantiateMsg(codeHash []byte, from sdk.AccAddress, ...) []byte
- func SignExecuteContractMsg(from sdk.AccAddress, gas, nonce uint64, priv string, ...) ([]byte, error)
- func SignInstantiateContractMsg(codeHash []byte, from sdk.AccAddress, gas, nonce uint64, priv string, ...) ([]byte, error)
- func SignMigrateContractMsg(codeHash []byte, from sdk.AccAddress, gas, nonce uint64, priv string, ...) ([]byte, error)
- func SignUploadContractMsg(code []byte, from sdk.AccAddress, gas, nonce uint64, priv string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstantiateMsg ¶
func SignExecuteContractMsg ¶
func SignExecuteContractMsg(from sdk.AccAddress, gas, nonce uint64, priv string, contractAddress sdk.AccAddress, args utils.CallData) ([]byte, error)
func SignMigrateContractMsg ¶
func SignUploadContractMsg ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.