Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeeperTransferWrapper ¶
type KeeperTransferWrapper struct { keeper.Keeper FeeKeeper wrappedtypes.FeeRefunderKeeper SudoKeeper wrappedtypes.WasmKeeper // contains filtered or unexported fields }
KeeperTransferWrapper is a wrapper for original ibc keeper to override response for "Transfer" method
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, key storetypes.StoreKey, paramSpace paramtypes.Subspace, ics4Wrapper porttypes.ICS4Wrapper, channelKeeper wrappedtypes.ChannelKeeper, portKeeper types.PortKeeper, authKeeper types.AccountKeeper, bankKeeper types.BankKeeper, scopedKeeper capabilitykeeper.ScopedKeeper, feeKeeper wrappedtypes.FeeRefunderKeeper, sudoKeeper wrappedtypes.WasmKeeper, authority string, ) KeeperTransferWrapper
NewKeeper creates a new IBC transfer Keeper(KeeperTransferWrapper) instance
func (KeeperTransferWrapper) Transfer ¶
func (k KeeperTransferWrapper) Transfer(goCtx context.Context, msg *wrappedtypes.MsgTransfer) (*wrappedtypes.MsgTransferResponse, error)
func (KeeperTransferWrapper) UpdateParams ¶
func (k KeeperTransferWrapper) UpdateParams(goCtx context.Context, msg *wrappedtypes.MsgUpdateParams) (*wrappedtypes.MsgUpdateParamsResponse, error)
Click to show internal directories.
Click to hide internal directories.