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

    Type Alias InitSendResult

    Result from initSend - includes shared secret

    type InitSendResult = {
        handshakeData: InitSenderInfo;
        sharedSecret: Uint8Array;
    }
    Index

    Properties

    handshakeData: InitSenderInfo
    sharedSecret: Uint8Array