multi-party-computation-controller-api
    Preparing search index...

    Interface GenerateKeyResponse

    Response from the GenerateKey RPC.

    interface GenerateKeyResponse {
        publicKey: Buffer;
        publicKeyPackage: Buffer;
    }
    Index

    Properties

    publicKey: Buffer

    Canonical public key bytes.

    • Secp256k1 compressed: 33 bytes
    • Ed25519: 32 bytes.
    publicKeyPackage: Buffer

    Opaque protocol-internal package. Store verbatim; pass back unchanged to every Sign call.