Documentation ¶
Index ¶
- type ICS4WrapperMock
- func (m *ICS4WrapperMock) GetAppVersion(ctx sdk.Context, portID, channelID string) (string, bool)
- func (m *ICS4WrapperMock) SendPacket(ctx sdk.Context, chanCap *capabilitytypes.Capability, sourcePort string, ...) (sequence uint64, err error)
- func (m *ICS4WrapperMock) WriteAcknowledgement(ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICS4WrapperMock ¶
type ICS4WrapperMock struct{}
func (*ICS4WrapperMock) GetAppVersion ¶
func (*ICS4WrapperMock) SendPacket ¶
func (m *ICS4WrapperMock) SendPacket( ctx sdk.Context, chanCap *capabilitytypes.Capability, sourcePort string, sourceChannel string, timeoutHeight ibcclienttypes.Height, timeoutTimestamp uint64, data []byte, ) (sequence uint64, err error)
func (*ICS4WrapperMock) WriteAcknowledgement ¶
func (m *ICS4WrapperMock) WriteAcknowledgement( ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI, ack exported.Acknowledgement, ) error
Click to show internal directories.
Click to hide internal directories.