Documentation
¶
Index ¶
- type Config
- func (c *Config) GetAccountManager() sdk.AccountManagerOperator
- func (c *Config) GetClient() *sdk.Client
- func (c *Config) GetErc20Contract() (*sdk.Contract, error)
- func (c *Config) GetRetryClient() *sdk.Client
- func (c *Config) SetAccountManager(am sdk.AccountManagerOperator)
- func (c *Config) SetClient(client *sdk.Client)
- func (c *Config) SetRetryClient(client *sdk.Client)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { NodeURL string BlockHash types.Hash TransactionHash types.Hash BlockHashOfNewContract types.Hash ERC20Address types.Address // contains filtered or unexported fields }
func (*Config) GetAccountManager ¶
func (c *Config) GetAccountManager() sdk.AccountManagerOperator
func (*Config) GetErc20Contract ¶ added in v0.4.7
func (*Config) GetRetryClient ¶
func (*Config) SetAccountManager ¶
func (c *Config) SetAccountManager(am sdk.AccountManagerOperator)
func (*Config) SetRetryClient ¶
Click to show internal directories.
Click to hide internal directories.