ts-algochat
    Preparing search index...

    Interface BlockchainConfig

    Configuration for Algorand node connections.

    interface BlockchainConfig {
        algodToken: string;
        algodUrl: string;
        indexerToken?: string;
        indexerUrl?: string;
    }
    Index

    Properties

    algodToken: string

    Algod API token.

    algodUrl: string

    Algod node URL.

    indexerToken?: string

    Indexer API token (optional).

    indexerUrl?: string

    Indexer URL (optional).