package
Version:
v0.0.20
Opens a new window with list of versions in this module.
Published: Apr 26, 2021
License: GPL-3.0
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 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"`
Gas Gas `json:"gas"`
}
type Group struct {
SignKey *blst.PrivateKey `json:"sign_key"`
ConversationID string `json:"conversation_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.