Documentation ¶
Index ¶
- Variables
- func Compile(sourceFiles ...string) (map[string]*compiler.Contract, error)
- func NewContractCmd(client ioctl.Client) *cobra.Command
- func NewContractCompileCmd(client ioctl.Client) *cobra.Command
- func NewContractDeployCmd(client ioctl.Client) *cobra.Command
- func NewContractInvokeCmd(client ioctl.Client) *cobra.Command
- func NewContractPrepareCmd(client ioctl.Client) *cobra.Command
- func NewContractTestBytecodeCmd(client ioctl.Client) *cobra.Command
- func NewContractTestFunctionCmd(client ioctl.Client) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidArg = fmt.Errorf("invalid argument")
)
ErrInvalidArg indicates argument is invalid
Functions ¶
func NewContractCmd ¶
NewContractCmd represents the contract command
func NewContractCompileCmd ¶
NewContractCompileCmd represents the contract compile command
func NewContractDeployCmd ¶
NewContractDeployCmd represents the contract deploy command
func NewContractInvokeCmd ¶
NewContractInvokeCmd represents the contract invoke command
func NewContractPrepareCmd ¶
NewContractPrepareCmd represents the contract prepare command
func NewContractTestBytecodeCmd ¶
NewContractTestBytecodeCmd represents the contract test bytecode command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.