Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ERC20DepositVersion string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { DepositConfig() DepositConfig EthereumConfig() EthereumConfig FunnelConfig() FunnelConfig DeployerConfig() DeployerConfig comfig.Logger Horizoner Ether }
type DeployerConfig ¶
type DeployerConfig struct { KeyPair *eth.Keypair `fig:"private_key,required"` GasPrice *big.Int `fig:"gas_price,required"` GasLimit *big.Int `fig:"gas_limit,required"` ContractCount int `fig:"contract_count,required"` ContractOwner common.Address `fig:"contract_owner,required"` Signer keypair.Full `fig:"signer,required"` Source keypair.Address `fig:"source"` }
type DepositConfig ¶
type EthereumConfig ¶
type FunnelConfig ¶
Click to show internal directories.
Click to hide internal directories.