Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkmx committed Apr 10, 2024
1 parent b6e9dcb commit c1c817b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export interface ActionPhase {
* @example 1000
*/
total_fees: number;
exit_code_description?: string;
}
export interface Transaction {
/** @example "55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122" */
Expand Down Expand Up @@ -1198,6 +1199,15 @@ export interface JettonBalance {
price?: TokenRates;
wallet_address: AccountAddress;
jetton: JettonPreview;
lock?: {
/** @example 597968399 */
amount: string;
/**
* @format int64
* @example 1678223064
*/
till: number;
};
}
export interface JettonsBalances {
balances: JettonBalance[];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tonapi-sdk-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "Autogenerated SDK for tonapi.io",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c1c817b

Please sign in to comment.