Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitOrRollback ¶
func IsNullHash ¶
Types ¶
type NodeType ¶
type NodeType int
NodeType for explicitly setting type of node
func CheckKeyType ¶
CheckKeyType checks what type of key we have
type Publisher ¶
type Publisher interface { PublishHeader(header *types.Header) error PublishStateLeafNode(node *models.StateNodeModel, tx Tx) error PublishStorageLeafNode(node *models.StorageNodeModel, tx Tx) error PublishIPLD(c cid.Cid, raw []byte, height *big.Int, tx Tx) error BeginTx() (Tx, error) PrepareTxForBatch(tx Tx, batchSize uint) (Tx, error) }
Click to show internal directories.
Click to hide internal directories.