package
2.1.0+incompatible
Repository: https://github.com/keep-network/keep-core.git
Documentation: pkg.go.dev

# Functions

AssertAnyErrorInChainMatchesTarget checks if any error in the error chain matches the target.
AssertBigIntNonZero checks if the provided not-nil big integer is non-zero.
AssertBigIntsEqual checks if two not-nil big integers are equal.
AssertBigIntsNotEqual checks if two not-nil big integers are not equal.
AssertBoolsEqual checks if two booleans are equal.
AssertBytesEqual checks if the two bytes array are equal.
AssertErrorsSame checks if two errors are the same error.
AssertIntsEqual checks if two integers are equal.
AssertStringsEqual checks if two strings are equal.
AssertUintsEqual checks if two unsigned integers are equal.
NewRandInt generates a random value in range [0, max), different from the passed current value.

# Structs

No description provided by the author