Documentation ¶
Overview ¶
package dbkey contains a key prefix collection of low level database accessors.
Index ¶
- Constants
- func CreatorMeta() []byte
- func DposLibStatus() []byte
- func EnterpriseAdmins() []byte
- func EnterpriseConf(conf []byte) []byte
- func Genesis() []byte
- func GenesisBalance() []byte
- func HardFork() []byte
- func LatestBlock() []byte
- func Name(accountName []byte) []byte
- func RaftConfChangeProgress(id uint64) []byte
- func RaftEntry(blockNo types.BlockNo) []byte
- func RaftEntryInvert(blockHash []byte) []byte
- func RaftEntryLastIdx() []byte
- func RaftIdentity() []byte
- func RaftSnap() []byte
- func RaftState() []byte
- func ReOrg() []byte
- func Receipts(blockHash []byte, blockNo types.BlockNo) []byte
- func SystemParam(id string) []byte
- func SystemProposal() []byte
- func SystemStaking(account []byte) []byte
- func SystemStakingTotal() []byte
- func SystemVote(key, voter []byte) []byte
- func SystemVoteSort(key []byte) []byte
- func SystemVoteTotal(key []byte) []byte
- func SystemVpr(i uint8) []byte
- func Trie(key []byte) []byte
Constants ¶
View Source
const (
ChainDBName = "chain"
)
metadata
Variables ¶
This section is empty.
Functions ¶
func EnterpriseConf ¶
func GenesisBalance ¶
func GenesisBalance() []byte
func LatestBlock ¶
func LatestBlock() []byte
func RaftConfChangeProgress ¶
func RaftEntryInvert ¶
func RaftEntryLastIdx ¶
func RaftEntryLastIdx() []byte
func SystemProposal ¶
func SystemProposal() []byte
func SystemStaking ¶
func SystemStakingTotal ¶
func SystemStakingTotal() []byte
func SystemVote ¶
func SystemVoteSort ¶
func SystemVoteTotal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.