ts-algochat
    Preparing search index...

    Interface ChatAccountOptions

    interface ChatAccountOptions {
        scheme?: SigningScheme;
    }
    Index
    scheme?: SigningScheme

    Authorizing signature scheme. createChatAccountFromMnemonic defaults to ed25519. createRandomChatAccount defaults to falcon-1024.