Vana SDK - v3.5.0
    Preparing search index...

    Interface ServiceEndpoints

    Default service endpoints for Vana networks

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

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

    Properties

    blockExplorerUrl: string

    Block explorer URL for viewing transactions and addresses

    rpcUrl: string

    RPC URL for blockchain interactions