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

    Interface DkgFinalizeResult

    Result of the DKG finalize command.

    interface DkgFinalizeResult {
        verifyingKey: string;
        keyPackagePath: string;
        publicKeyPackagePath: string;
    }
    Index

    Properties

    verifyingKey: string
    keyPackagePath: string
    publicKeyPackagePath: string