Documentation
¶
Index ¶
Constants ¶
View Source
const (
ArgAddress = "address"
)
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "contract", Short: "Interact with smart contracts and fetch contract information from the blockchain.", Long: usage, PreRunE: func(cmd *cobra.Command, args []string) (err error) { inputArgs.rpcURL, err = flag.GetRPCURL(cmd) if err != nil { return err } return nil }, RunE: func(cmd *cobra.Command, args []string) error { return contract(cmd) }, }
Functions ¶
This section is empty.
Types ¶
type ContractInfo ¶
Click to show internal directories.
Click to hide internal directories.