Type alias Version

Version: {
    ton_connect_sdk_lib: string | null;
    ton_connect_ui_lib: string | null;
}

Version of the TON Connect SDK and TON Connect UI.

Type declaration

  • ton_connect_sdk_lib: string | null

    TON Connect SDK version.

  • ton_connect_ui_lib: string | null

    TON Connect UI version.

Generated using TypeDoc