ts-algochat
    Preparing search index...

    Interface ChatAccount

    interface ChatAccount {
        account: Account;
        address: string;
        encryptionKeys: X25519KeyPair;
    }
    Index

    Properties

    account: Account
    address: string
    encryptionKeys: X25519KeyPair