PacketSequence defines the genesis type necessary to retrieve and store next send and receive sequences.

interface PacketSequenceAmino {
    channel_id?: string;
    port_id?: string;
    sequence?: string;
}

Properties

channel_id?: string
port_id?: string
sequence?: string