Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + const TestMnemonic + func ApplyMockIO(c *cobra.Command) (BufferReader, BufferWriter) + func DefaultContext(key sdk.StoreKey, tkey sdk.StoreKey) sdk.Context + func GetRequestWithHeaders(url string, headers map[string]string) ([]byte, error) + 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