FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface Round2ResponseData

    Data extracted from a successful Round 2 response.

    Port of struct Round2ResponseData from round2.rs lines 601-604.

    interface Round2ResponseData {
        packages: [XID, unknown][];
        nextResponseArid: ARID;
    }
    Index

    Properties

    packages: [XID, unknown][]
    nextResponseArid: ARID