react-native-matrix-crypto
    Preparing search index...

    Interface SasEmoji

    One symbol of a short authentication string, with the word for it.

    description is the protocol's own English word for the symbol. A product showing these in another language looks the word up from the symbol's position in the array, which is why both travel together.

    interface SasEmoji {
        description: string;
        symbol: string;
    }
    Index
    description: string
    symbol: string