Documentation ¶
Index ¶
- func HandleTx(c *cli.Context, hd *client.HyperdriveClient, txInfo *eth.TransactionInfo, ...) (bool, error)
- func HandleTxBatch(c *cli.Context, hd *client.HyperdriveClient, txInfos []*eth.TransactionInfo, ...) (bool, error)
- func HandleTxWithIAgree(c *cli.Context, hd *client.HyperdriveClient, txInfo *eth.TransactionInfo, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleTx ¶
func HandleTx(c *cli.Context, hd *client.HyperdriveClient, txInfo *eth.TransactionInfo, confirmMessage string, identifier string, submissionMessage string) (bool, error)
Handle a transaction, either printing its details, signing it, or submitting it and waiting for it to be included
func HandleTxBatch ¶
func HandleTxBatch(c *cli.Context, hd *client.HyperdriveClient, txInfos []*eth.TransactionInfo, confirmMessage string, identifierFunc func(int) string, submissionMessage string) (bool, error)
Handle a batch of transactions, either printing their details, signing them, or submitting them and waiting for them to be included
func HandleTxWithIAgree ¶ added in v1.1.0
func HandleTxWithIAgree(c *cli.Context, hd *client.HyperdriveClient, txInfo *eth.TransactionInfo, confirmMessage string, identifier string, submissionMessage string) (bool, error)
Handle a transaction, either printing its details, signing it, or submitting it and waiting for it to be included, explicitly requiring the user to enter "I Agree" in the confirmation prompt
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.