etherscan-api
    Preparing search index...

    Interface TransportOptions

    interface TransportOptions {
        body?: string;
        method?: "GET" | "POST";
        timeout?: number;
    }
    Index

    Properties

    body?: string

    Form-encoded request body, set for POST requests.

    method?: "GET" | "POST"

    HTTP method (default 'GET'). 'POST' is used by the verification endpoints.

    timeout?: number

    Request timeout in milliseconds.