Taquito TypeDocs
    Preparing search index...

    Type Alias RestApiQueryType

    type RestApiQueryType = {
        baseUri?: string;
        method?: "GET" | "POST" | "PUT";
        path: string;
        specificationUri: string;
    }
    Index

    Properties

    baseUri?: string
    method?: "GET" | "POST" | "PUT"
    path: string
    specificationUri: string