Marmot-TS
    Preparing search index...

    Interface AccountIdentityProofRequest

    The values a Marmot account key signs to bind an MLS leaf to that account.

    interface AccountIdentityProofRequest {
        accountIdentity: Uint8Array;
        ciphersuite: number;
        mlsSignaturePublicKey: Uint8Array;
        signatureScheme: number;
    }
    Index

    Core - Account Identity Proof

    accountIdentity: Uint8Array

    The 32-byte x-only Nostr account pubkey (the credential identity).

    ciphersuite: number

    The MLS ciphersuite id.

    mlsSignaturePublicKey: Uint8Array

    The MLS leaf signature public key.

    signatureScheme: number

    The MLS signature scheme code point (see mlsSignatureScheme).