Documentation
¶
Overview ¶
Package tsdk provides test utilities related to Cosmos SDK
Index ¶
- func NewCommitMultiStore(t *testing.T, keys []types.StoreKey, tkeys []types.StoreKey) types.CommitMultiStore
- func NewCtx(t *testing.T, keys []types.StoreKey, tkeys []types.StoreKey) (sdk.Context, types.CommitMultiStore)
- func NewCtxOneStore(t *testing.T, keys types.StoreKey) (sdk.Context, types.CommitMultiStore)
- func NewKVStore(t *testing.T) types.KVStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommitMultiStore ¶
func NewCommitMultiStore(t *testing.T, keys []types.StoreKey, tkeys []types.StoreKey) types.CommitMultiStore
NewCommitMultiStore creats SDK Multistore
func NewCtx ¶
func NewCtx(t *testing.T, keys []types.StoreKey, tkeys []types.StoreKey) (sdk.Context, types.CommitMultiStore)
NewCtx creates new context with store and mounted store keys and transient store keys.
func NewCtxOneStore ¶
NewCtxq creates new context with only one store key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.