Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("Not found")
Functions ¶
This section is empty.
Types ¶
type AccountLookup ¶
type AccountLookup struct {
// contains filtered or unexported fields
}
func NewAddressLookup ¶
func NewAddressLookup(db IndexedDB) (*AccountLookup, error)
type CurrencyLookup ¶
type CurrencyLookup struct {
// contains filtered or unexported fields
}
func NewCurrencyLookup ¶
func NewCurrencyLookup(db IndexedDB) (*CurrencyLookup, error)
type LookupItem ¶
type MemoryDB ¶
type MemoryDB struct {
// contains filtered or unexported fields
}
func NewEmptyMemoryDB ¶
func NewEmptyMemoryDB() *MemoryDB
func NewMemoryDB ¶
type PublicKeyLookup ¶
type PublicKeyLookup struct {
// contains filtered or unexported fields
}
func NewPublicKeyLookup ¶
func NewPublicKeyLookup(db IndexedDB) (*PublicKeyLookup, error)
type RegularKeyLookup ¶
type RegularKeyLookup struct {
// contains filtered or unexported fields
}
func NewRegularKeyLookup ¶
func NewRegularKeyLookup(db IndexedDB) (*RegularKeyLookup, error)
func (*RegularKeyLookup) Get ¶
func (l *RegularKeyLookup) Get(n uint32) *data.RegularKey
Click to show internal directories.
Click to hide internal directories.