package
11.0.1
Repository: https://github.com/axone-protocol/axoned.git
Documentation: pkg.go.dev

# Functions

CompileMust compiles the given source code and panics if it fails.
No description provided by the author
No description provided by the author
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.
NewMockAnyUnpacker creates a new mock instance.
NewMockAuthQueryService creates a new mock instance.
NewMockBankKeeper creates a new mock instance.
NewMockFS creates a new mock instance.
NewMockGasMeter creates a new mock instance.
NewMockInterfaceRegistry creates a new mock instance.
NewMockReadFileFS creates a new mock instance.
NewMockUnpackInterfacesMessage 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.
MockAnyUnpacker is a mock of AnyUnpacker interface.
MockAnyUnpackerMockRecorder is the mock recorder for MockAnyUnpacker.
MockAuthQueryService is a mock of AuthQueryService interface.
MockAuthQueryServiceMockRecorder is the mock recorder for MockAuthQueryService.
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.
MockInterfaceRegistry is a mock of InterfaceRegistry interface.
MockInterfaceRegistryMockRecorder is the mock recorder for MockInterfaceRegistry.
MockReadFileFS is a mock of ReadFileFS interface.
MockReadFileFSMockRecorder is the mock recorder for MockReadFileFS.
MockUnpackInterfacesMessage is a mock of UnpackInterfacesMessage interface.
MockUnpackInterfacesMessageMockRecorder is the mock recorder for MockUnpackInterfacesMessage.
MockWasmKeeper is a mock of WasmKeeper interface.
MockWasmKeeperMockRecorder is the mock recorder for MockWasmKeeper.

# Type aliases

No description provided by the author