interface IBCTransferFailed {
    channelId: string;
    id: Long;
    portId: string;
    sequence: Long;
}

Properties

channelId: string
id: Long
portId: string
sequence: Long

Generated using TypeDoc