etherscan-api
    Preparing search index...

    Type Alias Transport

    Transport: (
        url: string,
        options?: TransportOptions,
    ) => Promise<EtherscanResponse>

    HTTP transport contract. Receives a fully-qualified URL plus options and resolves with the parsed JSON body. The default implementation uses Node's built-in https/http; callers can supply their own as the 4th argument to init. A custom transport only needs to honour options.method and options.body if it will be used for the contract-verification endpoints.

    Type Declaration