Documentation ¶
Overview ¶
Package prepare contains the implementation of the prepare subcommand
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PrepareCmd = &cobra.Command{ Use: "prepare", Short: "Prepare everything needed to test shutter.", Run: medley.ShowHelpAndExit, }
Functions ¶
This section is empty.
Types ¶
type EthSnatcher ¶
type EthSnatcher struct {
// contains filtered or unexported fields
}
func (*EthSnatcher) Drain ¶
func (snatcher *EthSnatcher) Drain(ctx context.Context, key *ecdsa.PrivateKey) (*types.Transaction, error)
Click to show internal directories.
Click to hide internal directories.