nostr-double-ratchet
    Preparing search index...

    Interface DevicePayload

    Device payload for QR code / text code sharing.

    interface DevicePayload {
        deviceId: string;
        deviceLabel: string;
        ephemeralPubkey: string;
        identityPubkey: string;
        sharedSecret: string;
    }
    Index

    Properties

    deviceId: string

    Device ID (16 hex chars)

    deviceLabel: string

    Human-readable device label

    ephemeralPubkey: string

    Ephemeral public key (64 hex chars)

    identityPubkey: string

    Identity public key for this device (64 hex chars)

    sharedSecret: string

    Shared secret (64 hex chars)