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

    Interface GroupInfoInterface

    MLS Group Information

    This is used when joining by external commit. It can be found within the GroupInfoBundle within a CommitBundle.

    interface GroupInfoInterface {
        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