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

    Type Alias NetworkTRC20Registry

    Network-specific token registry

    type NetworkTRC20Registry = {
        network: string;
        defaultToken: TRC20Config;
        tokens: Record<string, TRC20Config>;
    }
    Index

    Properties

    network: string

    Network CAIP-2 identifier

    defaultToken: TRC20Config

    Default token for this network

    tokens: Record<string, TRC20Config>

    All supported tokens on this network