SignalCD Modern PoC API
    Preparing search index...

    Interface OneTimePrekey

    interface OneTimePrekey {
        createdAt: number;
        keyId: string;
        privateKey: CryptoKey;
        publicKey: CryptoKey;
        publishedAt?: number;
    }

    Hierarchy (View Summary)

    Index
    createdAt: number
    keyId: string
    privateKey: CryptoKey
    publicKey: CryptoKey
    publishedAt?: number

    Set only after the provider has accepted this public prekey.