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

interface NextSequenceRecvData {
    nextSeqRecv: bigint;
    path: Uint8Array;
}

Properties

Properties

nextSeqRecv: bigint
path: Uint8Array