@wireapp/core-crypto
    Preparing search index...

    Interface ExternalSenderKeyInterface

    The raw public key of an external sender.

    This can be used to initialize a subconversation.

    interface ExternalSenderKeyInterface {
        copyBytes(): ArrayBuffer;
    }

    Implemented by

    Index

    Methods

    Methods

    • Get the raw bytes from this type, transferring data from Rust to the client layer.

      This does not consume the newtype, instead copying the internal data across the FFI boundary.

      Returns ArrayBuffer