@odatano/core 0.3.26 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/@cds-models/CardanoODataService/index.d.ts +88 -66
  2. package/@cds-models/CardanoODataService/index.d.ts.map +1 -1
  3. package/@cds-models/CardanoODataService/index.js +22 -0
  4. package/@cds-models/CardanoODataService/index.js.map +1 -1
  5. package/@cds-models/CardanoODataService/index.ts +33 -11
  6. package/@cds-models/CardanoSignService/index.d.ts +31 -14
  7. package/@cds-models/CardanoSignService/index.d.ts.map +1 -1
  8. package/@cds-models/CardanoSignService/index.js +3 -0
  9. package/@cds-models/CardanoSignService/index.js.map +1 -1
  10. package/@cds-models/CardanoSignService/index.ts +17 -13
  11. package/@cds-models/CardanoTransactionService/index.d.ts +15 -6
  12. package/@cds-models/CardanoTransactionService/index.d.ts.map +1 -1
  13. package/@cds-models/CardanoTransactionService/index.js +3 -0
  14. package/@cds-models/CardanoTransactionService/index.js.map +1 -1
  15. package/@cds-models/CardanoTransactionService/index.ts +5 -1
  16. package/@cds-models/index.d.ts +3 -2
  17. package/@cds-models/index.d.ts.map +1 -1
  18. package/@cds-models/index.js +1 -0
  19. package/@cds-models/index.js.map +1 -1
  20. package/@cds-models/index.ts +3 -2
  21. package/@cds-models/odatano/cardano/index.d.ts +72 -66
  22. package/@cds-models/odatano/cardano/index.d.ts.map +1 -1
  23. package/@cds-models/odatano/cardano/index.js.map +1 -1
  24. package/@cds-models/odatano/cardano/index.ts +12 -11
  25. package/README.md +8 -8
  26. package/db/schema.cds +5 -1
  27. package/db/types.cds +1 -0
  28. package/output/sora/iter0_base.json +32 -0
  29. package/output/sora/iter0_base.mp4 +0 -0
  30. package/output/sora/logo_ref_1280x720.png +0 -0
  31. package/output/sora/odatano_full_logo_sky_ref_1280x720.png +0 -0
  32. package/output/sora/odatano_full_logo_transparent.png +0 -0
  33. package/output/sora/odatano_full_logo_transparent_dark.png +0 -0
  34. package/output/sora/odatano_full_logo_v4_8s.json +32 -0
  35. package/output/sora/odatano_full_logo_v4_8s.mp4 +0 -0
  36. package/output/sora/odatano_full_logo_v5_create.json +15 -0
  37. package/output/sora/odatano_full_logo_v5_fixes.json +15 -0
  38. package/output/sora/odatano_full_logo_v5_fixes.mp4 +0 -0
  39. package/output/sora/odatano_logo_v1.json +32 -0
  40. package/output/sora/odatano_logo_v1.mp4 +0 -0
  41. package/output/sora/odatano_o_only_clean.png +0 -0
  42. package/output/sora/odatano_o_sky_ref_1280x720.png +0 -0
  43. package/output/sora/odatano_o_sky_v2_8s.json +32 -0
  44. package/output/sora/odatano_o_sky_v2_8s.mp4 +0 -0
  45. package/output/sora/odatano_o_sky_v3_create.json +15 -0
  46. package/output/sora/odatano_o_sky_v3_splash_text.json +15 -0
  47. package/output/sora/odatano_o_sky_v3_splash_text.mp4 +0 -0
  48. package/output/sora/odatano_v6_composite_exact_logo.mp4 +0 -0
  49. package/output/sora/odatano_v6_composite_exact_logo_clean.mp4 +0 -0
  50. package/output/sora/odatano_v6_composite_exact_logo_final.mp4 +0 -0
  51. package/output/sora/odatano_v6_endframe.jpg +0 -0
  52. package/output/sora/odatano_v6_endframe_clean.jpg +0 -0
  53. package/output/sora/odatano_v6_endframe_final.jpg +0 -0
  54. package/output/sora/odatano_v7_1_earlylogo_fadeoldtext.mp4 +0 -0
  55. package/output/sora/odatano_v7_1_end.jpg +0 -0
  56. package/output/sora/odatano_v7_1_transition.jpg +0 -0
  57. package/output/sora/odatano_v7_2_original2d_keep_sky.mp4 +0 -0
  58. package/output/sora/odatano_v7_endframe_nobg.jpg +0 -0
  59. package/output/sora/odatano_v7_endframe_nobg_cleanend.jpg +0 -0
  60. package/output/sora/odatano_v7_spin_splash_logo_nobg.mp4 +0 -0
  61. package/output/sora/odatano_v7_spin_splash_logo_nobg_cleanend.mp4 +0 -0
  62. package/package.json +9 -5
  63. package/srv/blockchain/backends/blockfrost-backend.d.ts.map +1 -1
  64. package/srv/blockchain/backends/blockfrost-backend.js +55 -5
  65. package/srv/blockchain/backends/blockfrost-backend.js.map +1 -1
  66. package/srv/blockchain/backends/cardano-backend.d.ts.map +1 -1
  67. package/srv/blockchain/backends/cardano-backend.js.map +1 -1
  68. package/srv/blockchain/backends/koios-backend.d.ts.map +1 -1
  69. package/srv/blockchain/backends/koios-backend.js +186 -78
  70. package/srv/blockchain/backends/koios-backend.js.map +1 -1
  71. package/srv/blockchain/backends/ogmios-backend.d.ts.map +1 -1
  72. package/srv/blockchain/backends/ogmios-backend.js +22 -1
  73. package/srv/blockchain/backends/ogmios-backend.js.map +1 -1
  74. package/srv/blockchain/cardano-client.d.ts.map +1 -1
  75. package/srv/blockchain/cardano-client.js +92 -10
  76. package/srv/blockchain/cardano-client.js.map +1 -1
  77. package/srv/blockchain/cardano-indexer.d.ts.map +1 -1
  78. package/srv/blockchain/cardano-indexer.js +136 -32
  79. package/srv/blockchain/cardano-indexer.js.map +1 -1
  80. package/srv/blockchain/cardano-tx-builder.js +18 -18
  81. package/srv/blockchain/cardano-tx-builder.js.map +1 -1
  82. package/srv/blockchain/request-coalescer.d.ts.map +1 -0
  83. package/srv/blockchain/request-coalescer.js +44 -0
  84. package/srv/blockchain/request-coalescer.js.map +1 -0
  85. package/srv/blockchain/signing/hsm-signer.d.ts.map +1 -1
  86. package/srv/blockchain/signing/hsm-signer.js +5 -1
  87. package/srv/blockchain/signing/hsm-signer.js.map +1 -1
  88. package/srv/blockchain/transaction-building/buildooor-tx.d.ts.map +1 -1
  89. package/srv/blockchain/transaction-building/buildooor-tx.js +41 -6
  90. package/srv/blockchain/transaction-building/buildooor-tx.js.map +1 -1
  91. package/srv/blockchain/transaction-building/csl-tx.d.ts.map +1 -1
  92. package/srv/blockchain/transaction-building/csl-tx.js +16 -6
  93. package/srv/blockchain/transaction-building/csl-tx.js.map +1 -1
  94. package/srv/cardano-service.cds +23 -0
  95. package/srv/cardano-service.js +19 -21
  96. package/srv/cardano-service.js.map +1 -1
  97. package/srv/cardano-sign-service.cds +20 -4
  98. package/srv/cardano-sign-service.js +108 -38
  99. package/srv/cardano-sign-service.js.map +1 -1
  100. package/srv/cardano-tx-service.cds +4 -0
  101. package/srv/cardano-tx-service.js +127 -101
  102. package/srv/cardano-tx-service.js.map +1 -1
  103. package/srv/server.d.ts.map +1 -1
  104. package/srv/server.js +52 -20
  105. package/srv/server.js.map +1 -1
  106. package/srv/utils/backend-request-handler.d.ts.map +1 -1
  107. package/srv/utils/backend-request-handler.js +2 -0
  108. package/srv/utils/backend-request-handler.js.map +1 -1
  109. package/srv/utils/const.d.ts.map +1 -1
  110. package/srv/utils/const.js +16 -2
  111. package/srv/utils/const.js.map +1 -1
  112. package/srv/utils/errors.d.ts.map +1 -1
  113. package/srv/utils/errors.js +21 -14
  114. package/srv/utils/errors.js.map +1 -1
  115. package/srv/utils/mappers.d.ts.map +1 -1
  116. package/srv/utils/mappers.js +69 -64
  117. package/srv/utils/mappers.js.map +1 -1
  118. package/srv/utils/tx-build-helper.d.ts.map +1 -1
  119. package/srv/utils/tx-build-helper.js +62 -11
  120. package/srv/utils/tx-build-helper.js.map +1 -1
  121. package/srv/utils/types.d.ts.map +1 -1
  122. package/srv/utils/types.js.map +1 -1
  123. package/srv/utils/validators.d.ts.map +1 -1
  124. package/srv/utils/validators.js +51 -8
  125. package/srv/utils/validators.js.map +1 -1
@@ -268,13 +268,13 @@ export declare function _PoolAspect<TBase extends new (...args: any[]) => object
268
268
  blocksMinted?: number | null;
269
269
  blocksEpoch?: number | null;
270
270
  liveStake?: _.Lovelace | null;
271
- liveSize?: number | null;
272
- liveSaturation?: number | null;
271
+ liveSize?: (number | string) | null;
272
+ liveSaturation?: (number | string) | null;
273
273
  liveDelegators?: number | null;
274
274
  activeStake?: _.Lovelace | null;
275
- activeSize?: number | null;
275
+ activeSize?: (number | string) | null;
276
276
  pledge?: _.Lovelace | null;
277
- margin?: number | null;
277
+ margin?: (number | string) | null;
278
278
  fixedCost?: _.Lovelace | null;
279
279
  rewardAccount?: string | null;
280
280
  };
@@ -285,13 +285,13 @@ export declare function _PoolAspect<TBase extends new (...args: any[]) => object
285
285
  blocksMinted?: number | null;
286
286
  blocksEpoch?: number | null;
287
287
  liveStake?: _.Lovelace | null;
288
- liveSize?: number | null;
289
- liveSaturation?: number | null;
288
+ liveSize?: (number | string) | null;
289
+ liveSaturation?: (number | string) | null;
290
290
  liveDelegators?: number | null;
291
291
  activeStake?: _.Lovelace | null;
292
- activeSize?: number | null;
292
+ activeSize?: (number | string) | null;
293
293
  pledge?: _.Lovelace | null;
294
- margin?: number | null;
294
+ margin?: (number | string) | null;
295
295
  fixedCost?: _.Lovelace | null;
296
296
  rewardAccount?: string | null;
297
297
  }>;
@@ -301,13 +301,13 @@ export declare function _PoolAspect<TBase extends new (...args: any[]) => object
301
301
  blocksMinted?: number | null;
302
302
  blocksEpoch?: number | null;
303
303
  liveStake?: _.Lovelace | null;
304
- liveSize?: number | null;
305
- liveSaturation?: number | null;
304
+ liveSize?: (number | string) | null;
305
+ liveSaturation?: (number | string) | null;
306
306
  liveDelegators?: number | null;
307
307
  activeStake?: _.Lovelace | null;
308
- activeSize?: number | null;
308
+ activeSize?: (number | string) | null;
309
309
  pledge?: _.Lovelace | null;
310
- margin?: number | null;
310
+ margin?: (number | string) | null;
311
311
  fixedCost?: _.Lovelace | null;
312
312
  rewardAccount?: string | null;
313
313
  }>;
@@ -320,13 +320,13 @@ declare const Pool_base: {
320
320
  blocksMinted?: number | null;
321
321
  blocksEpoch?: number | null;
322
322
  liveStake?: _.Lovelace | null;
323
- liveSize?: number | null;
324
- liveSaturation?: number | null;
323
+ liveSize?: (number | string) | null;
324
+ liveSaturation?: (number | string) | null;
325
325
  liveDelegators?: number | null;
326
326
  activeStake?: _.Lovelace | null;
327
- activeSize?: number | null;
327
+ activeSize?: (number | string) | null;
328
328
  pledge?: _.Lovelace | null;
329
- margin?: number | null;
329
+ margin?: (number | string) | null;
330
330
  fixedCost?: _.Lovelace | null;
331
331
  rewardAccount?: string | null;
332
332
  };
@@ -337,13 +337,13 @@ declare const Pool_base: {
337
337
  blocksMinted?: number | null;
338
338
  blocksEpoch?: number | null;
339
339
  liveStake?: _.Lovelace | null;
340
- liveSize?: number | null;
341
- liveSaturation?: number | null;
340
+ liveSize?: (number | string) | null;
341
+ liveSaturation?: (number | string) | null;
342
342
  liveDelegators?: number | null;
343
343
  activeStake?: _.Lovelace | null;
344
- activeSize?: number | null;
344
+ activeSize?: (number | string) | null;
345
345
  pledge?: _.Lovelace | null;
346
- margin?: number | null;
346
+ margin?: (number | string) | null;
347
347
  fixedCost?: _.Lovelace | null;
348
348
  rewardAccount?: string | null;
349
349
  }>;
@@ -353,13 +353,13 @@ declare const Pool_base: {
353
353
  blocksMinted?: number | null;
354
354
  blocksEpoch?: number | null;
355
355
  liveStake?: _.Lovelace | null;
356
- liveSize?: number | null;
357
- liveSaturation?: number | null;
356
+ liveSize?: (number | string) | null;
357
+ liveSaturation?: (number | string) | null;
358
358
  liveDelegators?: number | null;
359
359
  activeStake?: _.Lovelace | null;
360
- activeSize?: number | null;
360
+ activeSize?: (number | string) | null;
361
361
  pledge?: _.Lovelace | null;
362
- margin?: number | null;
362
+ margin?: (number | string) | null;
363
363
  fixedCost?: _.Lovelace | null;
364
364
  rewardAccount?: string | null;
365
365
  }>;
@@ -1487,19 +1487,19 @@ export declare function _LedgerProtocolParameterAspect<TBase extends new (...arg
1487
1487
  poolDeposit?: string | null;
1488
1488
  eMax?: number | null;
1489
1489
  nOpt?: number | null;
1490
- a0?: number | null;
1491
- rho?: number | null;
1492
- tau?: number | null;
1490
+ a0?: (number | string) | null;
1491
+ rho?: (number | string) | null;
1492
+ tau?: (number | string) | null;
1493
1493
  minPoolCost?: string | null;
1494
- decentralisationParam?: number | null;
1494
+ decentralisationParam?: (number | string) | null;
1495
1495
  extraEntropy?: string | null;
1496
1496
  protocolMajorVer?: number | null;
1497
1497
  protocolMinorVer?: number | null;
1498
1498
  minUtxo?: string | null;
1499
1499
  nonce?: string | null;
1500
1500
  costModels?: string | null;
1501
- priceMem?: number | null;
1502
- priceStep?: number | null;
1501
+ priceMem?: (number | string) | null;
1502
+ priceStep?: (number | string) | null;
1503
1503
  maxTxExMem?: string | null;
1504
1504
  maxTxExSteps?: string | null;
1505
1505
  maxBlockExMem?: string | null;
@@ -1525,19 +1525,19 @@ export declare function _LedgerProtocolParameterAspect<TBase extends new (...arg
1525
1525
  poolDeposit?: string | null;
1526
1526
  eMax?: number | null;
1527
1527
  nOpt?: number | null;
1528
- a0?: number | null;
1529
- rho?: number | null;
1530
- tau?: number | null;
1528
+ a0?: (number | string) | null;
1529
+ rho?: (number | string) | null;
1530
+ tau?: (number | string) | null;
1531
1531
  minPoolCost?: string | null;
1532
- decentralisationParam?: number | null;
1532
+ decentralisationParam?: (number | string) | null;
1533
1533
  extraEntropy?: string | null;
1534
1534
  protocolMajorVer?: number | null;
1535
1535
  protocolMinorVer?: number | null;
1536
1536
  minUtxo?: string | null;
1537
1537
  nonce?: string | null;
1538
1538
  costModels?: string | null;
1539
- priceMem?: number | null;
1540
- priceStep?: number | null;
1539
+ priceMem?: (number | string) | null;
1540
+ priceStep?: (number | string) | null;
1541
1541
  maxTxExMem?: string | null;
1542
1542
  maxTxExSteps?: string | null;
1543
1543
  maxBlockExMem?: string | null;
@@ -1562,19 +1562,19 @@ export declare function _LedgerProtocolParameterAspect<TBase extends new (...arg
1562
1562
  poolDeposit?: string | null;
1563
1563
  eMax?: number | null;
1564
1564
  nOpt?: number | null;
1565
- a0?: number | null;
1566
- rho?: number | null;
1567
- tau?: number | null;
1565
+ a0?: (number | string) | null;
1566
+ rho?: (number | string) | null;
1567
+ tau?: (number | string) | null;
1568
1568
  minPoolCost?: string | null;
1569
- decentralisationParam?: number | null;
1569
+ decentralisationParam?: (number | string) | null;
1570
1570
  extraEntropy?: string | null;
1571
1571
  protocolMajorVer?: number | null;
1572
1572
  protocolMinorVer?: number | null;
1573
1573
  minUtxo?: string | null;
1574
1574
  nonce?: string | null;
1575
1575
  costModels?: string | null;
1576
- priceMem?: number | null;
1577
- priceStep?: number | null;
1576
+ priceMem?: (number | string) | null;
1577
+ priceStep?: (number | string) | null;
1578
1578
  maxTxExMem?: string | null;
1579
1579
  maxTxExSteps?: string | null;
1580
1580
  maxBlockExMem?: string | null;
@@ -1602,19 +1602,19 @@ declare const LedgerProtocolParameter_base: {
1602
1602
  poolDeposit?: string | null;
1603
1603
  eMax?: number | null;
1604
1604
  nOpt?: number | null;
1605
- a0?: number | null;
1606
- rho?: number | null;
1607
- tau?: number | null;
1605
+ a0?: (number | string) | null;
1606
+ rho?: (number | string) | null;
1607
+ tau?: (number | string) | null;
1608
1608
  minPoolCost?: string | null;
1609
- decentralisationParam?: number | null;
1609
+ decentralisationParam?: (number | string) | null;
1610
1610
  extraEntropy?: string | null;
1611
1611
  protocolMajorVer?: number | null;
1612
1612
  protocolMinorVer?: number | null;
1613
1613
  minUtxo?: string | null;
1614
1614
  nonce?: string | null;
1615
1615
  costModels?: string | null;
1616
- priceMem?: number | null;
1617
- priceStep?: number | null;
1616
+ priceMem?: (number | string) | null;
1617
+ priceStep?: (number | string) | null;
1618
1618
  maxTxExMem?: string | null;
1619
1619
  maxTxExSteps?: string | null;
1620
1620
  maxBlockExMem?: string | null;
@@ -1640,19 +1640,19 @@ declare const LedgerProtocolParameter_base: {
1640
1640
  poolDeposit?: string | null;
1641
1641
  eMax?: number | null;
1642
1642
  nOpt?: number | null;
1643
- a0?: number | null;
1644
- rho?: number | null;
1645
- tau?: number | null;
1643
+ a0?: (number | string) | null;
1644
+ rho?: (number | string) | null;
1645
+ tau?: (number | string) | null;
1646
1646
  minPoolCost?: string | null;
1647
- decentralisationParam?: number | null;
1647
+ decentralisationParam?: (number | string) | null;
1648
1648
  extraEntropy?: string | null;
1649
1649
  protocolMajorVer?: number | null;
1650
1650
  protocolMinorVer?: number | null;
1651
1651
  minUtxo?: string | null;
1652
1652
  nonce?: string | null;
1653
1653
  costModels?: string | null;
1654
- priceMem?: number | null;
1655
- priceStep?: number | null;
1654
+ priceMem?: (number | string) | null;
1655
+ priceStep?: (number | string) | null;
1656
1656
  maxTxExMem?: string | null;
1657
1657
  maxTxExSteps?: string | null;
1658
1658
  maxBlockExMem?: string | null;
@@ -1677,19 +1677,19 @@ declare const LedgerProtocolParameter_base: {
1677
1677
  poolDeposit?: string | null;
1678
1678
  eMax?: number | null;
1679
1679
  nOpt?: number | null;
1680
- a0?: number | null;
1681
- rho?: number | null;
1682
- tau?: number | null;
1680
+ a0?: (number | string) | null;
1681
+ rho?: (number | string) | null;
1682
+ tau?: (number | string) | null;
1683
1683
  minPoolCost?: string | null;
1684
- decentralisationParam?: number | null;
1684
+ decentralisationParam?: (number | string) | null;
1685
1685
  extraEntropy?: string | null;
1686
1686
  protocolMajorVer?: number | null;
1687
1687
  protocolMinorVer?: number | null;
1688
1688
  minUtxo?: string | null;
1689
1689
  nonce?: string | null;
1690
1690
  costModels?: string | null;
1691
- priceMem?: number | null;
1692
- priceStep?: number | null;
1691
+ priceMem?: (number | string) | null;
1692
+ priceStep?: (number | string) | null;
1693
1693
  maxTxExMem?: string | null;
1694
1694
  maxTxExSteps?: string | null;
1695
1695
  maxBlockExMem?: string | null;
@@ -1730,6 +1730,7 @@ export declare function _TransactionBuildAspect<TBase extends new (...args: any[
1730
1730
  scriptHash?: string | null;
1731
1731
  fingerprint?: string | null;
1732
1732
  scriptAddress?: string | null;
1733
+ collateralAvailable?: boolean | null;
1733
1734
  validFrom?: __.CdsTimestamp | null;
1734
1735
  validTo?: __.CdsTimestamp | null;
1735
1736
  };
@@ -1754,6 +1755,7 @@ export declare function _TransactionBuildAspect<TBase extends new (...args: any[
1754
1755
  scriptHash?: string | null;
1755
1756
  fingerprint?: string | null;
1756
1757
  scriptAddress?: string | null;
1758
+ collateralAvailable?: boolean | null;
1757
1759
  validFrom?: __.CdsTimestamp | null;
1758
1760
  validTo?: __.CdsTimestamp | null;
1759
1761
  }>;
@@ -1777,6 +1779,7 @@ export declare function _TransactionBuildAspect<TBase extends new (...args: any[
1777
1779
  scriptHash?: string | null;
1778
1780
  fingerprint?: string | null;
1779
1781
  scriptAddress?: string | null;
1782
+ collateralAvailable?: boolean | null;
1780
1783
  validFrom?: __.CdsTimestamp | null;
1781
1784
  validTo?: __.CdsTimestamp | null;
1782
1785
  }>;
@@ -1803,6 +1806,7 @@ declare const TransactionBuild_base: {
1803
1806
  scriptHash?: string | null;
1804
1807
  fingerprint?: string | null;
1805
1808
  scriptAddress?: string | null;
1809
+ collateralAvailable?: boolean | null;
1806
1810
  validFrom?: __.CdsTimestamp | null;
1807
1811
  validTo?: __.CdsTimestamp | null;
1808
1812
  };
@@ -1827,6 +1831,7 @@ declare const TransactionBuild_base: {
1827
1831
  scriptHash?: string | null;
1828
1832
  fingerprint?: string | null;
1829
1833
  scriptAddress?: string | null;
1834
+ collateralAvailable?: boolean | null;
1830
1835
  validFrom?: __.CdsTimestamp | null;
1831
1836
  validTo?: __.CdsTimestamp | null;
1832
1837
  }>;
@@ -1850,6 +1855,7 @@ declare const TransactionBuild_base: {
1850
1855
  scriptHash?: string | null;
1851
1856
  fingerprint?: string | null;
1852
1857
  scriptAddress?: string | null;
1858
+ collateralAvailable?: boolean | null;
1853
1859
  validFrom?: __.CdsTimestamp | null;
1854
1860
  validTo?: __.CdsTimestamp | null;
1855
1861
  }>;
@@ -2352,7 +2358,7 @@ export declare function _AddressTransactionAspect<TBase extends new (...args: an
2352
2358
  address_address?: __.Key<_.Bech32>;
2353
2359
  tx?: __.Key<__.Association.to<Transaction>>;
2354
2360
  tx_hash?: __.Key<_.Blake2b256>;
2355
- netAmount?: number | null;
2361
+ netAmount?: (number | string) | null;
2356
2362
  blockTime?: number | null;
2357
2363
  netAssets?: string | null;
2358
2364
  hasAssets?: boolean | null;
@@ -2363,7 +2369,7 @@ export declare function _AddressTransactionAspect<TBase extends new (...args: an
2363
2369
  address_address?: __.Key<_.Bech32>;
2364
2370
  tx?: __.Key<__.Association.to<Transaction>>;
2365
2371
  tx_hash?: __.Key<_.Blake2b256>;
2366
- netAmount?: number | null;
2372
+ netAmount?: (number | string) | null;
2367
2373
  blockTime?: number | null;
2368
2374
  netAssets?: string | null;
2369
2375
  hasAssets?: boolean | null;
@@ -2373,7 +2379,7 @@ export declare function _AddressTransactionAspect<TBase extends new (...args: an
2373
2379
  address_address?: __.Key<_.Bech32>;
2374
2380
  tx?: __.Key<__.Association.to<Transaction>>;
2375
2381
  tx_hash?: __.Key<_.Blake2b256>;
2376
- netAmount?: number | null;
2382
+ netAmount?: (number | string) | null;
2377
2383
  blockTime?: number | null;
2378
2384
  netAssets?: string | null;
2379
2385
  hasAssets?: boolean | null;
@@ -2386,7 +2392,7 @@ declare const AddressTransaction_base: {
2386
2392
  address_address?: __.Key<_.Bech32>;
2387
2393
  tx?: __.Key<__.Association.to<Transaction>>;
2388
2394
  tx_hash?: __.Key<_.Blake2b256>;
2389
- netAmount?: number | null;
2395
+ netAmount?: (number | string) | null;
2390
2396
  blockTime?: number | null;
2391
2397
  netAssets?: string | null;
2392
2398
  hasAssets?: boolean | null;
@@ -2397,7 +2403,7 @@ declare const AddressTransaction_base: {
2397
2403
  address_address?: __.Key<_.Bech32>;
2398
2404
  tx?: __.Key<__.Association.to<Transaction>>;
2399
2405
  tx_hash?: __.Key<_.Blake2b256>;
2400
- netAmount?: number | null;
2406
+ netAmount?: (number | string) | null;
2401
2407
  blockTime?: number | null;
2402
2408
  netAssets?: string | null;
2403
2409
  hasAssets?: boolean | null;
@@ -2407,7 +2413,7 @@ declare const AddressTransaction_base: {
2407
2413
  address_address?: __.Key<_.Bech32>;
2408
2414
  tx?: __.Key<__.Association.to<Transaction>>;
2409
2415
  tx_hash?: __.Key<_.Blake2b256>;
2410
- netAmount?: number | null;
2416
+ netAmount?: (number | string) | null;
2411
2417
  blockTime?: number | null;
2412
2418
  netAssets?: string | null;
2413
2419
  hasAssets?: boolean | null;