Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config holds the properties that configure the package
func NewGrantSequencerConfig ¶
type GrantSequencers ¶
type GrantSequencers struct {
// contains filtered or unexported fields
}
func NewGrantSequencers ¶
func NewGrantSequencers(cfg *Config) (*GrantSequencers, error)
func (*GrantSequencers) PrintLogs ¶
func (s *GrantSequencers) PrintLogs(cli *client.Client)
func (*GrantSequencers) Start ¶
func (s *GrantSequencers) Start() error
func (*GrantSequencers) WaitForFinish ¶
func (s *GrantSequencers) WaitForFinish() error
type Option ¶
type Option = func(c *Config)
Option is a function that applies configs to a Config Object
func WithDockerImage ¶
func WithEnclaveIDs ¶
func WithL1HTTPURL ¶
func WithMgmtContractAddress ¶
func WithPrivateKey ¶
func WithSequencerURL ¶
Click to show internal directories.
Click to hide internal directories.