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 NewFundsRecoveryConfig ¶
type FundsRecovery ¶
type FundsRecovery struct {
// contains filtered or unexported fields
}
func NewFundsRecovery ¶
func NewFundsRecovery(cfg *Config) (*FundsRecovery, error)
func (*FundsRecovery) GetID ¶
func (n *FundsRecovery) GetID() string
func (*FundsRecovery) PrintLogs ¶
func (n *FundsRecovery) PrintLogs(cli *client.Client)
func (*FundsRecovery) Start ¶
func (n *FundsRecovery) Start() error
func (*FundsRecovery) WaitForFinish ¶
func (n *FundsRecovery) WaitForFinish() error
type Option ¶
type Option = func(c *Config)
Option is a function that applies configs to a Config Object
func WithAccToPay ¶
func WithDockerImage ¶
func WithL1HTTPURL ¶
func WithL1PrivateKey ¶
func WithMgmtContractAddress ¶
Click to show internal directories.
Click to hide internal directories.