Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Querier ¶
type Querier interface { contribState.Querier }
Querier is an interface to execute queries.
type Store ¶
type Store interface { // uses contrib state store as base. contribState.Store }
Store is an interface to perform operations on store.
type TransactionalStore ¶
type TransactionalStore interface { contribState.TransactionalStore }
TransactionalStore is an interface for initialization and support multiple transactional requests.
Click to show internal directories.
Click to hide internal directories.