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

    Interface TronClientConfig

    Configuration options for registering TRON schemes to a t402Client

    interface TronClientConfig {
        signer: ClientTronSigner;
        policies?: PaymentPolicy[];
        networks?: Network[];
        schemeConfig?: ExactTronClientSchemeConfig;
    }
    Index

    Properties

    The TRON signer to use for creating payment payloads

    policies?: PaymentPolicy[]

    Optional policies to apply to the client

    networks?: Network[]

    Optional specific networks to register If not provided, registers wildcard support (tron:*)

    Optional scheme configuration (fee limits, etc.)