Versions in this module Expand all Collapse all v11 v11.0.1 Dec 18, 2024 v11.0.0 Dec 11, 2024 Changes in this version + type MockBankKeeper struct + func NewMockBankKeeper(ctrl *gomock.Controller) *MockBankKeeper + func (m *MockBankKeeper) BlockedAddr(addr types.AccAddress) bool + func (m *MockBankKeeper) EXPECT() *MockBankKeeperMockRecorder + func (m *MockBankKeeper) IsSendEnabledCoins(ctx context.Context, coins ...types.Coin) error + func (m *MockBankKeeper) SendCoins(ctx context.Context, fromAddr, toAddr types.AccAddress, amt types.Coins) error + type MockBankKeeperMockRecorder struct + func (mr *MockBankKeeperMockRecorder) BlockedAddr(addr interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) IsSendEnabledCoins(ctx interface{}, coins ...interface{}) *gomock.Call + func (mr *MockBankKeeperMockRecorder) SendCoins(ctx, fromAddr, toAddr, amt interface{}) *gomock.Call Other modules containing this package github.com/axone-protocol/axoned/v10 github.com/axone-protocol/axoned/v7 github.com/axone-protocol/axoned/v8 github.com/axone-protocol/axoned/v9