Documentation ¶
Index ¶
- func GetAddressAndKey(keystoreFilePath, password string) (common.Address, *keystore.Key)
- func GetFirstBoolArgument(ctx *cli.Context) bool
- func GetFirstIntArgument(ctx *cli.Context) int64
- func GetFirstStringArgument(ctx *cli.Context) string
- func GetFirstTwoIntArgument(ctx *cli.Context) (int64, int64)
- func GetPassword() string
- func PrepareAll(ctx *cli.Context, withTransactor bool) (addr common.Address, client *cpclient.Client, key *keystore.Key, err error)
- func PrepareCpclient(endpoint string) (*cpclient.Client, error)
- func WaitMined(client *cpclient.Client, tx *types.Transaction) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAddressAndKey ¶
func GetFirstBoolArgument ¶
func GetFirstIntArgument ¶
GetFirstIntArgument returns the value of the first uint64 argument
func GetFirstStringArgument ¶
GetFirstStringArgument returns the value of the first string argument
func GetPassword ¶
func GetPassword() string
func PrepareAll ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.