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

    Type Alias Keypair

    type Keypair = {
        publicKey: CryptoKey;
        secretKey: CryptoKey;
    }
    Index

    Properties

    Properties

    publicKey: CryptoKey
    secretKey: CryptoKey