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

    Class ConversationId

    r" A unique identifier for a single conversation. r" r" The backend provides an opaque string identifying a new conversation. r" Construct an instance of this newtype to pass that identifier to Rust.

    Index

    Constructors

    Methods

    Constructors

    • Construct a new instance, transferring data from the client layer to Rust.

      Parameters

      • bytes: Uint8Array

      Returns ConversationId

    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 Uint8Array

    • Returns void