pub trait DatabaseLookup: DatabaseKeyPrefix {
type Record: DatabaseRecord;
}
Expand description
A key that can be used to query one or more DatabaseRecord
Extends DatabaseKeyPrefix
to prepend the key’s prefix.
pub trait DatabaseLookup: DatabaseKeyPrefix {
type Record: DatabaseRecord;
}
A key that can be used to query one or more DatabaseRecord
Extends DatabaseKeyPrefix
to prepend the key’s prefix.