Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Address ¶
Address is a wrapper for Uint160 with flag.Value methods.
type AddressFlag ¶
AddressFlag is a flag with type string.
func (AddressFlag) Apply ¶
func (f AddressFlag) Apply(set *flag.FlagSet)
Apply populates the flag given the flag set and environment Ignores errors.
func (AddressFlag) GetName ¶
func (f AddressFlag) GetName() string
GetName returns the name of the flag.
func (AddressFlag) IsSet ¶
func (f AddressFlag) IsSet() bool
IsSet checks if flag was set to a non-default value.
func (AddressFlag) String ¶
func (f AddressFlag) String() string
String returns a readable representation of this value (for usage defaults).
Click to show internal directories.
Click to hide internal directories.