Vana SDK - v2.2.2
    Preparing search index...

    Interface ServiceEndpoints

    Default service endpoints for Vana networks

    Centralizes all default service URLs for different Vana networks. These can be overridden during SDK initialization.

    interface ServiceEndpoints {
        subgraphUrl: string;
        blockExplorerUrl: string;
        personalServerUrl: string;
        rpcUrl: string;
    }
    Index

    Properties

    subgraphUrl: string

    Subgraph API endpoint for querying on-chain data

    blockExplorerUrl: string

    Block explorer URL for viewing transactions and addresses

    personalServerUrl: string

    Personal server URL for computation operations

    rpcUrl: string

    RPC URL for blockchain interactions