package
0.53.0-beta.2
Repository: https://github.com/cosmos/cosmos-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package mock is a generated GoMock package.
No description provided by the author
No description provided by the author

# Functions

ApplyMockIO replaces stdin/out/err with buffers that can be used during testing.
ApplyMockIODiscardOutErr replaces a cobra.Command output and error streams with a dummy io.Writer.
No description provided by the author
DefaultContext creates a sdk.Context with a fresh MemDB that can be used in tests.
No description provided by the author
DefaultContextWithKeys creates a sdk.Context with a fresh MemDB, mounting the providing keys for usage in the multistore.
DiffCollectionsMigration is meant to aid in the migration from the previous store solution to collections.
GenerateCoinKey generates a new key mnemonic along with its address.
GenerateSaveCoinKey generates a new key mnemonic with its address.
GetRequest defines a wrapper around an HTTP GET request with a provided URL.
GetRequestWithHeaders defines a wrapper around an HTTP GET request with a provided URL and custom headers An error is returned if the request or reading the body fails.
GetTempDir returns a writable temporary director for the test to use.
PostRequest defines a wrapper around an HTTP POST request with a provided URL and data.
No description provided by the author
RequireProtoDeepEqual fails the test t if p1 and p2 are not equivalent protobuf messages.
TempFile returns a writable temporary file for the test to use.
Write the given string to a new temporary file.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

BufferReader is implemented by types that read from a string buffer.
BufferWriter is implemented by types that write to a buffer.