@blockchaincommons/gstp - v1.0.0-beta.2
    Preparing search index...

    Interface ResponseOk

    What ok gives on a success: the reference's (ARID, Envelope) pair.

    interface ResponseOk {
        id: ARID;
        result: Envelope;
    }
    Index
    id: ARID

    The request id.

    result: Envelope

    The 'result'.