IO Wallet SDK
    Preparing search index...
    interface RequestLike {
        headers: Headers;
        method:
            | "GET"
            | "POST"
            | "PUT"
            | "DELETE"
            | "HEAD"
            | "OPTIONS"
            | "TRACE"
            | "CONNECT"
            | "PATCH";
        url: string;
    }
    Index

    Properties

    Properties

    headers: Headers
    method:
        | "GET"
        | "POST"
        | "PUT"
        | "DELETE"
        | "HEAD"
        | "OPTIONS"
        | "TRACE"
        | "CONNECT"
        | "PATCH"
    url: string