NextSequenceRecvData returns the SignBytes data for verification of the next sequence to be received.

interface NextSequenceRecvDataAmino {
    next_seq_recv?: string;
    path?: string;
}

Properties

next_seq_recv?: string
path?: string