File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @maestro-org/typescript-sdk" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " TypeScript SDK for the Maestro Dapp Platform" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
49
49
" yarn eslint --fix"
50
50
]
51
51
}
52
- }
52
+ }
Original file line number Diff line number Diff line change @@ -438,17 +438,17 @@ export interface AssetStandards {
438
438
*/
439
439
export interface AssetTx {
440
440
/**
441
- * The height of the block which included the transaction
441
+ * Absolute slot of the block which includes the transaction
442
442
* @type {number }
443
443
* @memberof AssetTx
444
444
*/
445
- block_height : number ;
445
+ slot : number ;
446
446
/**
447
- * Epoch in which the transaction occurred
448
- * @type {number }
447
+ * UTC timestamp of the block which includes the transaction
448
+ * @type {string }
449
449
* @memberof AssetTx
450
450
*/
451
- epoch_no : number ;
451
+ timestamp : string ;
452
452
/**
453
453
* Transaction hash
454
454
* @type {string }
You can’t perform that action at this time.
0 commit comments