Documentation
¶
Overview ¶
Package options implements the options for the CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressFlag ¶
func (AddressFlag) Common ¶
func (a AddressFlag) Common() common.Address
Common returns the go-ethereum common.Address.
func (*AddressFlag) Set ¶
func (a *AddressFlag) Set(s string) error
func (AddressFlag) String ¶
func (a AddressFlag) String() string
func (AddressFlag) Type ¶
func (a AddressFlag) Type() string
type PayloadBound ¶
type PayloadBound string
const ( PayloadMin PayloadBound = "min" PayloadMax PayloadBound = "max" )
func (*PayloadBound) Set ¶
func (b *PayloadBound) Set(s string) error
func (PayloadBound) String ¶
func (b PayloadBound) String() string
func (PayloadBound) Type ¶
func (b PayloadBound) Type() string
Click to show internal directories.
Click to hide internal directories.