Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store implements an in-memory only KVStore. Entries are persisted between commits and thus between blocks. State in Memory store is not committed as part of app state but maintained privately by each node
func (*Store) GetPruning ¶
func (s *Store) GetPruning() types.PruningOptions
func (Store) GetStoreType ¶
GetStoreType returns the Store's type.
func (Store) LastCommitID ¶
func (*Store) SetPruning ¶
func (s *Store) SetPruning(pruning types.PruningOptions)
Click to show internal directories.
Click to hide internal directories.