@notabene/javascript-sdk 2.10.0-next.4 → 2.11.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 (136) hide show
  1. package/dist/cjs/notabene.cjs +1 -1
  2. package/dist/cjs/notabene.d.ts +60 -1
  3. package/dist/cjs/package.json +1 -1
  4. package/dist/esm/notabene.d.ts +60 -1
  5. package/dist/esm/notabene.js +14 -14
  6. package/dist/esm/package.json +1 -1
  7. package/dist/notabene.d.ts +60 -1
  8. package/dist/notabene.js +14 -14
  9. package/docs/README.md +9 -4
  10. package/docs/_media/TransactionOptions.md +17 -7
  11. package/docs/_media/getRefreshResult.md +1 -1
  12. package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
  13. package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
  14. package/docs/ivms/types/type-aliases/Address.md +1 -1
  15. package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
  16. package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
  17. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
  18. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
  19. package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
  20. package/docs/ivms/types/type-aliases/ISODate.md +1 -1
  21. package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
  22. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
  23. package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
  24. package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
  25. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
  26. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
  27. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
  28. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
  29. package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
  30. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
  31. package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
  32. package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
  33. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
  34. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
  35. package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
  36. package/docs/ivms/types/type-aliases/Originator.md +1 -1
  37. package/docs/ivms/types/type-aliases/Person.md +1 -1
  38. package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
  39. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
  40. package/docs/notabene/classes/ConnectionManager.md +5 -5
  41. package/docs/notabene/classes/EmbeddedComponent.md +17 -17
  42. package/docs/notabene/classes/default.md +7 -7
  43. package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
  44. package/docs/notabene/functions/getRefreshResult.md +1 -1
  45. package/docs/notabene/interfaces/ConnectionData.md +4 -4
  46. package/docs/notabene/interfaces/ConnectionMetadata.md +3 -3
  47. package/docs/notabene/interfaces/ConnectionResponse.md +6 -6
  48. package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
  49. package/docs/notabene/type-aliases/ConnectionResult.md +1 -1
  50. package/docs/notabene/type-aliases/ConnectionStatus.md +1 -1
  51. package/docs/notabene/type-aliases/MessageCallback.md +1 -1
  52. package/docs/notabene/type-aliases/TransactionType.md +1 -1
  53. package/docs/types/README.md +2 -0
  54. package/docs/types/enumerations/AgentType.md +2 -2
  55. package/docs/types/enumerations/CMType.md +27 -7
  56. package/docs/types/enumerations/ErrorIdentifierCode.md +4 -4
  57. package/docs/types/enumerations/HMType.md +2 -2
  58. package/docs/types/enumerations/PersonType.md +3 -3
  59. package/docs/types/enumerations/ProofStatus.md +4 -4
  60. package/docs/types/enumerations/ProofTypes.md +30 -18
  61. package/docs/types/enumerations/Status.md +5 -5
  62. package/docs/types/enumerations/VASPSearchControl.md +2 -2
  63. package/docs/types/enumerations/ValidationSections.md +4 -4
  64. package/docs/types/interfaces/Account.md +5 -5
  65. package/docs/types/interfaces/Agent.md +6 -6
  66. package/docs/types/interfaces/CallbackOptions.md +2 -2
  67. package/docs/types/interfaces/ComponentRequest.md +2 -2
  68. package/docs/types/interfaces/ComponentResponse.md +4 -4
  69. package/docs/types/interfaces/ConnectionRecord.md +7 -7
  70. package/docs/types/interfaces/ConnectionRequest.md +3 -3
  71. package/docs/types/interfaces/Counterparty.md +10 -10
  72. package/docs/types/interfaces/DeclarationProof.md +6 -6
  73. package/docs/types/interfaces/Deposit.md +12 -12
  74. package/docs/types/interfaces/DepositRequest.md +7 -7
  75. package/docs/types/interfaces/DepositRequestOptions.md +1 -1
  76. package/docs/types/interfaces/DepositTransaction.md +10 -10
  77. package/docs/types/interfaces/LegalPerson.md +13 -13
  78. package/docs/types/interfaces/MicroTransferProof.md +9 -9
  79. package/docs/types/interfaces/NaturalPerson.md +13 -13
  80. package/docs/types/interfaces/OwnershipProof.md +4 -4
  81. package/docs/types/interfaces/RefreshSource.md +2 -2
  82. package/docs/types/interfaces/Refreshable.md +1 -1
  83. package/docs/types/interfaces/ScreenshotProof.md +5 -5
  84. package/docs/types/interfaces/SignatureProof.md +14 -12
  85. package/docs/types/interfaces/ThresholdOptions.md +3 -3
  86. package/docs/types/interfaces/Transaction.md +9 -9
  87. package/docs/types/interfaces/TransactionOptions.md +17 -7
  88. package/docs/types/interfaces/TransactionResponse.md +9 -9
  89. package/docs/types/interfaces/VASP.md +19 -9
  90. package/docs/types/interfaces/Wallet.md +8 -8
  91. package/docs/types/interfaces/Withdrawal.md +11 -11
  92. package/docs/types/type-aliases/BlockchainAddress.md +1 -1
  93. package/docs/types/type-aliases/CAIP10.md +1 -1
  94. package/docs/types/type-aliases/CAIP19.md +1 -1
  95. package/docs/types/type-aliases/CAIP2.md +1 -1
  96. package/docs/types/type-aliases/CAIP220.md +1 -1
  97. package/docs/types/type-aliases/Cancel.md +1 -1
  98. package/docs/types/type-aliases/Completed.md +1 -1
  99. package/docs/types/type-aliases/ComponentMessage.md +5 -2
  100. package/docs/types/type-aliases/ConnectionOptions.md +1 -1
  101. package/docs/types/type-aliases/CounterpartyAssistConfig.md +1 -1
  102. package/docs/types/type-aliases/CryptoCredential.md +1 -1
  103. package/docs/types/type-aliases/DID.md +1 -1
  104. package/docs/types/type-aliases/DTI.md +1 -1
  105. package/docs/types/type-aliases/Destination.md +1 -1
  106. package/docs/types/type-aliases/Error.md +1 -1
  107. package/docs/types/type-aliases/FieldOptions.md +2 -2
  108. package/docs/types/type-aliases/FieldTypes.md +1 -1
  109. package/docs/types/type-aliases/HostMessage.md +1 -1
  110. package/docs/types/type-aliases/ISOCurrency.md +1 -1
  111. package/docs/types/type-aliases/Info.md +37 -0
  112. package/docs/types/type-aliases/InvalidValue.md +1 -1
  113. package/docs/types/type-aliases/LEI.md +1 -1
  114. package/docs/types/type-aliases/LegalPersonFieldName.md +1 -1
  115. package/docs/types/type-aliases/LegalPersonFields.md +1 -1
  116. package/docs/types/type-aliases/NationalIdentifierTypeFieldOptions.md +1 -1
  117. package/docs/types/type-aliases/NaturalPersonFieldName.md +1 -1
  118. package/docs/types/type-aliases/NaturalPersonFields.md +1 -1
  119. package/docs/types/type-aliases/NotabeneAsset.md +1 -1
  120. package/docs/types/type-aliases/Ready.md +1 -1
  121. package/docs/types/type-aliases/ResizeRequest.md +1 -1
  122. package/docs/types/type-aliases/Source.md +1 -1
  123. package/docs/types/type-aliases/Theme.md +1 -1
  124. package/docs/types/type-aliases/TransactionAsset.md +1 -1
  125. package/docs/types/type-aliases/TravelAddress.md +1 -1
  126. package/docs/types/type-aliases/URI.md +1 -1
  127. package/docs/types/type-aliases/UUID.md +1 -1
  128. package/docs/types/type-aliases/UpdateValue.md +1 -1
  129. package/docs/types/type-aliases/V1Asset.md +1 -1
  130. package/docs/types/type-aliases/V1Transaction.md +1 -1
  131. package/docs/types/type-aliases/VASPOptions.md +1 -1
  132. package/docs/types/type-aliases/ValidationError.md +1 -1
  133. package/docs/types/type-aliases/Warning.md +37 -0
  134. package/package.json +1 -1
  135. package/src/notabene.ts +4 -0
  136. package/src/types.ts +65 -3
@@ -24,7 +24,7 @@ Ownership Proof using Micro Transfer
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1144)
27
+ [types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
28
28
 
29
29
  ***
30
30
 
@@ -34,7 +34,7 @@ Ownership Proof using Micro Transfer
34
34
 
35
35
  #### Defined in
36
36
 
37
- [types.ts:1230](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1230)
37
+ [types.ts:1266](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1266)
38
38
 
39
39
  ***
40
40
 
@@ -44,7 +44,7 @@ Ownership Proof using Micro Transfer
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:1228](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1228)
47
+ [types.ts:1264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1264)
48
48
 
49
49
  ***
50
50
 
@@ -54,7 +54,7 @@ Ownership Proof using Micro Transfer
54
54
 
55
55
  #### Defined in
56
56
 
57
- [types.ts:1227](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1227)
57
+ [types.ts:1263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1263)
58
58
 
59
59
  ***
60
60
 
@@ -64,7 +64,7 @@ Ownership Proof using Micro Transfer
64
64
 
65
65
  #### Defined in
66
66
 
67
- [types.ts:1229](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1229)
67
+ [types.ts:1265](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1265)
68
68
 
69
69
  ***
70
70
 
@@ -78,7 +78,7 @@ Ownership Proof using Micro Transfer
78
78
 
79
79
  #### Defined in
80
80
 
81
- [types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1143)
81
+ [types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
82
82
 
83
83
  ***
84
84
 
@@ -88,7 +88,7 @@ Ownership Proof using Micro Transfer
88
88
 
89
89
  #### Defined in
90
90
 
91
- [types.ts:1226](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1226)
91
+ [types.ts:1262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1262)
92
92
 
93
93
  ***
94
94
 
@@ -102,7 +102,7 @@ Ownership Proof using Micro Transfer
102
102
 
103
103
  #### Defined in
104
104
 
105
- [types.ts:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1142)
105
+ [types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
106
106
 
107
107
  ***
108
108
 
@@ -116,4 +116,4 @@ Ownership Proof using Micro Transfer
116
116
 
117
117
  #### Defined in
118
118
 
119
- [types.ts:1225](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1225)
119
+ [types.ts:1261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1261)
@@ -42,7 +42,7 @@ with standard KYC (Know Your Customer) data collection practices.
42
42
 
43
43
  #### Defined in
44
44
 
45
- [types.ts:355](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L355)
45
+ [types.ts:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L356)
46
46
 
47
47
  ***
48
48
 
@@ -52,7 +52,7 @@ with standard KYC (Know Your Customer) data collection practices.
52
52
 
53
53
  #### Defined in
54
54
 
55
- [types.ts:389](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L389)
55
+ [types.ts:390](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L390)
56
56
 
57
57
  ***
58
58
 
@@ -62,7 +62,7 @@ with standard KYC (Know Your Customer) data collection practices.
62
62
 
63
63
  #### Defined in
64
64
 
65
- [types.ts:387](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L387)
65
+ [types.ts:388](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L388)
66
66
 
67
67
  ***
68
68
 
@@ -76,7 +76,7 @@ with standard KYC (Know Your Customer) data collection practices.
76
76
 
77
77
  #### Defined in
78
78
 
79
- [types.ts:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L356)
79
+ [types.ts:357](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L357)
80
80
 
81
81
  ***
82
82
 
@@ -90,7 +90,7 @@ with standard KYC (Know Your Customer) data collection practices.
90
90
 
91
91
  #### Defined in
92
92
 
93
- [types.ts:363](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L363)
93
+ [types.ts:364](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L364)
94
94
 
95
95
  ***
96
96
 
@@ -104,7 +104,7 @@ with standard KYC (Know Your Customer) data collection practices.
104
104
 
105
105
  #### Defined in
106
106
 
107
- [types.ts:359](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L359)
107
+ [types.ts:360](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L360)
108
108
 
109
109
  ***
110
110
 
@@ -118,7 +118,7 @@ with standard KYC (Know Your Customer) data collection practices.
118
118
 
119
119
  #### Defined in
120
120
 
121
- [types.ts:390](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L390)
121
+ [types.ts:391](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L391)
122
122
 
123
123
  ***
124
124
 
@@ -132,7 +132,7 @@ with standard KYC (Know Your Customer) data collection practices.
132
132
 
133
133
  #### Defined in
134
134
 
135
- [types.ts:360](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L360)
135
+ [types.ts:361](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L361)
136
136
 
137
137
  ***
138
138
 
@@ -146,7 +146,7 @@ with standard KYC (Know Your Customer) data collection practices.
146
146
 
147
147
  #### Defined in
148
148
 
149
- [types.ts:362](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L362)
149
+ [types.ts:363](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L363)
150
150
 
151
151
  ***
152
152
 
@@ -156,7 +156,7 @@ with standard KYC (Know Your Customer) data collection practices.
156
156
 
157
157
  #### Defined in
158
158
 
159
- [types.ts:388](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L388)
159
+ [types.ts:389](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L389)
160
160
 
161
161
  ***
162
162
 
@@ -170,7 +170,7 @@ with standard KYC (Know Your Customer) data collection practices.
170
170
 
171
171
  #### Defined in
172
172
 
173
- [types.ts:386](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L386)
173
+ [types.ts:387](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L387)
174
174
 
175
175
  ***
176
176
 
@@ -184,7 +184,7 @@ with standard KYC (Know Your Customer) data collection practices.
184
184
 
185
185
  #### Defined in
186
186
 
187
- [types.ts:358](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L358)
187
+ [types.ts:359](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L359)
188
188
 
189
189
  ***
190
190
 
@@ -198,4 +198,4 @@ with standard KYC (Know Your Customer) data collection practices.
198
198
 
199
199
  #### Defined in
200
200
 
201
- [types.ts:361](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L361)
201
+ [types.ts:362](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L362)
@@ -44,7 +44,7 @@ This interface is extended by specific proof types like:
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1144)
47
+ [types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
48
48
 
49
49
  ***
50
50
 
@@ -54,7 +54,7 @@ This interface is extended by specific proof types like:
54
54
 
55
55
  #### Defined in
56
56
 
57
- [types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1143)
57
+ [types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
58
58
 
59
59
  ***
60
60
 
@@ -64,7 +64,7 @@ This interface is extended by specific proof types like:
64
64
 
65
65
  #### Defined in
66
66
 
67
- [types.ts:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1142)
67
+ [types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
68
68
 
69
69
  ***
70
70
 
@@ -74,4 +74,4 @@ This interface is extended by specific proof types like:
74
74
 
75
75
  #### Defined in
76
76
 
77
- [types.ts:1141](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1141)
77
+ [types.ts:1176](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1176)
@@ -14,7 +14,7 @@
14
14
 
15
15
  #### Defined in
16
16
 
17
- [types.ts:577](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L577)
17
+ [types.ts:578](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L578)
18
18
 
19
19
  ***
20
20
 
@@ -24,4 +24,4 @@
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:576](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L576)
27
+ [types.ts:577](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L577)
@@ -19,4 +19,4 @@
19
19
 
20
20
  #### Defined in
21
21
 
22
- [types.ts:581](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L581)
22
+ [types.ts:582](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L582)
@@ -24,7 +24,7 @@ Ownership Proof using Screenshot
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1144)
27
+ [types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
28
28
 
29
29
  ***
30
30
 
@@ -38,7 +38,7 @@ Ownership Proof using Screenshot
38
38
 
39
39
  #### Defined in
40
40
 
41
- [types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1143)
41
+ [types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
42
42
 
43
43
  ***
44
44
 
@@ -52,7 +52,7 @@ Ownership Proof using Screenshot
52
52
 
53
53
  #### Defined in
54
54
 
55
- [types.ts:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1142)
55
+ [types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
56
56
 
57
57
  ***
58
58
 
@@ -66,7 +66,7 @@ Ownership Proof using Screenshot
66
66
 
67
67
  #### Defined in
68
68
 
69
- [types.ts:1238](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1238)
69
+ [types.ts:1274](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1274)
70
70
 
71
71
  ***
72
72
 
@@ -76,4 +76,4 @@ Ownership Proof using Screenshot
76
76
 
77
77
  #### Defined in
78
78
 
79
- [types.ts:1239](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1239)
79
+ [types.ts:1275](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1275)
@@ -40,7 +40,7 @@ associated with the claimed address.
40
40
 
41
41
  #### Defined in
42
42
 
43
- [types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1144)
43
+ [types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
44
44
 
45
45
  ***
46
46
 
@@ -50,21 +50,23 @@ associated with the claimed address.
50
50
 
51
51
  #### Defined in
52
52
 
53
- [types.ts:1182](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1182)
53
+ [types.ts:1218](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1218)
54
54
 
55
55
  ***
56
56
 
57
57
  ### chainSpecificData?
58
58
 
59
- > `optional` **chainSpecificData**: `object`
59
+ > `optional` **chainSpecificData**: `object` & `Record`\<`string`, `unknown`\>
60
60
 
61
- #### cardanoCoseKey?
61
+ #### Type declaration
62
+
63
+ ##### cardanoCoseKey?
62
64
 
63
65
  > `optional` **cardanoCoseKey**: `string`
64
66
 
65
67
  #### Defined in
66
68
 
67
- [types.ts:1185](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1185)
69
+ [types.ts:1221](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1221)
68
70
 
69
71
  ***
70
72
 
@@ -78,7 +80,7 @@ associated with the claimed address.
78
80
 
79
81
  #### Defined in
80
82
 
81
- [types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1143)
83
+ [types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
82
84
 
83
85
  ***
84
86
 
@@ -88,7 +90,7 @@ associated with the claimed address.
88
90
 
89
91
  #### Defined in
90
92
 
91
- [types.ts:1181](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1181)
93
+ [types.ts:1217](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1217)
92
94
 
93
95
  ***
94
96
 
@@ -102,13 +104,13 @@ associated with the claimed address.
102
104
 
103
105
  #### Defined in
104
106
 
105
- [types.ts:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1142)
107
+ [types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
106
108
 
107
109
  ***
108
110
 
109
111
  ### type
110
112
 
111
- > **type**: [`SIWE`](../enumerations/ProofTypes.md#siwe) \| [`SIWX`](../enumerations/ProofTypes.md#siwx) \| [`EIP191`](../enumerations/ProofTypes.md#eip191) \| [`EIP712`](../enumerations/ProofTypes.md#eip712) \| [`EIP1271`](../enumerations/ProofTypes.md#eip1271) \| [`BIP137`](../enumerations/ProofTypes.md#bip137) \| [`BIP322`](../enumerations/ProofTypes.md#bip322) \| [`BIP137_XPUB`](../enumerations/ProofTypes.md#bip137_xpub) \| [`TIP191`](../enumerations/ProofTypes.md#tip191) \| [`ED25519`](../enumerations/ProofTypes.md#ed25519) \| [`XRP_ED25519`](../enumerations/ProofTypes.md#xrp_ed25519) \| [`XLM_ED25519`](../enumerations/ProofTypes.md#xlm_ed25519) \| [`CIP8`](../enumerations/ProofTypes.md#cip8) \| [`CONCORDIUM`](../enumerations/ProofTypes.md#concordium)
113
+ > **type**: [`SIWE`](../enumerations/ProofTypes.md#siwe) \| [`SIWX`](../enumerations/ProofTypes.md#siwx) \| [`SOL_SIWX`](../enumerations/ProofTypes.md#sol_siwx) \| [`EIP191`](../enumerations/ProofTypes.md#eip191) \| [`EIP712`](../enumerations/ProofTypes.md#eip712) \| [`EIP1271`](../enumerations/ProofTypes.md#eip1271) \| [`BIP137`](../enumerations/ProofTypes.md#bip137) \| [`BIP322`](../enumerations/ProofTypes.md#bip322) \| [`BIP137_XPUB`](../enumerations/ProofTypes.md#bip137_xpub) \| [`TIP191`](../enumerations/ProofTypes.md#tip191) \| [`ED25519`](../enumerations/ProofTypes.md#ed25519) \| [`XRP_ED25519`](../enumerations/ProofTypes.md#xrp_ed25519) \| [`XLM_ED25519`](../enumerations/ProofTypes.md#xlm_ed25519) \| [`CIP8`](../enumerations/ProofTypes.md#cip8) \| [`CONCORDIUM`](../enumerations/ProofTypes.md#concordium)
112
114
 
113
115
  #### Overrides
114
116
 
@@ -116,7 +118,7 @@ associated with the claimed address.
116
118
 
117
119
  #### Defined in
118
120
 
119
- [types.ts:1165](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1165)
121
+ [types.ts:1200](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1200)
120
122
 
121
123
  ***
122
124
 
@@ -126,7 +128,7 @@ associated with the claimed address.
126
128
 
127
129
  #### Defined in
128
130
 
129
- [types.ts:1183](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1183)
131
+ [types.ts:1219](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1219)
130
132
 
131
133
  ***
132
134
 
@@ -136,4 +138,4 @@ associated with the claimed address.
136
138
 
137
139
  #### Defined in
138
140
 
139
- [types.ts:1184](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1184)
141
+ [types.ts:1220](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1220)
@@ -24,7 +24,7 @@ Note to support threshold you MUST include the Asset Price in the Transaction
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:835](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L835)
27
+ [types.ts:835](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L835)
28
28
 
29
29
  ***
30
30
 
@@ -34,7 +34,7 @@ Note to support threshold you MUST include the Asset Price in the Transaction
34
34
 
35
35
  #### Defined in
36
36
 
37
- [types.ts:836](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L836)
37
+ [types.ts:836](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L836)
38
38
 
39
39
  ***
40
40
 
@@ -44,4 +44,4 @@ Note to support threshold you MUST include the Asset Price in the Transaction
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:834](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L834)
47
+ [types.ts:834](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L834)
@@ -47,7 +47,7 @@ This interface serves as the base for specific transaction types like:
47
47
 
48
48
  #### Defined in
49
49
 
50
- [types.ts:572](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L572)
50
+ [types.ts:573](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L573)
51
51
 
52
52
  ***
53
53
 
@@ -57,7 +57,7 @@ This interface serves as the base for specific transaction types like:
57
57
 
58
58
  #### Defined in
59
59
 
60
- [types.ts:563](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L563)
60
+ [types.ts:564](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L564)
61
61
 
62
62
  ***
63
63
 
@@ -67,7 +67,7 @@ This interface serves as the base for specific transaction types like:
67
67
 
68
68
  #### Defined in
69
69
 
70
- [types.ts:566](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L566)
70
+ [types.ts:567](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L567)
71
71
 
72
72
  ***
73
73
 
@@ -77,7 +77,7 @@ This interface serves as the base for specific transaction types like:
77
77
 
78
78
  #### Defined in
79
79
 
80
- [types.ts:565](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L565)
80
+ [types.ts:566](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L566)
81
81
 
82
82
  ***
83
83
 
@@ -95,7 +95,7 @@ This interface serves as the base for specific transaction types like:
95
95
 
96
96
  #### Defined in
97
97
 
98
- [types.ts:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L568)
98
+ [types.ts:569](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L569)
99
99
 
100
100
  ***
101
101
 
@@ -105,7 +105,7 @@ This interface serves as the base for specific transaction types like:
105
105
 
106
106
  #### Defined in
107
107
 
108
- [types.ts:564](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L564)
108
+ [types.ts:565](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L565)
109
109
 
110
110
  ***
111
111
 
@@ -119,7 +119,7 @@ This interface serves as the base for specific transaction types like:
119
119
 
120
120
  #### Defined in
121
121
 
122
- [types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L536)
122
+ [types.ts:537](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L537)
123
123
 
124
124
  ***
125
125
 
@@ -129,7 +129,7 @@ This interface serves as the base for specific transaction types like:
129
129
 
130
130
  #### Defined in
131
131
 
132
- [types.ts:567](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L567)
132
+ [types.ts:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L568)
133
133
 
134
134
  ***
135
135
 
@@ -143,4 +143,4 @@ This interface serves as the base for specific transaction types like:
143
143
 
144
144
  #### Defined in
145
145
 
146
- [types.ts:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L535)
146
+ [types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L536)
@@ -16,7 +16,7 @@ Configuration options for Transaction components
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:853](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L853)
19
+ [types.ts:854](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L854)
20
20
 
21
21
  ***
22
22
 
@@ -26,7 +26,7 @@ Configuration options for Transaction components
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:854](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L854)
29
+ [types.ts:855](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L855)
30
30
 
31
31
  ***
32
32
 
@@ -36,7 +36,7 @@ Configuration options for Transaction components
36
36
 
37
37
  #### Defined in
38
38
 
39
- [types.ts:858](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L858)
39
+ [types.ts:859](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L859)
40
40
 
41
41
  ***
42
42
 
@@ -46,7 +46,7 @@ Configuration options for Transaction components
46
46
 
47
47
  #### Defined in
48
48
 
49
- [types.ts:855](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L855)
49
+ [types.ts:856](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L856)
50
50
 
51
51
  ***
52
52
 
@@ -56,7 +56,17 @@ Configuration options for Transaction components
56
56
 
57
57
  #### Defined in
58
58
 
59
- [types.ts:857](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L857)
59
+ [types.ts:858](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L858)
60
+
61
+ ***
62
+
63
+ ### jurisdiction?
64
+
65
+ > `optional` **jurisdiction**: `string`
66
+
67
+ #### Defined in
68
+
69
+ [types.ts:853](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L853)
60
70
 
61
71
  ***
62
72
 
@@ -94,7 +104,7 @@ Configuration options for Transaction components
94
104
 
95
105
  #### Defined in
96
106
 
97
- [types.ts:843](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L843)
107
+ [types.ts:843](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L843)
98
108
 
99
109
  ***
100
110
 
@@ -104,4 +114,4 @@ Configuration options for Transaction components
104
114
 
105
115
  #### Defined in
106
116
 
107
- [types.ts:856](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L856)
117
+ [types.ts:857](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L857)
@@ -46,7 +46,7 @@ Type of the transaction value being returned
46
46
 
47
47
  #### Defined in
48
48
 
49
- [types.ts:712](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L712)
49
+ [types.ts:713](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L713)
50
50
 
51
51
  ***
52
52
 
@@ -56,7 +56,7 @@ Type of the transaction value being returned
56
56
 
57
57
  #### Defined in
58
58
 
59
- [types.ts:736](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L736)
59
+ [types.ts:737](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L737)
60
60
 
61
61
  ***
62
62
 
@@ -66,7 +66,7 @@ Type of the transaction value being returned
66
66
 
67
67
  #### Defined in
68
68
 
69
- [types.ts:737](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L737)
69
+ [types.ts:738](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L738)
70
70
 
71
71
  ***
72
72
 
@@ -80,7 +80,7 @@ Type of the transaction value being returned
80
80
 
81
81
  #### Defined in
82
82
 
83
- [types.ts:709](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L709)
83
+ [types.ts:710](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L710)
84
84
 
85
85
  ***
86
86
 
@@ -94,7 +94,7 @@ Type of the transaction value being returned
94
94
 
95
95
  #### Defined in
96
96
 
97
- [types.ts:711](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L711)
97
+ [types.ts:712](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L712)
98
98
 
99
99
  ***
100
100
 
@@ -104,7 +104,7 @@ Type of the transaction value being returned
104
104
 
105
105
  #### Defined in
106
106
 
107
- [types.ts:738](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L738)
107
+ [types.ts:739](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L739)
108
108
 
109
109
  ***
110
110
 
@@ -114,7 +114,7 @@ Type of the transaction value being returned
114
114
 
115
115
  #### Defined in
116
116
 
117
- [types.ts:739](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L739)
117
+ [types.ts:740](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L740)
118
118
 
119
119
  ***
120
120
 
@@ -128,7 +128,7 @@ Type of the transaction value being returned
128
128
 
129
129
  #### Defined in
130
130
 
131
- [types.ts:710](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L710)
131
+ [types.ts:711](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L711)
132
132
 
133
133
  ***
134
134
 
@@ -138,4 +138,4 @@ Type of the transaction value being returned
138
138
 
139
139
  #### Defined in
140
140
 
141
- [types.ts:735](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L735)
141
+ [types.ts:736](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L736)