Class ServiceClientAbstract

Abstract service client to encapsulate shared AlgodClient and IndexerClient logic

Hierarchy

Constructors

Methods

  • Set the default int decoding method for all JSON requests this client creates.

    Parameters

    • method: IntDecoding

      {"default" | "safe" | "mixed" | "bigint"} method The method to use when parsing the response for request. Must be one of "default", "safe", "mixed", or "bigint". See JSONRequest.setIntDecoding for more details about what each method does.

    Returns void

Generated using TypeDoc