Discover Packages
github.com/fox-one/dirtoracle
config
package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Apr 12, 2021
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
Documentation
¶
type Bwatch struct {
ApiBase string `json:"api_base"`
}
type Config struct {
DB db .Config `json:"db"`
Bwatch Bwatch `json:"bwatch"`
Dapp Dapp `json:"dapp"`
Group Group `json:"group,omitempty"`
Gas Gas `json:"gas,omitempty"`
}
type Gas struct {
Asset string `json:"asset,omitempty"`
Amount decimal .Decimal `json:"amount,omitempty"`
}
type Group struct {
SignKey *blst .PrivateKey `json:"sign_key,omitempty"`
ConversationID string `json:"conversation_id,omitempty"`
Threshold uint8 `json:"threshold,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.