T402 API Reference - v2.8.0
    Preparing search index...

    Interface NetworkInfo

    Supported network information

    interface NetworkInfo {
        id: string;
        name: string;
        type: "evm" | "solana" | "ton" | "tron";
        testnet: boolean;
        assets: string[];
    }
    Index

    Properties

    id: string
    name: string
    type: "evm" | "solana" | "ton" | "tron"
    testnet: boolean
    assets: string[]