Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkmx committed Apr 15, 2024
1 parent bd8c9bd commit 9c351da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ export interface Transaction {
* @example 25713146000001
*/
total_fees: number;
/**
* @format int64
* @example 25713146000001
*/
end_balance: number;
transaction_type: TransactionType;
/** @example "55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122" */
state_update_old: string;
Expand Down Expand Up @@ -1320,6 +1325,7 @@ export interface Action {
InscriptionMint?: InscriptionMintAction;
/** shortly describes what this action is about. */
simple_preview: ActionSimplePreview;
base_transactions: string[];
}
export interface TonTransferAction {
sender: AccountAddress;
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.6",
"version": "1.0.7",
"description": "Autogenerated SDK for tonapi.io",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9c351da

Please sign in to comment.