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

# Functions

DefaultStoreLoader will be used by default and loads the latest version.
NewBaseApp returns a reference to an initialized BaseApp.
NewGRPCQueryRouter creates a new GRPCQueryRouter.
NewQueryRouter returns a reference to a new QueryRouter.
NewQueryServerTestHelper creates a new QueryServiceTestHelper that wraps the provided sdk.Context.
SetHaltHeight returns a BaseApp option function that sets the halt block height.
SetHaltTime returns a BaseApp option function that sets the halt block time.
SetIAVLCacheSize provides a BaseApp option function that sets the size of IAVL cache.
SetIndexEvents provides a BaseApp option function that sets the events to index.
SetInterBlockCache provides a BaseApp option function that sets the inter-block cache.
SetMinGasPrices returns an option that sets the minimum gas prices on the app.
SetMinRetainBlocks returns a BaseApp option function that sets the minimum block retention height value when determining which heights to prune during ABCI Commit.
SetPruning sets a pruning option on the multistore associated with the app.
SetSnapshotInterval sets the snapshot interval.
SetSnapshotKeepRecent sets the recent snapshots to keep.
SetSnapshotStore sets the snapshot store.
SetTrace will turn on or off trace flag.
ValidateBlockParams defines a stateless validation on BlockParams.
ValidateEvidenceParams defines a stateless validation on EvidenceParams.
ValidateValidatorParams defines a stateless validation on ValidatorParams.

# Constants

Paramspace defines the parameter subspace to be used for the paramstore.

# Variables

Parameter store keys for all the consensus parameter types.
Parameter store keys for all the consensus parameter types.
Parameter store keys for all the consensus parameter types.

# Structs

BaseApp reflects the ABCI application implementation.
GRPCQueryRouter routes ABCI Query requests to GRPC handlers.
No description provided by the author
QueryServiceTestHelper provides a helper for making grpc query service rpc calls in unit tests.

# Interfaces

ABCIListener interface used to hook into the ABCI message processing of the BaseApp.
ParamStore defines the interface the parameter store used by the BaseApp must fulfill.
StreamingService interface for registering WriteListeners with the BaseApp and updating the service with the ABCI messages using the hooks.

# Type aliases

GRPCQueryHandler defines a function type which handles ABCI Query requests using gRPC.
No description provided by the author