package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Feb 10, 2021
License: MIT
Opens a new window with license information.
Imports: 6
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"`
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 {
Admins []string `json:"admins,omitempty"`
SignKey *blst.PrivateKey `json:"sign_key,omitempty"`
ConversationID string `json:"conversation_id,omitempty"`
Members []*core.Member `json:"members,omitempty"`
Threshold uint8 `json:"threshold,omitempty"`
}
type Redis struct {
Addr string `json:"addr,omitempty"`
DB int `json:"db,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.