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
type Target ¶
type Target string
const ( TargetIdentity Target = "identity" TargetGroup Target = "group" TargetAppChainGateway Target = "app-chain-gateway" TargetDistributionManager Target = "distribution-manager" TargetPayerRegistry Target = "payer-registry" TargetSettlementChainGateway Target = "settlement-chain-gateway" TargetNodeRegistry Target = "node-registry" TargetSettlementParameterRegistry Target = "settlement-parameter-registry" TargetPayerReportManager Target = "payer-report-manager" TargetRateRegistry Target = "rate-registry" TargetAppParameterRegistry Target = "app-parameter-registry" )
Click to show internal directories.
Click to hide internal directories.