# Functions
CompileMust compiles the given source code and panics if it fails.
NewComprehensiveInterpreterMust returns a new Interpreter with the given context or panics if it fails.
NewLightInterpreterMust returns a new Interpreter with the given context or panics if it fails.
NewMockAccountKeeper creates a new mock instance.
NewMockBankKeeper creates a new mock instance.
NewMockFS creates a new mock instance.
NewMockGasMeter creates a new mock instance.
NewMockReadFileFS creates a new mock instance.
NewMockWasmKeeper creates a new mock instance.
ReindexUnknownVariables reindexes the variables in the given term so that the variables are numbered sequentially.
ShouldBeGrounded is a goconvey assertion that asserts that the given term does not hold any uninstantiated variables.
# Structs
MockAccountKeeper is a mock of AccountKeeper interface.
MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.
MockBankKeeper is a mock of BankKeeper interface.
MockBankKeeperMockRecorder is the mock recorder for MockBankKeeper.
MockFS is a mock of FS interface.
MockFSMockRecorder is the mock recorder for MockFS.
MockGasMeter is a mock of GasMeter interface.
MockGasMeterMockRecorder is the mock recorder for MockGasMeter.
MockReadFileFS is a mock of ReadFileFS interface.
MockReadFileFSMockRecorder is the mock recorder for MockReadFileFS.
MockWasmKeeper is a mock of WasmKeeper interface.
MockWasmKeeperMockRecorder is the mock recorder for MockWasmKeeper.
# Type aliases
No description provided by the author