package
1.5.0
Repository: https://github.com/nibiruchain/nibiru.git
Documentation: pkg.go.dev

# README

Testutil Directory

The x/common/testutil directory is not a cosmos-sdk module perse, but a collection of test utilities to make testing the other x/modules.

# 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.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AccAddress returns a sample address (sdk.AccAddress) created using secp256k1.
AssertEventsPresent: Errors if the given event type is not present in events.
AssertEventsPresent: Errors if the given event types are not present in events.
BeforeIntegrationSuite: Skips a test if the `-short` flag is used: All tests: `go test ./...` Unit tests only: `go test ./..
No description provided by the author
EventHasAttributeValue parses the given ABCI event at a key to see if it matches (contains) the wanted value.
Fill analyze all struct fields and slices with reflection and initialize the nil and empty slices, structs, and pointers.
FilterNewEvents returns only the new events from afterEvents that were not present in beforeEvents.
GetPackageDir: Returns the absolute path of the Golang package that calls this function.
No description provided by the author
PrivKey returns a private key and corresponding on-chain address.
PrivKeyAddressPairs generates (deterministically) a total of n private keys and addresses.
No description provided by the author
No description provided by the author
RequireNotHasTypedEvent: Error if an event type matches the proto.Message name.
No description provided by the author
SetupClientCtx configures the client and server contexts and returns the resultant 'context.Context'.

# Constants

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

# Variables

No description provided by the author

# Structs

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

# Type aliases

No description provided by the author