@substrate-system/keys
    Preparing search index...

    Type Alias EncryptedMessage

    type EncryptedMessage = {
        content: string | Uint8Array;
        key: string | Uint8Array;
    }
    Index

    Properties

    Properties

    content: string | Uint8Array
    key: string | Uint8Array