options

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 3 Imported by: 0

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

type AddressFlag struct {
	Address common.Address
}

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"
)

func (*Target) Set

func (t *Target) Set(s string) error

func (Target) String

func (t Target) String() string

func (Target) Type

func (t Target) Type() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL