ts-algochat
    Preparing search index...

    Interface MailboxTransportConfig

    Transport configuration: an algod client plus the router app id.

    interface MailboxTransportConfig {
        algodClient: AlgodClient;
        appId: number | bigint;
    }
    Index
    algodClient: AlgodClient

    Injected algod client (all chain I/O flows through it)

    appId: number | bigint

    Application id of the deployed raven router contract