@substrate-system/webcrypto-x3dh
    Preparing search index...

    Type Alias InitServerInfo

    Type returned from the server when initiating a connection.

    type InitServerInfo = {
        IdentityKey: string;
        OneTimeKey?: string;
        SignedPreKey: { PreKey: string; Signature: string };
    }
    Index

    Properties

    IdentityKey: string
    OneTimeKey?: string
    SignedPreKey: { PreKey: string; Signature: string }