package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Mar 23, 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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.