Documentation
¶
Index ¶
Constants ¶
View Source
const ( ArgRpcURL = "rpc-url" 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, PersistentPreRun: func(cmd *cobra.Command, args []string) { inputArgs.rpcURL = flag_loader.GetRpcUrlFlagValue(cmd) }, 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.