wasm

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInstantiateMsg

func NewInstantiateMsg(codeHash []byte, from sdk.AccAddress, name, version, author, email, describe string, initMsg utils.CallData) []byte

func SignExecuteContractMsg

func SignExecuteContractMsg(from sdk.AccAddress, gas, nonce uint64, priv string, contractAddress sdk.AccAddress, args utils.CallData) ([]byte, error)

func SignInstantiateContractMsg

func SignInstantiateContractMsg(codeHash []byte, from sdk.AccAddress, gas, nonce uint64, priv string, name, version, author, email, describe string,
	initMsg utils.CallData) ([]byte, error)

func SignMigrateContractMsg

func SignMigrateContractMsg(codeHash []byte, from sdk.AccAddress, gas, nonce uint64, priv string, name, version, author, email, describe string,
	contractAddr sdk.AccAddress, initMsg utils.CallData) ([]byte, error)

func SignUploadContractMsg

func SignUploadContractMsg(code []byte, from sdk.AccAddress, gas, nonce uint64, priv string) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL