Documentation
¶
Index ¶
- type Config
- func (c *Config) GetAccountManager() *sdk.AccountManager
- func (c *Config) GetClient() *sdk.Client
- func (c *Config) GetRetryClient() *sdk.Client
- func (c *Config) SetAccountManager(am *sdk.AccountManager)
- 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 ERC20Address types.Address // contains filtered or unexported fields }
func (*Config) GetAccountManager ¶
func (c *Config) GetAccountManager() *sdk.AccountManager
func (*Config) GetRetryClient ¶
func (*Config) SetAccountManager ¶
func (c *Config) SetAccountManager(am *sdk.AccountManager)
func (*Config) SetRetryClient ¶
Click to show internal directories.
Click to hide internal directories.