InfoApi - interface

Export

Interface

InfoApiInterface

Hierarchy

  • InfoApiInterface

Implemented by

Methods

  • Retrieves the STX tokens currently in circulation that have been unlocked as plain text. Get circulating STX supply in plain text format

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<string>

  • Retrieves the STX tokens currently in circulation that have been unlocked as plain text.

    Summary

    Get circulating STX supply in plain text format

    Throws

    Memberof

    InfoApiInterface

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<ApiResponse<string>>

  • Retrieves the total supply for STX tokens as plain text. Note: this uses the estimated future total supply for the year 2050. Get total STX supply in plain text format

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<string>

  • Retrieves the total supply for STX tokens as plain text. Note: this uses the estimated future total supply for the year 2050.

    Summary

    Get total STX supply in plain text format

    Throws

    Memberof

    InfoApiInterface

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<ApiResponse<string>>

Generated using TypeDoc