package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators.
Package rest provides HTTP types and primitives for REST requests validation and responses handling.
Code generated by protoc-gen-go-pulsar.

# Functions

ApplyMockIO replaces stdin/out/err with buffers that can be used during testing.
ApplyMockIODiscardOutputs replaces a cobra.Command output and error streams with a dummy io.Writer.
DefaultContext creates a sdk.Context with a fresh MemDB that can be used in tests.
GenerateCoinKey generates a new key mnemonic along with its addrress.
GenerateSaveCoinKey generates a new key mnemonic with its addrress.
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.
TempFile returns a writable temporary file for the test to use.
Write the given string to a new temporary file.

# Interfaces

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