Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModule ¶
type AppModule struct { nfttransfer.AppModule // contains filtered or unexported fields }
AppModule represents the AppModule for this module
func NewAppModule ¶
func NewAppModule( app nfttransfer.AppModule, k keeper.Keeper, ) AppModule
NewAppModule creates a new nft-transfer module
func (AppModule) RegisterServices ¶
func (am AppModule) RegisterServices(cfg module.Configurator)
RegisterServices override the nft-transfer module AppModule.RegisterServices
type IBCModule ¶
type IBCModule struct { nfttransfer.IBCModule // contains filtered or unexported fields }
IBCModule implements the ICS26 interface for transfer given the transfer keeper.
func NewIBCModule ¶
func NewIBCModule(app nfttransfer.IBCModule, k keeper.Keeper) IBCModule
NewIBCModule creates a new IBCModule given the keeper
func (IBCModule) OnAcknowledgementPacket ¶
func (im IBCModule) OnAcknowledgementPacket( ctx sdk.Context, packet channeltypes.Packet, acknowledgement []byte, relayer sdk.AccAddress, ) error
OnAcknowledgementPacket implements the IBCModule interface
Click to show internal directories.
Click to hide internal directories.