Co-authored-by: beer-1 <147697694+beer-1@users.noreply.github.com>
This commit is contained in:
parent
a2d3b2a6e5
commit
9f8e3a58d0
@ -32,6 +32,10 @@ func (m memStoreService) OpenMemoryStore(ctx context.Context) store.KVStore {
|
||||
return newKVStore(sdk.UnwrapSDKContext(ctx).KVStore(m.key))
|
||||
}
|
||||
|
||||
func NewTransientStoreService(storeKey *storetypes.TransientStoreKey) store.TransientStoreService {
|
||||
return &transientStoreService{key: storeKey}
|
||||
}
|
||||
|
||||
type transientStoreService struct {
|
||||
key *storetypes.TransientStoreKey
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user