Documentation ¶
Index ¶
- Variables
- func AbiFromFile(abiFile string) (abiObj abi.ABI, err error)
- func CodeFromFile(codeFile string) ([]byte, error)
- func ContractCallCmd(cdc *codec.Codec) *cobra.Command
- func ContractCreateCmd(cdc *codec.Codec) *cobra.Command
- func GenPayload(abiFile, method string, args []string) (payload []byte, m abi.Method, err error)
- func GetCmdGetLogs(cdc *codec.Codec) *cobra.Command
- func GetCmdGetStorage(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCall(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCallFee(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCode(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCreateFee(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDBState(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func VMCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var ZeroAmount = sdk.NewCoin(sdk.NativeTokenName, sdk.NewInt(0))
Functions ¶
func CodeFromFile ¶
func GenPayload ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.