Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlocksBucketKey ¶
type BlocksBucketKey string
const ( BlockIndex BlocksBucketKey = "b" FileInformation BlocksBucketKey = "f" LastBlockFileNumber BlocksBucketKey = "l" Reindexing BlocksBucketKey = "R" Flags BlocksBucketKey = "F" TransactionHash BlocksBucketKey = "t" )
type BucketType ¶
type BucketType string
const ( BlocksBucket BucketType = "blocks" ChainstateBucket BucketType = "chainstate" )
type ChainstateBucketKey ¶
type ChainstateBucketKey string
const ( UnspentTransactionOutput ChainstateBucketKey = "c" BlockHash ChainstateBucketKey = "B" )
Click to show internal directories.
Click to hide internal directories.