Documentation
¶
Index ¶
- Constants
- func AnchorTimestampKey(id []byte) []byte
- func IDSignerIndexPrefix(id []byte) []byte
- func IDSignerTimestampKey(id []byte, address sdk.AccAddress) []byte
- func RegisterServices(configurator servermodule.Configurator)
- func SignerIDIndexPrefix(address sdk.AccAddress) []byte
- func SignerIDKey(address sdk.AccAddress, id []byte) []byte
- type ToIRI
Constants ¶
View Source
const ( IriIDTablePrefix byte = iota AnchorTimestampPrefix IDSignerPrefix SignerIDPrefix )
Variables ¶
This section is empty.
Functions ¶
func AnchorTimestampKey ¶
func IDSignerIndexPrefix ¶
func IDSignerTimestampKey ¶
func IDSignerTimestampKey(id []byte, address sdk.AccAddress) []byte
func RegisterServices ¶
func RegisterServices(configurator servermodule.Configurator)
func SignerIDIndexPrefix ¶
func SignerIDIndexPrefix(address sdk.AccAddress) []byte
func SignerIDKey ¶
func SignerIDKey(address sdk.AccAddress, id []byte) []byte
Types ¶
Directories
¶
Path | Synopsis |
---|---|
Package lookup provides a key-value store backed data structure which finds and stores a short, unique binary identifier for a longer piece of binary data using an efficient, non-cryptographic hash function.
|
Package lookup provides a key-value store backed data structure which finds and stores a short, unique binary identifier for a longer piece of binary data using an efficient, non-cryptographic hash function. |
Click to show internal directories.
Click to hide internal directories.