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

    Type Alias SignedBundle

    Signed bundle of one-time keys.

    type SignedBundle = {
        bundle: string[];
        signature: string;
    }
    Index

    Properties

    Properties

    bundle: string[]
    signature: string