Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + func ApplyMockIO(c *cobra.Command) (BufferReader, BufferWriter) + func DefaultContext(key storetypes.StoreKey, tkey storetypes.StoreKey) sdk.Context + func GenerateCoinKey(algo keyring.SignatureAlgo, cdc codec.Codec) (sdk.AccAddress, string, error) + func GenerateSaveCoinKey(keybase keyring.Keyring, keyName, mnemonic string, overwrite bool, ...) (sdk.AccAddress, string, error) + func GetRequestWithHeaders(url string, headers map[string]string) ([]byte, error) + func GetTempDir(t testing.TB) string + func TempFile(t testing.TB) *os.File + func WriteToNewTempFile(t testing.TB, s string) *os.File + type BufferReader interface + Reset func(string) + func ApplyMockIODiscardOutErr(c *cobra.Command) BufferReader + type BufferWriter interface + Bytes func() []byte + Reset func() + String func() string