Versions in this module Expand all Collapse all v9 v9.0.0 Aug 2, 2024 Changes in this version + func CompileMust(ctx context.Context, i *prolog.Interpreter, s string, args ...interface{}) + func NewComprehensiveInterpreterMust(ctx context.Context) (i *prolog.Interpreter) + func NewLightInterpreterMust(ctx context.Context) (i *prolog.Interpreter) + func ReindexUnknownVariables(s prolog.TermString) prolog.TermString + func ShouldBeGrounded(actual any, expected ...any) string + type MockAccountKeeper struct + func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper + func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder + func (m *MockAccountKeeper) GetAccount(ctx context.Context, addr types.AccAddress) types.AccountI + type MockAccountKeeperMockRecorder struct + func (mr *MockAccountKeeperMockRecorder) GetAccount(ctx, addr interface{}) *gomock.Call + type MockBankKeeper struct + func NewMockBankKeeper(ctrl *gomock.Controller) *MockBankKeeper + func (m *MockBankKeeper) EXPECT() *MockBankKeeperMockRecorder + func (m *MockBankKeeper) GetAccountsBalances(ctx context.Context) []types0.Balance + func (m *MockBankKeeper) GetAllBalances(ctx context.Context, addr types.AccAddress) types.Coins + func (m *MockBankKeeper) GetBalance(ctx context.Context, addr types.AccAddress, denom string) types.Coin + func (m *MockBankKeeper) LockedCoins(ctx context.Context, addr types.AccAddress) types.Coins + func (m *MockBankKeeper) SpendableCoins(ctx context.Context, addr types.AccAddress) types.Coins + type MockBankKeeperMockRecorder struct + func (mr *MockBankKeeperMockRecorder) GetAccountsBalances(ctx interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) GetAllBalances(ctx, addr interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) GetBalance(ctx, addr, denom interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) LockedCoins(ctx, addr interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) SpendableCoins(ctx, addr interface{}) *gomock.Call + type MockFS struct + func NewMockFS(ctrl *gomock.Controller) *MockFS + func (m *MockFS) EXPECT() *MockFSMockRecorder + func (m *MockFS) Open(arg0 string) (fs.File, error) + type MockFSMockRecorder struct + func (mr *MockFSMockRecorder) Open(arg0 interface{}) *gomock.Call + type MockGasMeter struct + func NewMockGasMeter(ctrl *gomock.Controller) *MockGasMeter + func (m *MockGasMeter) ConsumeGas(arg0 uint64, arg1 string) + func (m *MockGasMeter) EXPECT() *MockGasMeterMockRecorder + func (m *MockGasMeter) GasConsumed() uint64 + func (m *MockGasMeter) GasConsumedToLimit() uint64 + func (m *MockGasMeter) GasRemaining() uint64 + func (m *MockGasMeter) IsOutOfGas() bool + func (m *MockGasMeter) IsPastLimit() bool + func (m *MockGasMeter) Limit() uint64 + func (m *MockGasMeter) RefundGas(arg0 uint64, arg1 string) + func (m *MockGasMeter) String() string + type MockGasMeterMockRecorder struct + func (mr *MockGasMeterMockRecorder) ConsumeGas(arg0, arg1 interface{}) *gomock.Call + func (mr *MockGasMeterMockRecorder) GasConsumed() *gomock.Call + func (mr *MockGasMeterMockRecorder) GasConsumedToLimit() *gomock.Call + func (mr *MockGasMeterMockRecorder) GasRemaining() *gomock.Call + func (mr *MockGasMeterMockRecorder) IsOutOfGas() *gomock.Call + func (mr *MockGasMeterMockRecorder) IsPastLimit() *gomock.Call + func (mr *MockGasMeterMockRecorder) Limit() *gomock.Call + func (mr *MockGasMeterMockRecorder) RefundGas(arg0, arg1 interface{}) *gomock.Call + func (mr *MockGasMeterMockRecorder) String() *gomock.Call + type MockReadFileFS struct + func NewMockReadFileFS(ctrl *gomock.Controller) *MockReadFileFS + func (m *MockReadFileFS) EXPECT() *MockReadFileFSMockRecorder + func (m *MockReadFileFS) Open(arg0 string) (fs.File, error) + func (m *MockReadFileFS) ReadFile(arg0 string) ([]byte, error) + type MockReadFileFSMockRecorder struct + func (mr *MockReadFileFSMockRecorder) Open(arg0 interface{}) *gomock.Call + func (mr *MockReadFileFSMockRecorder) ReadFile(arg0 interface{}) *gomock.Call + type MockWasmKeeper struct + func NewMockWasmKeeper(ctrl *gomock.Controller) *MockWasmKeeper + func (m *MockWasmKeeper) EXPECT() *MockWasmKeeperMockRecorder + func (m *MockWasmKeeper) QuerySmart(ctx context.Context, contractAddr types.AccAddress, req []byte) ([]byte, error) + type MockWasmKeeperMockRecorder struct + func (mr *MockWasmKeeperMockRecorder) QuerySmart(ctx, contractAddr, req interface{}) *gomock.Call + type TermResults map[string]prolog.TermString Other modules containing this package github.com/axone-protocol/axoned/v10 github.com/axone-protocol/axoned/v11 github.com/axone-protocol/axoned/v7 github.com/axone-protocol/axoned/v8