package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jan 21, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DB db.Config `json:"db"`
Dapp Dapp `json:"dapp,omitempty"`
Eth Eth `json:"eth,omitempty"`
Gas Gas `json:"gas,omitempty"`
}
type Eth struct {
Endpoint string `json:"endpoint,omitempty"`
PrivateKey string `json:"private_key,omitempty"`
FactoryContract string `json:"factory_contract,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.