Versions in this module Expand all Collapse all v9 v9.0.0 Jun 1, 2022 Changes in this version + var ProposalFlags = []string + func ApplyFuncIfNoError(ctx sdk.Context, f func(ctx sdk.Context) error) (err error) + func BinarySearch(f func(input sdk.Int) (sdk.Int, error), lowerbound sdk.Int, upperbound sdk.Int, ...) (sdk.Int, error) + func DecApproxEq(t *testing.T, d1 sdk.Dec, d2 sdk.Dec, tol sdk.Dec) (*testing.T, bool, string, string, string) + func DefaultFeeString(cfg network.Config) string + func ParseSdkIntFromString(s string, separator string) ([]sdk.Int, error) + func ParseUint64SliceFromString(s string, separator string) ([]uint64, error) + func PrintPanicRecoveryError(ctx sdk.Context, recoveryError interface{}) + type ErrTolerance struct + AdditiveTolerance sdk.Int + MultiplicativeTolerance sdk.Dec + func (e ErrTolerance) Compare(expected sdk.Int, actual sdk.Int) int + type Proposal struct + Deposit string + Description string + Title string + func ParseProposalFlags(fs *pflag.FlagSet) (*Proposal, error) Other modules containing this package github.com/osmosis-labs/osmosis/osmoutils github.com/osmosis-labs/osmosis/v10 github.com/osmosis-labs/osmosis/v11 github.com/osmosis-labs/osmosis/v12 github.com/osmosis-labs/osmosis/v13 github.com/osmosis-labs/osmosis/v7 github.com/osmosis-labs/osmosis/v8