Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopped = errors.New("database stopped")
Functions ¶
This section is empty.
Types ¶
type MemDB ¶
type MemDB struct {
// contains filtered or unexported fields
}
MemDB is a basic memory implementation of core.AggSigDB.
func (*MemDB) Await ¶
func (db *MemDB) Await(ctx context.Context, duty core.Duty, pubKey core.PubKey) (core.SignedData, error)
Await implements core.AggSigDB, see its godoc.
Click to show internal directories.
Click to hide internal directories.