Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDChainStore ¶
type IDChainStore struct {
*blockchain.ChainStore
}
func NewChainStore ¶
func NewChainStore(genesisBlock *types.Block, dataPath string) (*IDChainStore, error)
func (*IDChainStore) GetRegisterIdentificationTx ¶
func (c *IDChainStore) GetRegisterIdentificationTx(idKey []byte) ([]byte, error)
func (*IDChainStore) PersistRegisterIdentificationTx ¶
func (*IDChainStore) RollbackRegisterIdentificationTx ¶ added in v0.0.2
func (c *IDChainStore) RollbackRegisterIdentificationTx(batch database.Batch, idKey []byte)
Click to show internal directories.
Click to hide internal directories.