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

    Interface DkgInviteResult

    Result of the DKG invite command.

    interface DkgInviteResult {
        groupId: ARID;
        requestId: ARID;
        envelopeUr: string;
    }
    Index

    Properties

    groupId: ARID
    requestId: ARID
    envelopeUr: string