interface MsgPayPacketFeeAsyncParams {
    packet_fee: PacketFee;
    packet_id: PacketId;
}

Hierarchy (view full)

Properties

packet_fee: PacketFee

the packet fee associated with a particular IBC packet

packet_id: PacketId

unique packet identifier comprised of the channel ID, port ID and sequence

Generated using TypeDoc