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

    Interface SerializedDkgRound1Package

    interface SerializedDkgRound1Package {
        commitment: { coefficients: string[] };
        proofOfKnowledge: string;
    }
    Index

    Properties

    commitment: { coefficients: string[] }
    proofOfKnowledge: string