@hiero-ledger/sdk 2.76.0 → 2.78.0-beta.1

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 (791) hide show
  1. package/README.md +6 -6
  2. package/dist/umd.js +1017 -673
  3. package/dist/umd.min.js +14 -14
  4. package/lib/Cache.cjs +6 -6
  5. package/lib/Cache.d.ts +12 -12
  6. package/lib/Cache.js.map +1 -1
  7. package/lib/Duration.cjs +1 -1
  8. package/lib/Duration.d.ts +2 -2
  9. package/lib/Duration.js.map +1 -1
  10. package/lib/EntityIdHelper.cjs +1 -1
  11. package/lib/EntityIdHelper.js +1 -1
  12. package/lib/EntityIdHelper.js.map +1 -1
  13. package/lib/EthereumFlow.cjs +7 -7
  14. package/lib/EthereumFlow.d.ts +14 -14
  15. package/lib/EthereumFlow.js.map +1 -1
  16. package/lib/EthereumTransaction.cjs +7 -7
  17. package/lib/EthereumTransaction.d.ts +14 -14
  18. package/lib/EthereumTransaction.js.map +1 -1
  19. package/lib/EvmAddress.cjs +1 -1
  20. package/lib/EvmAddress.d.ts +2 -2
  21. package/lib/EvmAddress.js.map +1 -1
  22. package/lib/ExchangeRate.cjs +2 -2
  23. package/lib/ExchangeRate.d.ts +4 -4
  24. package/lib/ExchangeRate.js.map +1 -1
  25. package/lib/ExchangeRates.cjs +1 -1
  26. package/lib/ExchangeRates.d.ts +1 -1
  27. package/lib/ExchangeRates.js +1 -1
  28. package/lib/ExchangeRates.js.map +1 -1
  29. package/lib/Executable.cjs +13 -3
  30. package/lib/Executable.js +1 -1
  31. package/lib/Executable.js.map +1 -1
  32. package/lib/FeeComponents.cjs +1 -1
  33. package/lib/FeeComponents.d.ts +1 -1
  34. package/lib/FeeComponents.js +1 -1
  35. package/lib/FeeComponents.js.map +1 -1
  36. package/lib/FeeData.cjs +1 -1
  37. package/lib/FeeData.d.ts +1 -1
  38. package/lib/FeeData.js +1 -1
  39. package/lib/FeeData.js.map +1 -1
  40. package/lib/FeeDataType.cjs +1 -1
  41. package/lib/FeeDataType.d.ts +2 -2
  42. package/lib/FeeDataType.js.map +1 -1
  43. package/lib/FeeSchedule.cjs +1 -1
  44. package/lib/FeeSchedule.d.ts +1 -1
  45. package/lib/FeeSchedule.js +1 -1
  46. package/lib/FeeSchedule.js.map +1 -1
  47. package/lib/FeeSchedules.cjs +1 -1
  48. package/lib/FeeSchedules.d.ts +1 -1
  49. package/lib/FeeSchedules.js +1 -1
  50. package/lib/FeeSchedules.js.map +1 -1
  51. package/lib/FreezeType.cjs +1 -1
  52. package/lib/FreezeType.d.ts +2 -2
  53. package/lib/FreezeType.js.map +1 -1
  54. package/lib/Key.cjs +1 -1
  55. package/lib/Key.d.ts +2 -2
  56. package/lib/Key.js.map +1 -1
  57. package/lib/KeyList.cjs +3 -3
  58. package/lib/KeyList.d.ts +6 -6
  59. package/lib/KeyList.js.map +1 -1
  60. package/lib/Mnemonic.cjs +1 -1
  61. package/lib/Mnemonic.d.ts +1 -1
  62. package/lib/Mnemonic.js +1 -1
  63. package/lib/Mnemonic.js.map +1 -1
  64. package/lib/PrivateKey.cjs +7 -7
  65. package/lib/PrivateKey.d.ts +11 -11
  66. package/lib/PrivateKey.js +1 -1
  67. package/lib/PrivateKey.js.map +1 -1
  68. package/lib/PrngTransaction.cjs +9 -9
  69. package/lib/PrngTransaction.d.ts +18 -18
  70. package/lib/PrngTransaction.js.map +1 -1
  71. package/lib/PublicKey.cjs +5 -5
  72. package/lib/PublicKey.d.ts +9 -9
  73. package/lib/PublicKey.js +1 -1
  74. package/lib/PublicKey.js.map +1 -1
  75. package/lib/RequestType.cjs +1 -1
  76. package/lib/RequestType.d.ts +2 -2
  77. package/lib/RequestType.js.map +1 -1
  78. package/lib/StakingInfo.cjs +1 -1
  79. package/lib/StakingInfo.d.ts +1 -1
  80. package/lib/StakingInfo.js +1 -1
  81. package/lib/StakingInfo.js.map +1 -1
  82. package/lib/Status.cjs +1 -1
  83. package/lib/Status.d.ts +2 -2
  84. package/lib/Status.js.map +1 -1
  85. package/lib/Timestamp.cjs +1 -1
  86. package/lib/Timestamp.d.ts +1 -1
  87. package/lib/Timestamp.js.map +1 -1
  88. package/lib/TransactionFeeSchedule.cjs +1 -1
  89. package/lib/TransactionFeeSchedule.d.ts +1 -1
  90. package/lib/TransactionFeeSchedule.js +1 -1
  91. package/lib/TransactionFeeSchedule.js.map +1 -1
  92. package/lib/Transfer.cjs +2 -2
  93. package/lib/Transfer.d.ts +4 -4
  94. package/lib/Transfer.js.map +1 -1
  95. package/lib/account/AccountAllowanceAdjustTransaction.cjs +7 -7
  96. package/lib/account/AccountAllowanceAdjustTransaction.d.ts +14 -14
  97. package/lib/account/AccountAllowanceAdjustTransaction.js.map +1 -1
  98. package/lib/account/AccountAllowanceApproveTransaction.cjs +8 -8
  99. package/lib/account/AccountAllowanceApproveTransaction.d.ts +16 -16
  100. package/lib/account/AccountAllowanceApproveTransaction.js.map +1 -1
  101. package/lib/account/AccountAllowanceDeleteTransaction.cjs +7 -7
  102. package/lib/account/AccountAllowanceDeleteTransaction.d.ts +14 -14
  103. package/lib/account/AccountAllowanceDeleteTransaction.js.map +1 -1
  104. package/lib/account/AccountBalance.cjs +1 -1
  105. package/lib/account/AccountBalance.d.ts +1 -1
  106. package/lib/account/AccountBalance.js +1 -1
  107. package/lib/account/AccountBalance.js.map +1 -1
  108. package/lib/account/AccountBalanceQuery.cjs +6 -6
  109. package/lib/account/AccountBalanceQuery.d.ts +12 -12
  110. package/lib/account/AccountBalanceQuery.js.map +1 -1
  111. package/lib/account/AccountCreateTransaction.cjs +1 -1
  112. package/lib/account/AccountCreateTransaction.d.ts +1 -1
  113. package/lib/account/AccountCreateTransaction.js +1 -1
  114. package/lib/account/AccountCreateTransaction.js.map +1 -1
  115. package/lib/account/AccountDeleteTransaction.cjs +7 -7
  116. package/lib/account/AccountDeleteTransaction.d.ts +14 -14
  117. package/lib/account/AccountDeleteTransaction.js.map +1 -1
  118. package/lib/account/AccountId.cjs +1 -1
  119. package/lib/account/AccountId.d.ts +1 -1
  120. package/lib/account/AccountId.js +1 -1
  121. package/lib/account/AccountId.js.map +1 -1
  122. package/lib/account/AccountInfo.cjs +1 -1
  123. package/lib/account/AccountInfo.d.ts +1 -1
  124. package/lib/account/AccountInfo.js +1 -1
  125. package/lib/account/AccountInfo.js.map +1 -1
  126. package/lib/account/AccountInfoQuery.cjs +7 -7
  127. package/lib/account/AccountInfoQuery.d.ts +14 -14
  128. package/lib/account/AccountInfoQuery.js.map +1 -1
  129. package/lib/account/AccountRecordsQuery.cjs +7 -7
  130. package/lib/account/AccountRecordsQuery.d.ts +14 -14
  131. package/lib/account/AccountRecordsQuery.js.map +1 -1
  132. package/lib/account/AccountUpdateTransaction.cjs +7 -7
  133. package/lib/account/AccountUpdateTransaction.d.ts +14 -14
  134. package/lib/account/AccountUpdateTransaction.js.map +1 -1
  135. package/lib/account/HbarAllowance.cjs +3 -3
  136. package/lib/account/HbarAllowance.d.ts +6 -6
  137. package/lib/account/HbarAllowance.js.map +1 -1
  138. package/lib/account/HbarTransferMap.cjs +2 -2
  139. package/lib/account/HbarTransferMap.d.ts +4 -4
  140. package/lib/account/HbarTransferMap.js.map +1 -1
  141. package/lib/account/LiveHash.cjs +3 -3
  142. package/lib/account/LiveHash.d.ts +6 -6
  143. package/lib/account/LiveHash.js.map +1 -1
  144. package/lib/account/LiveHashAddTransaction.cjs +7 -7
  145. package/lib/account/LiveHashAddTransaction.d.ts +14 -14
  146. package/lib/account/LiveHashAddTransaction.js.map +1 -1
  147. package/lib/account/LiveHashDeleteTransaction.cjs +6 -6
  148. package/lib/account/LiveHashDeleteTransaction.d.ts +12 -12
  149. package/lib/account/LiveHashDeleteTransaction.js.map +1 -1
  150. package/lib/account/LiveHashQuery.cjs +7 -7
  151. package/lib/account/LiveHashQuery.d.ts +14 -14
  152. package/lib/account/LiveHashQuery.js.map +1 -1
  153. package/lib/account/NullableTokenDecimalMap.cjs +2 -2
  154. package/lib/account/NullableTokenDecimalMap.d.ts +4 -4
  155. package/lib/account/NullableTokenDecimalMap.js.map +1 -1
  156. package/lib/account/ProxyStaker.cjs +2 -2
  157. package/lib/account/ProxyStaker.d.ts +4 -4
  158. package/lib/account/ProxyStaker.js.map +1 -1
  159. package/lib/account/TokenAllowance.cjs +4 -4
  160. package/lib/account/TokenAllowance.d.ts +8 -8
  161. package/lib/account/TokenAllowance.js.map +1 -1
  162. package/lib/account/TokenBalanceMap.cjs +2 -2
  163. package/lib/account/TokenBalanceMap.d.ts +4 -4
  164. package/lib/account/TokenBalanceMap.js.map +1 -1
  165. package/lib/account/TokenDecimalMap.cjs +2 -2
  166. package/lib/account/TokenDecimalMap.d.ts +4 -4
  167. package/lib/account/TokenDecimalMap.js.map +1 -1
  168. package/lib/account/TokenNftAllowance.cjs +5 -5
  169. package/lib/account/TokenNftAllowance.d.ts +10 -10
  170. package/lib/account/TokenNftAllowance.js.map +1 -1
  171. package/lib/account/TokenNftTransferMap.cjs +5 -5
  172. package/lib/account/TokenNftTransferMap.d.ts +10 -10
  173. package/lib/account/TokenNftTransferMap.js.map +1 -1
  174. package/lib/account/TokenRelationship.cjs +4 -4
  175. package/lib/account/TokenRelationship.d.ts +8 -8
  176. package/lib/account/TokenRelationship.js.map +1 -1
  177. package/lib/account/TokenRelationshipMap.cjs +2 -2
  178. package/lib/account/TokenRelationshipMap.d.ts +4 -4
  179. package/lib/account/TokenRelationshipMap.js.map +1 -1
  180. package/lib/account/TokenTransferMap.cjs +4 -4
  181. package/lib/account/TokenTransferMap.d.ts +8 -8
  182. package/lib/account/TokenTransferMap.js.map +1 -1
  183. package/lib/account/TransferTransaction.cjs +6 -6
  184. package/lib/account/TransferTransaction.d.ts +12 -12
  185. package/lib/account/TransferTransaction.js.map +1 -1
  186. package/lib/address_book/AddressBooks.cjs +1 -1
  187. package/lib/address_book/AddressBooks.js +1 -1
  188. package/lib/address_book/AddressBooks.js.map +1 -1
  189. package/lib/address_book/Endpoint.cjs +1 -1
  190. package/lib/address_book/Endpoint.d.ts +2 -2
  191. package/lib/address_book/Endpoint.js.map +1 -1
  192. package/lib/address_book/NodeAddress.cjs +1 -1
  193. package/lib/address_book/NodeAddress.d.ts +2 -2
  194. package/lib/address_book/NodeAddress.js.map +1 -1
  195. package/lib/address_book/NodeAddressBook.cjs +1 -1
  196. package/lib/address_book/NodeAddressBook.d.ts +1 -1
  197. package/lib/address_book/NodeAddressBook.js +1 -1
  198. package/lib/address_book/NodeAddressBook.js.map +1 -1
  199. package/lib/browser.js +1 -1
  200. package/lib/channel/Channel.cjs +26 -2
  201. package/lib/channel/Channel.d.ts +21 -1
  202. package/lib/channel/Channel.js +1 -1
  203. package/lib/channel/Channel.js.map +1 -1
  204. package/lib/channel/NativeChannel.cjs +96 -2
  205. package/lib/channel/NativeChannel.d.ts +21 -1
  206. package/lib/channel/NativeChannel.js +1 -1
  207. package/lib/channel/NativeChannel.js.map +1 -1
  208. package/lib/channel/NodeChannel.cjs +4 -5
  209. package/lib/channel/NodeChannel.d.ts +2 -3
  210. package/lib/channel/NodeChannel.js +1 -1
  211. package/lib/channel/NodeChannel.js.map +1 -1
  212. package/lib/channel/WebChannel.cjs +163 -13
  213. package/lib/channel/WebChannel.d.ts +51 -1
  214. package/lib/channel/WebChannel.js +1 -1
  215. package/lib/channel/WebChannel.js.map +1 -1
  216. package/lib/client/Client.cjs +62 -5
  217. package/lib/client/Client.d.ts +26 -3
  218. package/lib/client/Client.js +1 -1
  219. package/lib/client/Client.js.map +1 -1
  220. package/lib/client/NativeClient.cjs +1 -1
  221. package/lib/client/NativeClient.js +1 -1
  222. package/lib/client/NativeClient.js.map +1 -1
  223. package/lib/client/NodeClient.cjs +7 -6
  224. package/lib/client/NodeClient.d.ts +3 -3
  225. package/lib/client/NodeClient.js +1 -1
  226. package/lib/client/NodeClient.js.map +1 -1
  227. package/lib/client/WebClient.cjs +55 -27
  228. package/lib/client/WebClient.d.ts +6 -0
  229. package/lib/client/WebClient.js +1 -1
  230. package/lib/client/WebClient.js.map +1 -1
  231. package/lib/client/addressbooks/mainnet.cjs +1 -1
  232. package/lib/client/addressbooks/mainnet.d.ts +1 -1
  233. package/lib/client/addressbooks/mainnet.js +1 -1
  234. package/lib/client/addressbooks/mainnet.js.map +1 -1
  235. package/lib/client/addressbooks/previewnet.cjs +1 -1
  236. package/lib/client/addressbooks/previewnet.d.ts +1 -1
  237. package/lib/client/addressbooks/previewnet.js +1 -1
  238. package/lib/client/addressbooks/previewnet.js.map +1 -1
  239. package/lib/client/addressbooks/testnet.cjs +1 -1
  240. package/lib/client/addressbooks/testnet.d.ts +1 -1
  241. package/lib/client/addressbooks/testnet.js +1 -1
  242. package/lib/client/addressbooks/testnet.js.map +1 -1
  243. package/lib/constants/ClientConstants.cjs +17 -1
  244. package/lib/constants/ClientConstants.d.ts +14 -0
  245. package/lib/constants/ClientConstants.js +1 -1
  246. package/lib/constants/ClientConstants.js.map +1 -1
  247. package/lib/contract/ContractByteCodeQuery.cjs +6 -6
  248. package/lib/contract/ContractByteCodeQuery.d.ts +12 -12
  249. package/lib/contract/ContractByteCodeQuery.js.map +1 -1
  250. package/lib/contract/ContractCallQuery.cjs +1 -1
  251. package/lib/contract/ContractCallQuery.d.ts +1 -1
  252. package/lib/contract/ContractCallQuery.js +1 -1
  253. package/lib/contract/ContractCallQuery.js.map +1 -1
  254. package/lib/contract/ContractCreateTransaction.cjs +8 -8
  255. package/lib/contract/ContractCreateTransaction.d.ts +16 -16
  256. package/lib/contract/ContractCreateTransaction.js.map +1 -1
  257. package/lib/contract/ContractDeleteTransaction.cjs +8 -8
  258. package/lib/contract/ContractDeleteTransaction.d.ts +16 -16
  259. package/lib/contract/ContractDeleteTransaction.js.map +1 -1
  260. package/lib/contract/ContractExecuteTransaction.cjs +9 -9
  261. package/lib/contract/ContractExecuteTransaction.d.ts +18 -18
  262. package/lib/contract/ContractExecuteTransaction.js.map +1 -1
  263. package/lib/contract/ContractFunctionResult.cjs +2 -2
  264. package/lib/contract/ContractFunctionResult.d.ts +4 -4
  265. package/lib/contract/ContractFunctionResult.js.map +1 -1
  266. package/lib/contract/ContractId.cjs +1 -1
  267. package/lib/contract/ContractId.d.ts +1 -1
  268. package/lib/contract/ContractId.js +1 -1
  269. package/lib/contract/ContractId.js.map +1 -1
  270. package/lib/contract/ContractInfo.cjs +1 -1
  271. package/lib/contract/ContractInfo.d.ts +1 -1
  272. package/lib/contract/ContractInfo.js +1 -1
  273. package/lib/contract/ContractInfo.js.map +1 -1
  274. package/lib/contract/ContractInfoQuery.cjs +7 -7
  275. package/lib/contract/ContractInfoQuery.d.ts +14 -14
  276. package/lib/contract/ContractInfoQuery.js.map +1 -1
  277. package/lib/contract/ContractLogInfo.cjs +2 -2
  278. package/lib/contract/ContractLogInfo.d.ts +4 -4
  279. package/lib/contract/ContractLogInfo.js.map +1 -1
  280. package/lib/contract/ContractNonceInfo.cjs +3 -3
  281. package/lib/contract/ContractNonceInfo.d.ts +4 -4
  282. package/lib/contract/ContractNonceInfo.js +1 -1
  283. package/lib/contract/ContractNonceInfo.js.map +1 -1
  284. package/lib/contract/ContractStateChange.cjs +1 -1
  285. package/lib/contract/ContractStateChange.d.ts +1 -1
  286. package/lib/contract/ContractUpdateTransaction.cjs +10 -10
  287. package/lib/contract/ContractUpdateTransaction.d.ts +18 -18
  288. package/lib/contract/ContractUpdateTransaction.js +1 -1
  289. package/lib/contract/ContractUpdateTransaction.js.map +1 -1
  290. package/lib/contract/DelegateContractId.cjs +2 -2
  291. package/lib/contract/DelegateContractId.d.ts +4 -4
  292. package/lib/contract/DelegateContractId.js.map +1 -1
  293. package/lib/contract/StorageChange.cjs +1 -1
  294. package/lib/contract/StorageChange.d.ts +1 -1
  295. package/lib/exports.cjs +1 -1
  296. package/lib/exports.d.ts +1 -1
  297. package/lib/exports.js +1 -1
  298. package/lib/exports.js.map +1 -1
  299. package/lib/file/FileAppendTransaction.cjs +7 -7
  300. package/lib/file/FileAppendTransaction.d.ts +14 -14
  301. package/lib/file/FileAppendTransaction.js.map +1 -1
  302. package/lib/file/FileContentsQuery.cjs +7 -7
  303. package/lib/file/FileContentsQuery.d.ts +14 -14
  304. package/lib/file/FileContentsQuery.js.map +1 -1
  305. package/lib/file/FileCreateTransaction.cjs +6 -6
  306. package/lib/file/FileCreateTransaction.d.ts +12 -12
  307. package/lib/file/FileCreateTransaction.js.map +1 -1
  308. package/lib/file/FileDeleteTransaction.cjs +7 -7
  309. package/lib/file/FileDeleteTransaction.d.ts +14 -14
  310. package/lib/file/FileDeleteTransaction.js.map +1 -1
  311. package/lib/file/FileId.cjs +1 -1
  312. package/lib/file/FileId.d.ts +1 -1
  313. package/lib/file/FileId.js +1 -1
  314. package/lib/file/FileId.js.map +1 -1
  315. package/lib/file/FileInfo.cjs +1 -1
  316. package/lib/file/FileInfo.d.ts +1 -1
  317. package/lib/file/FileInfo.js +1 -1
  318. package/lib/file/FileInfo.js.map +1 -1
  319. package/lib/file/FileInfoQuery.cjs +7 -7
  320. package/lib/file/FileInfoQuery.d.ts +14 -14
  321. package/lib/file/FileInfoQuery.js.map +1 -1
  322. package/lib/file/FileUpdateTransaction.cjs +6 -6
  323. package/lib/file/FileUpdateTransaction.d.ts +12 -12
  324. package/lib/file/FileUpdateTransaction.js.map +1 -1
  325. package/lib/index.js +1 -1
  326. package/lib/native.js +1 -1
  327. package/lib/network/AddressBookQuery.cjs +1 -5
  328. package/lib/network/AddressBookQuery.js +1 -1
  329. package/lib/network/AddressBookQuery.js.map +1 -1
  330. package/lib/network/AddressBookQueryWeb.cjs +1 -5
  331. package/lib/network/AddressBookQueryWeb.js +1 -1
  332. package/lib/network/AddressBookQueryWeb.js.map +1 -1
  333. package/lib/network/NetworkVersionInfo.cjs +1 -1
  334. package/lib/network/NetworkVersionInfo.d.ts +1 -1
  335. package/lib/network/NetworkVersionInfo.js +1 -1
  336. package/lib/network/NetworkVersionInfo.js.map +1 -1
  337. package/lib/network/NetworkVersionInfoQuery.cjs +6 -6
  338. package/lib/network/NetworkVersionInfoQuery.d.ts +12 -12
  339. package/lib/network/NetworkVersionInfoQuery.js.map +1 -1
  340. package/lib/network/SemanticVersion.cjs +1 -1
  341. package/lib/network/SemanticVersion.d.ts +1 -1
  342. package/lib/network/SemanticVersion.js +1 -1
  343. package/lib/network/SemanticVersion.js.map +1 -1
  344. package/lib/node/NodeCreateTransaction.cjs +6 -6
  345. package/lib/node/NodeCreateTransaction.d.ts +12 -12
  346. package/lib/node/NodeCreateTransaction.js.map +1 -1
  347. package/lib/node/NodeDeleteTransaction.cjs +6 -6
  348. package/lib/node/NodeDeleteTransaction.d.ts +12 -12
  349. package/lib/node/NodeDeleteTransaction.js.map +1 -1
  350. package/lib/node/NodeUpdateTransaction.cjs +6 -6
  351. package/lib/node/NodeUpdateTransaction.d.ts +12 -12
  352. package/lib/node/NodeUpdateTransaction.js.map +1 -1
  353. package/lib/node/ServiceEndpoint.cjs +1 -1
  354. package/lib/node/ServiceEndpoint.d.ts +2 -2
  355. package/lib/node/ServiceEndpoint.js.map +1 -1
  356. package/lib/query/CostQuery.cjs +1 -1
  357. package/lib/query/CostQuery.d.ts +1 -1
  358. package/lib/query/CostQuery.js +1 -1
  359. package/lib/query/CostQuery.js.map +1 -1
  360. package/lib/query/Query.cjs +1 -1
  361. package/lib/query/Query.d.ts +1 -1
  362. package/lib/query/Query.js +1 -1
  363. package/lib/query/Query.js.map +1 -1
  364. package/lib/query/QueryBase.cjs +1 -1
  365. package/lib/query/QueryBase.d.ts +1 -1
  366. package/lib/query/QueryBase.js +1 -1
  367. package/lib/query/QueryBase.js.map +1 -1
  368. package/lib/schedule/ScheduleCreateTransaction.cjs +1 -1
  369. package/lib/schedule/ScheduleCreateTransaction.d.ts +1 -1
  370. package/lib/schedule/ScheduleCreateTransaction.js +1 -1
  371. package/lib/schedule/ScheduleCreateTransaction.js.map +1 -1
  372. package/lib/schedule/ScheduleDeleteTransaction.cjs +8 -8
  373. package/lib/schedule/ScheduleDeleteTransaction.d.ts +16 -16
  374. package/lib/schedule/ScheduleDeleteTransaction.js.map +1 -1
  375. package/lib/schedule/ScheduleId.cjs +1 -1
  376. package/lib/schedule/ScheduleId.d.ts +1 -1
  377. package/lib/schedule/ScheduleId.js +1 -1
  378. package/lib/schedule/ScheduleId.js.map +1 -1
  379. package/lib/schedule/ScheduleInfo.cjs +1 -1
  380. package/lib/schedule/ScheduleInfo.d.ts +1 -1
  381. package/lib/schedule/ScheduleInfo.js +1 -1
  382. package/lib/schedule/ScheduleInfo.js.map +1 -1
  383. package/lib/schedule/ScheduleInfoQuery.cjs +7 -7
  384. package/lib/schedule/ScheduleInfoQuery.d.ts +14 -14
  385. package/lib/schedule/ScheduleInfoQuery.js.map +1 -1
  386. package/lib/schedule/ScheduleSignTransaction.cjs +10 -10
  387. package/lib/schedule/ScheduleSignTransaction.d.ts +20 -20
  388. package/lib/schedule/ScheduleSignTransaction.js.map +1 -1
  389. package/lib/system/FreezeTransaction.cjs +6 -6
  390. package/lib/system/FreezeTransaction.d.ts +12 -12
  391. package/lib/system/FreezeTransaction.js.map +1 -1
  392. package/lib/system/SystemDeleteTransaction.cjs +8 -8
  393. package/lib/system/SystemDeleteTransaction.d.ts +16 -16
  394. package/lib/system/SystemDeleteTransaction.js.map +1 -1
  395. package/lib/system/SystemUndeleteTransaction.cjs +8 -8
  396. package/lib/system/SystemUndeleteTransaction.d.ts +16 -16
  397. package/lib/system/SystemUndeleteTransaction.js.map +1 -1
  398. package/lib/token/AbstractTokenTransferTransaction.cjs +1 -1
  399. package/lib/token/AbstractTokenTransferTransaction.d.ts +2 -2
  400. package/lib/token/AbstractTokenTransferTransaction.js.map +1 -1
  401. package/lib/token/AssessedCustomFee.cjs +1 -1
  402. package/lib/token/AssessedCustomFee.d.ts +2 -2
  403. package/lib/token/AssessedCustomFee.js.map +1 -1
  404. package/lib/token/CustomFee.cjs +1 -1
  405. package/lib/token/CustomFee.d.ts +2 -2
  406. package/lib/token/CustomFee.js.map +1 -1
  407. package/lib/token/CustomFixedFee.cjs +3 -3
  408. package/lib/token/CustomFixedFee.d.ts +6 -6
  409. package/lib/token/CustomFixedFee.js.map +1 -1
  410. package/lib/token/CustomFractionalFee.cjs +3 -3
  411. package/lib/token/CustomFractionalFee.d.ts +6 -6
  412. package/lib/token/CustomFractionalFee.js.map +1 -1
  413. package/lib/token/CustomRoyaltyFee.cjs +4 -4
  414. package/lib/token/CustomRoyaltyFee.d.ts +8 -8
  415. package/lib/token/CustomRoyaltyFee.js.map +1 -1
  416. package/lib/token/NftId.cjs +1 -1
  417. package/lib/token/NftId.d.ts +1 -1
  418. package/lib/token/NftId.js +1 -1
  419. package/lib/token/NftId.js.map +1 -1
  420. package/lib/token/PendingAirdropId.cjs +1 -1
  421. package/lib/token/PendingAirdropId.d.ts +1 -1
  422. package/lib/token/PendingAirdropId.js.map +1 -1
  423. package/lib/token/PendingAirdropRecord.cjs +1 -1
  424. package/lib/token/PendingAirdropRecord.d.ts +1 -1
  425. package/lib/token/PendingAirdropRecord.js.map +1 -1
  426. package/lib/token/TokenAirdropTransaction.cjs +8 -8
  427. package/lib/token/TokenAirdropTransaction.d.ts +16 -16
  428. package/lib/token/TokenAirdropTransaction.js.map +1 -1
  429. package/lib/token/TokenAssociateTransaction.cjs +7 -7
  430. package/lib/token/TokenAssociateTransaction.d.ts +14 -14
  431. package/lib/token/TokenAssociateTransaction.js.map +1 -1
  432. package/lib/token/TokenAssociation.cjs +1 -1
  433. package/lib/token/TokenAssociation.d.ts +2 -2
  434. package/lib/token/TokenAssociation.js.map +1 -1
  435. package/lib/token/TokenBurnTransaction.cjs +7 -7
  436. package/lib/token/TokenBurnTransaction.d.ts +14 -14
  437. package/lib/token/TokenBurnTransaction.js.map +1 -1
  438. package/lib/token/TokenCancelAirdropTransaction.cjs +6 -6
  439. package/lib/token/TokenCancelAirdropTransaction.d.ts +12 -12
  440. package/lib/token/TokenCancelAirdropTransaction.js.map +1 -1
  441. package/lib/token/TokenClaimAirdropTransaction.cjs +6 -6
  442. package/lib/token/TokenClaimAirdropTransaction.d.ts +12 -12
  443. package/lib/token/TokenClaimAirdropTransaction.js.map +1 -1
  444. package/lib/token/TokenCreateTransaction.cjs +7 -7
  445. package/lib/token/TokenCreateTransaction.d.ts +14 -14
  446. package/lib/token/TokenCreateTransaction.js.map +1 -1
  447. package/lib/token/TokenDeleteTransaction.cjs +7 -7
  448. package/lib/token/TokenDeleteTransaction.d.ts +14 -14
  449. package/lib/token/TokenDeleteTransaction.js.map +1 -1
  450. package/lib/token/TokenDissociateTransaction.cjs +7 -7
  451. package/lib/token/TokenDissociateTransaction.d.ts +14 -14
  452. package/lib/token/TokenDissociateTransaction.js.map +1 -1
  453. package/lib/token/TokenFeeScheduleUpdateTransaction.cjs +7 -7
  454. package/lib/token/TokenFeeScheduleUpdateTransaction.d.ts +14 -14
  455. package/lib/token/TokenFeeScheduleUpdateTransaction.js.map +1 -1
  456. package/lib/token/TokenFreezeTransaction.cjs +7 -7
  457. package/lib/token/TokenFreezeTransaction.d.ts +14 -14
  458. package/lib/token/TokenFreezeTransaction.js.map +1 -1
  459. package/lib/token/TokenGrantKycTransaction.cjs +7 -7
  460. package/lib/token/TokenGrantKycTransaction.d.ts +14 -14
  461. package/lib/token/TokenGrantKycTransaction.js.map +1 -1
  462. package/lib/token/TokenId.cjs +1 -1
  463. package/lib/token/TokenId.d.ts +1 -1
  464. package/lib/token/TokenId.js +1 -1
  465. package/lib/token/TokenId.js.map +1 -1
  466. package/lib/token/TokenInfo.cjs +1 -1
  467. package/lib/token/TokenInfo.d.ts +1 -1
  468. package/lib/token/TokenInfo.js +1 -1
  469. package/lib/token/TokenInfo.js.map +1 -1
  470. package/lib/token/TokenInfoQuery.cjs +7 -7
  471. package/lib/token/TokenInfoQuery.d.ts +14 -14
  472. package/lib/token/TokenInfoQuery.js.map +1 -1
  473. package/lib/token/TokenKeyValidation.cjs +1 -1
  474. package/lib/token/TokenKeyValidation.d.ts +2 -2
  475. package/lib/token/TokenKeyValidation.js.map +1 -1
  476. package/lib/token/TokenMintTransaction.cjs +7 -7
  477. package/lib/token/TokenMintTransaction.d.ts +14 -14
  478. package/lib/token/TokenMintTransaction.js.map +1 -1
  479. package/lib/token/TokenNftInfo.cjs +10 -10
  480. package/lib/token/TokenNftInfo.d.ts +20 -20
  481. package/lib/token/TokenNftInfo.js.map +1 -1
  482. package/lib/token/TokenNftInfoQuery.cjs +11 -11
  483. package/lib/token/TokenNftInfoQuery.d.ts +22 -22
  484. package/lib/token/TokenNftInfoQuery.js.map +1 -1
  485. package/lib/token/TokenNftTransfer.cjs +5 -5
  486. package/lib/token/TokenNftTransfer.d.ts +10 -10
  487. package/lib/token/TokenNftTransfer.js.map +1 -1
  488. package/lib/token/TokenNftsUpdateTransaction.cjs +7 -7
  489. package/lib/token/TokenNftsUpdateTransaction.d.ts +14 -14
  490. package/lib/token/TokenPauseTransaction.cjs +7 -7
  491. package/lib/token/TokenPauseTransaction.d.ts +14 -14
  492. package/lib/token/TokenPauseTransaction.js.map +1 -1
  493. package/lib/token/TokenReference.cjs +1 -1
  494. package/lib/token/TokenReference.d.ts +2 -2
  495. package/lib/token/TokenReference.js.map +1 -1
  496. package/lib/token/TokenRejectTransaction.cjs +7 -7
  497. package/lib/token/TokenRejectTransaction.d.ts +14 -14
  498. package/lib/token/TokenRejectTransaction.js.map +1 -1
  499. package/lib/token/TokenRevokeKycTransaction.cjs +7 -7
  500. package/lib/token/TokenRevokeKycTransaction.d.ts +14 -14
  501. package/lib/token/TokenRevokeKycTransaction.js.map +1 -1
  502. package/lib/token/TokenSupplyType.cjs +1 -1
  503. package/lib/token/TokenSupplyType.d.ts +2 -2
  504. package/lib/token/TokenSupplyType.js.map +1 -1
  505. package/lib/token/TokenTransfer.cjs +4 -4
  506. package/lib/token/TokenTransfer.d.ts +8 -8
  507. package/lib/token/TokenTransfer.js.map +1 -1
  508. package/lib/token/TokenType.cjs +1 -1
  509. package/lib/token/TokenType.d.ts +2 -2
  510. package/lib/token/TokenType.js.map +1 -1
  511. package/lib/token/TokenUnfreezeTransaction.cjs +7 -7
  512. package/lib/token/TokenUnfreezeTransaction.d.ts +14 -14
  513. package/lib/token/TokenUnfreezeTransaction.js.map +1 -1
  514. package/lib/token/TokenUnpauseTransaction.cjs +7 -7
  515. package/lib/token/TokenUnpauseTransaction.d.ts +14 -14
  516. package/lib/token/TokenUnpauseTransaction.js.map +1 -1
  517. package/lib/token/TokenUpdateNftsTransaction.cjs +7 -7
  518. package/lib/token/TokenUpdateNftsTransaction.d.ts +14 -14
  519. package/lib/token/TokenUpdateNftsTransaction.js.map +1 -1
  520. package/lib/token/TokenUpdateTransaction.cjs +7 -7
  521. package/lib/token/TokenUpdateTransaction.d.ts +14 -14
  522. package/lib/token/TokenUpdateTransaction.js.map +1 -1
  523. package/lib/token/TokenWipeTransaction.cjs +7 -7
  524. package/lib/token/TokenWipeTransaction.d.ts +14 -14
  525. package/lib/token/TokenWipeTransaction.js.map +1 -1
  526. package/lib/topic/TopicCreateTransaction.cjs +6 -6
  527. package/lib/topic/TopicCreateTransaction.d.ts +12 -12
  528. package/lib/topic/TopicCreateTransaction.js.map +1 -1
  529. package/lib/topic/TopicDeleteTransaction.cjs +6 -6
  530. package/lib/topic/TopicDeleteTransaction.d.ts +12 -12
  531. package/lib/topic/TopicDeleteTransaction.js.map +1 -1
  532. package/lib/topic/TopicId.cjs +1 -1
  533. package/lib/topic/TopicId.d.ts +1 -1
  534. package/lib/topic/TopicId.js +1 -1
  535. package/lib/topic/TopicId.js.map +1 -1
  536. package/lib/topic/TopicInfo.cjs +1 -1
  537. package/lib/topic/TopicInfo.d.ts +1 -1
  538. package/lib/topic/TopicInfo.js +1 -1
  539. package/lib/topic/TopicInfo.js.map +1 -1
  540. package/lib/topic/TopicInfoQuery.cjs +7 -7
  541. package/lib/topic/TopicInfoQuery.d.ts +14 -14
  542. package/lib/topic/TopicInfoQuery.js.map +1 -1
  543. package/lib/topic/TopicMessage.cjs +2 -2
  544. package/lib/topic/TopicMessage.d.ts +4 -4
  545. package/lib/topic/TopicMessage.js.map +1 -1
  546. package/lib/topic/TopicMessageChunk.cjs +2 -2
  547. package/lib/topic/TopicMessageChunk.d.ts +4 -4
  548. package/lib/topic/TopicMessageChunk.js.map +1 -1
  549. package/lib/topic/TopicMessageQuery.cjs +1 -1
  550. package/lib/topic/TopicMessageQuery.js +1 -1
  551. package/lib/topic/TopicMessageQuery.js.map +1 -1
  552. package/lib/topic/TopicMessageSubmitTransaction.cjs +9 -9
  553. package/lib/topic/TopicMessageSubmitTransaction.d.ts +18 -18
  554. package/lib/topic/TopicMessageSubmitTransaction.js.map +1 -1
  555. package/lib/topic/TopicUpdateTransaction.cjs +6 -6
  556. package/lib/topic/TopicUpdateTransaction.d.ts +12 -12
  557. package/lib/topic/TopicUpdateTransaction.js.map +1 -1
  558. package/lib/transaction/BatchTransaction.cjs +5 -5
  559. package/lib/transaction/BatchTransaction.d.ts +9 -9
  560. package/lib/transaction/BatchTransaction.js +1 -1
  561. package/lib/transaction/BatchTransaction.js.map +1 -1
  562. package/lib/transaction/CustomFeeLimit.cjs +2 -2
  563. package/lib/transaction/CustomFeeLimit.d.ts +4 -4
  564. package/lib/transaction/CustomFeeLimit.js.map +1 -1
  565. package/lib/transaction/NodeAccountIdSignatureMap.cjs +2 -2
  566. package/lib/transaction/NodeAccountIdSignatureMap.d.ts +2 -2
  567. package/lib/transaction/NodeAccountIdSignatureMap.js +1 -1
  568. package/lib/transaction/NodeAccountIdSignatureMap.js.map +1 -1
  569. package/lib/transaction/NodeAccountIdSignatureMapLegacy.cjs +1 -1
  570. package/lib/transaction/NodeAccountIdSignatureMapLegacy.d.ts +2 -2
  571. package/lib/transaction/NodeAccountIdSignatureMapLegacy.js.map +1 -1
  572. package/lib/transaction/SignatureMap.cjs +1 -1
  573. package/lib/transaction/SignatureMap.js.map +1 -1
  574. package/lib/transaction/SignaturePairMap.cjs +1 -1
  575. package/lib/transaction/SignaturePairMap.d.ts +2 -2
  576. package/lib/transaction/SignaturePairMap.js.map +1 -1
  577. package/lib/transaction/Transaction.cjs +1 -1
  578. package/lib/transaction/Transaction.d.ts +1 -1
  579. package/lib/transaction/Transaction.js +1 -1
  580. package/lib/transaction/Transaction.js.map +1 -1
  581. package/lib/transaction/TransactionHashMap.cjs +1 -1
  582. package/lib/transaction/TransactionHashMap.d.ts +2 -2
  583. package/lib/transaction/TransactionHashMap.js.map +1 -1
  584. package/lib/transaction/TransactionId.cjs +1 -1
  585. package/lib/transaction/TransactionId.d.ts +1 -1
  586. package/lib/transaction/TransactionId.js +1 -1
  587. package/lib/transaction/TransactionId.js.map +1 -1
  588. package/lib/transaction/TransactionReceipt.cjs +1 -1
  589. package/lib/transaction/TransactionReceipt.d.ts +1 -1
  590. package/lib/transaction/TransactionReceipt.js +1 -1
  591. package/lib/transaction/TransactionReceipt.js.map +1 -1
  592. package/lib/transaction/TransactionReceiptQuery.cjs +1 -1
  593. package/lib/transaction/TransactionReceiptQuery.d.ts +1 -1
  594. package/lib/transaction/TransactionReceiptQuery.js +1 -1
  595. package/lib/transaction/TransactionReceiptQuery.js.map +1 -1
  596. package/lib/transaction/TransactionRecord.cjs +1 -1
  597. package/lib/transaction/TransactionRecord.d.ts +1 -1
  598. package/lib/transaction/TransactionRecord.js +1 -1
  599. package/lib/transaction/TransactionRecord.js.map +1 -1
  600. package/lib/transaction/TransactionRecordQuery.cjs +1 -1
  601. package/lib/transaction/TransactionRecordQuery.d.ts +1 -1
  602. package/lib/transaction/TransactionRecordQuery.js +1 -1
  603. package/lib/transaction/TransactionRecordQuery.js.map +1 -1
  604. package/lib/util/ASN1-Decoder.cjs +1 -1
  605. package/lib/util/ASN1-Decoder.js +1 -1
  606. package/lib/util/ASN1-Decoder.js.map +1 -1
  607. package/lib/version.js +1 -1
  608. package/package.json +6 -8
  609. package/src/Cache.js +6 -6
  610. package/src/Duration.js +1 -1
  611. package/src/EntityIdHelper.js +1 -1
  612. package/src/EthereumFlow.js +7 -7
  613. package/src/EthereumTransaction.js +7 -7
  614. package/src/EvmAddress.js +1 -1
  615. package/src/ExchangeRate.js +2 -2
  616. package/src/ExchangeRates.js +1 -1
  617. package/src/Executable.js +18 -2
  618. package/src/FeeComponents.js +1 -1
  619. package/src/FeeData.js +1 -1
  620. package/src/FeeDataType.js +1 -1
  621. package/src/FeeSchedule.js +1 -1
  622. package/src/FeeSchedules.js +1 -1
  623. package/src/FreezeType.js +1 -1
  624. package/src/Key.js +1 -1
  625. package/src/KeyList.js +3 -3
  626. package/src/Mnemonic.js +1 -1
  627. package/src/PrivateKey.js +7 -7
  628. package/src/PrngTransaction.js +9 -9
  629. package/src/PublicKey.js +5 -5
  630. package/src/RequestType.js +1 -1
  631. package/src/StakingInfo.js +1 -1
  632. package/src/Status.js +1 -1
  633. package/src/Timestamp.js +1 -1
  634. package/src/TransactionFeeSchedule.js +1 -1
  635. package/src/Transfer.js +2 -2
  636. package/src/account/AccountAllowanceAdjustTransaction.js +7 -7
  637. package/src/account/AccountAllowanceApproveTransaction.js +8 -8
  638. package/src/account/AccountAllowanceDeleteTransaction.js +7 -7
  639. package/src/account/AccountBalance.js +1 -1
  640. package/src/account/AccountBalanceQuery.js +6 -6
  641. package/src/account/AccountCreateTransaction.js +1 -1
  642. package/src/account/AccountDeleteTransaction.js +7 -7
  643. package/src/account/AccountId.js +1 -1
  644. package/src/account/AccountInfo.js +1 -1
  645. package/src/account/AccountInfoQuery.js +7 -7
  646. package/src/account/AccountRecordsQuery.js +7 -7
  647. package/src/account/AccountUpdateTransaction.js +7 -7
  648. package/src/account/HbarAllowance.js +3 -3
  649. package/src/account/HbarTransferMap.js +2 -2
  650. package/src/account/LiveHash.js +3 -3
  651. package/src/account/LiveHashAddTransaction.js +7 -7
  652. package/src/account/LiveHashDeleteTransaction.js +6 -6
  653. package/src/account/LiveHashQuery.js +7 -7
  654. package/src/account/NullableTokenDecimalMap.js +2 -2
  655. package/src/account/ProxyStaker.js +2 -2
  656. package/src/account/TokenAllowance.js +4 -4
  657. package/src/account/TokenBalanceMap.js +2 -2
  658. package/src/account/TokenDecimalMap.js +2 -2
  659. package/src/account/TokenNftAllowance.js +5 -5
  660. package/src/account/TokenNftTransferMap.js +5 -5
  661. package/src/account/TokenRelationship.js +4 -4
  662. package/src/account/TokenRelationshipMap.js +2 -2
  663. package/src/account/TokenTransferMap.js +4 -4
  664. package/src/account/TransferTransaction.js +6 -6
  665. package/src/address_book/AddressBooks.js +1 -1
  666. package/src/address_book/Endpoint.js +1 -1
  667. package/src/address_book/NodeAddress.js +1 -1
  668. package/src/address_book/NodeAddressBook.js +1 -1
  669. package/src/channel/Channel.js +26 -2
  670. package/src/channel/NativeChannel.js +111 -2
  671. package/src/channel/NodeChannel.js +4 -7
  672. package/src/channel/WebChannel.js +189 -21
  673. package/src/client/Client.js +79 -5
  674. package/src/client/NativeClient.js +1 -1
  675. package/src/client/NodeClient.js +7 -6
  676. package/src/client/WebClient.js +64 -31
  677. package/src/client/addressbooks/mainnet.js +1 -1
  678. package/src/client/addressbooks/previewnet.js +1 -1
  679. package/src/client/addressbooks/testnet.js +1 -1
  680. package/src/constants/ClientConstants.js +16 -0
  681. package/src/contract/ContractByteCodeQuery.js +6 -6
  682. package/src/contract/ContractCallQuery.js +1 -1
  683. package/src/contract/ContractCreateTransaction.js +8 -8
  684. package/src/contract/ContractDeleteTransaction.js +8 -8
  685. package/src/contract/ContractExecuteTransaction.js +9 -9
  686. package/src/contract/ContractFunctionResult.js +2 -2
  687. package/src/contract/ContractId.js +1 -1
  688. package/src/contract/ContractInfo.js +1 -1
  689. package/src/contract/ContractInfoQuery.js +7 -7
  690. package/src/contract/ContractLogInfo.js +2 -2
  691. package/src/contract/ContractNonceInfo.js +3 -3
  692. package/src/contract/ContractStateChange.js +1 -1
  693. package/src/contract/ContractUpdateTransaction.js +10 -10
  694. package/src/contract/DelegateContractId.js +2 -2
  695. package/src/contract/StorageChange.js +1 -1
  696. package/src/exports.js +1 -1
  697. package/src/file/FileAppendTransaction.js +7 -7
  698. package/src/file/FileContentsQuery.js +7 -7
  699. package/src/file/FileCreateTransaction.js +6 -6
  700. package/src/file/FileDeleteTransaction.js +7 -7
  701. package/src/file/FileId.js +1 -1
  702. package/src/file/FileInfo.js +1 -1
  703. package/src/file/FileInfoQuery.js +7 -7
  704. package/src/file/FileUpdateTransaction.js +6 -6
  705. package/src/network/AddressBookQuery.js +1 -8
  706. package/src/network/AddressBookQueryWeb.js +1 -8
  707. package/src/network/NetworkVersionInfo.js +1 -1
  708. package/src/network/NetworkVersionInfoQuery.js +6 -6
  709. package/src/network/SemanticVersion.js +1 -1
  710. package/src/node/NodeCreateTransaction.js +6 -6
  711. package/src/node/NodeDeleteTransaction.js +6 -6
  712. package/src/node/NodeUpdateTransaction.js +6 -6
  713. package/src/node/ServiceEndpoint.js +1 -1
  714. package/src/query/CostQuery.js +1 -1
  715. package/src/query/Query.js +1 -1
  716. package/src/query/QueryBase.js +1 -1
  717. package/src/schedule/ScheduleCreateTransaction.js +1 -1
  718. package/src/schedule/ScheduleDeleteTransaction.js +8 -8
  719. package/src/schedule/ScheduleId.js +1 -1
  720. package/src/schedule/ScheduleInfo.js +1 -1
  721. package/src/schedule/ScheduleInfoQuery.js +7 -7
  722. package/src/schedule/ScheduleSignTransaction.js +10 -10
  723. package/src/system/FreezeTransaction.js +6 -6
  724. package/src/system/SystemDeleteTransaction.js +8 -8
  725. package/src/system/SystemUndeleteTransaction.js +8 -8
  726. package/src/token/AbstractTokenTransferTransaction.js +1 -1
  727. package/src/token/AssessedCustomFee.js +1 -1
  728. package/src/token/CustomFee.js +1 -1
  729. package/src/token/CustomFixedFee.js +3 -3
  730. package/src/token/CustomFractionalFee.js +3 -3
  731. package/src/token/CustomRoyaltyFee.js +4 -4
  732. package/src/token/NftId.js +1 -1
  733. package/src/token/PendingAirdropId.js +1 -1
  734. package/src/token/PendingAirdropRecord.js +1 -1
  735. package/src/token/TokenAirdropTransaction.js +8 -8
  736. package/src/token/TokenAssociateTransaction.js +7 -7
  737. package/src/token/TokenAssociation.js +1 -1
  738. package/src/token/TokenBurnTransaction.js +7 -7
  739. package/src/token/TokenCancelAirdropTransaction.js +6 -6
  740. package/src/token/TokenClaimAirdropTransaction.js +6 -6
  741. package/src/token/TokenCreateTransaction.js +7 -7
  742. package/src/token/TokenDeleteTransaction.js +7 -7
  743. package/src/token/TokenDissociateTransaction.js +7 -7
  744. package/src/token/TokenFeeScheduleUpdateTransaction.js +7 -7
  745. package/src/token/TokenFreezeTransaction.js +7 -7
  746. package/src/token/TokenGrantKycTransaction.js +7 -7
  747. package/src/token/TokenId.js +1 -1
  748. package/src/token/TokenInfo.js +1 -1
  749. package/src/token/TokenInfoQuery.js +7 -7
  750. package/src/token/TokenKeyValidation.js +1 -1
  751. package/src/token/TokenMintTransaction.js +7 -7
  752. package/src/token/TokenNftInfo.js +10 -10
  753. package/src/token/TokenNftInfoQuery.js +11 -11
  754. package/src/token/TokenNftTransfer.js +5 -5
  755. package/src/token/TokenNftsUpdateTransaction.js +7 -7
  756. package/src/token/TokenPauseTransaction.js +7 -7
  757. package/src/token/TokenReference.js +1 -1
  758. package/src/token/TokenRejectTransaction.js +7 -7
  759. package/src/token/TokenRevokeKycTransaction.js +7 -7
  760. package/src/token/TokenSupplyType.js +1 -1
  761. package/src/token/TokenTransfer.js +4 -4
  762. package/src/token/TokenType.js +1 -1
  763. package/src/token/TokenUnfreezeTransaction.js +7 -7
  764. package/src/token/TokenUnpauseTransaction.js +7 -7
  765. package/src/token/TokenUpdateNftsTransaction.js +7 -7
  766. package/src/token/TokenUpdateTransaction.js +7 -7
  767. package/src/token/TokenWipeTransaction.js +7 -7
  768. package/src/topic/TopicCreateTransaction.js +6 -6
  769. package/src/topic/TopicDeleteTransaction.js +6 -6
  770. package/src/topic/TopicId.js +1 -1
  771. package/src/topic/TopicInfo.js +1 -1
  772. package/src/topic/TopicInfoQuery.js +7 -7
  773. package/src/topic/TopicMessage.js +2 -2
  774. package/src/topic/TopicMessageChunk.js +2 -2
  775. package/src/topic/TopicMessageQuery.js +1 -1
  776. package/src/topic/TopicMessageSubmitTransaction.js +9 -9
  777. package/src/topic/TopicUpdateTransaction.js +6 -6
  778. package/src/transaction/BatchTransaction.js +5 -5
  779. package/src/transaction/CustomFeeLimit.js +2 -2
  780. package/src/transaction/NodeAccountIdSignatureMap.js +2 -2
  781. package/src/transaction/NodeAccountIdSignatureMapLegacy.js +1 -1
  782. package/src/transaction/SignatureMap.js +1 -1
  783. package/src/transaction/SignaturePairMap.js +1 -1
  784. package/src/transaction/Transaction.js +1 -1
  785. package/src/transaction/TransactionHashMap.js +1 -1
  786. package/src/transaction/TransactionId.js +1 -1
  787. package/src/transaction/TransactionReceipt.js +1 -1
  788. package/src/transaction/TransactionReceiptQuery.js +1 -1
  789. package/src/transaction/TransactionRecord.js +1 -1
  790. package/src/transaction/TransactionRecordQuery.js +1 -1
  791. package/src/util/ASN1-Decoder.js +1 -1
package/dist/umd.js CHANGED
@@ -5119,7 +5119,11 @@
5119
5119
  var f = n.default;
5120
5120
  if (typeof f == "function") {
5121
5121
  var a = function a () {
5122
- if (this instanceof a) {
5122
+ var isInstance = false;
5123
+ try {
5124
+ isInstance = this instanceof a;
5125
+ } catch {}
5126
+ if (isInstance) {
5123
5127
  return Reflect.construct(f, arguments, this.constructor);
5124
5128
  }
5125
5129
  return f.apply(this, arguments);
@@ -16442,13 +16446,13 @@
16442
16446
  }
16443
16447
 
16444
16448
  /**
16445
- * @deprecated - use `@hashgraph/sdk`.PublicKey instead
16449
+ * @deprecated - use `@hiero-ledger/sdk`.PublicKey instead
16446
16450
  * @param {Transaction} transaction
16447
16451
  * @returns {boolean}
16448
16452
  */
16449
16453
  verifyTransaction(transaction) {
16450
16454
  //NOSONAR
16451
- console.log("Deprecated: use `@hashgraph/sdk`.PublicKey instead");
16455
+ console.log("Deprecated: use `@hiero-ledger/sdk`.PublicKey instead");
16452
16456
 
16453
16457
  transaction._requireFrozen();
16454
16458
 
@@ -34476,16 +34480,16 @@
34476
34480
 
34477
34481
  /**
34478
34482
  * @namespace proto
34479
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
34480
- * @typedef {import("@hashgraph/proto").proto.IKeyList} HieroProto.proto.IKeyList
34481
- * @typedef {import("@hashgraph/proto").proto.IThresholdKey} HieroProto.proto.IThresholdKey
34482
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
34483
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
34484
+ * @typedef {import("@hiero-ledger/proto").proto.IKeyList} HieroProto.proto.IKeyList
34485
+ * @typedef {import("@hiero-ledger/proto").proto.IThresholdKey} HieroProto.proto.IThresholdKey
34486
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
34483
34487
  */
34484
34488
 
34485
34489
  /**
34486
34490
  * @namespace cryptography
34487
- * @typedef {import("@hashgraph/cryptography").PrivateKey} cryptography.PrivateKey
34488
- * @typedef {import("@hashgraph/cryptography").Mnemonic} cryptography.Mnemonic
34491
+ * @typedef {import("@hiero-ledger/cryptography").PrivateKey} cryptography.PrivateKey
34492
+ * @typedef {import("@hiero-ledger/cryptography").Mnemonic} cryptography.Mnemonic
34489
34493
  */
34490
34494
 
34491
34495
  /**
@@ -34880,7 +34884,7 @@
34880
34884
 
34881
34885
  /**
34882
34886
  * @namespace proto
34883
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
34887
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
34884
34888
  */
34885
34889
 
34886
34890
  class Key {
@@ -34945,10 +34949,10 @@
34945
34949
 
34946
34950
  /**
34947
34951
  * @namespace proto
34948
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
34949
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
34950
- * @typedef {import("@hashgraph/proto").proto.ISignaturePair} HieroProto.proto.ISignaturePair
34951
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
34952
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
34953
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
34954
+ * @typedef {import("@hiero-ledger/proto").proto.ISignaturePair} HieroProto.proto.ISignaturePair
34955
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
34952
34956
  */
34953
34957
 
34954
34958
  class PublicKey extends Key {
@@ -35771,7 +35775,7 @@
35771
35775
 
35772
35776
  /**
35773
35777
  * @namespace proto
35774
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
35778
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
35775
35779
  */
35776
35780
 
35777
35781
  /**
@@ -37371,7 +37375,7 @@
37371
37375
 
37372
37376
  /**
37373
37377
  * @namespace proto
37374
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
37378
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
37375
37379
  */
37376
37380
 
37377
37381
  const MAX_NS = Long.fromNumber(1000000000);
@@ -37793,7 +37797,7 @@
37793
37797
 
37794
37798
  /**
37795
37799
  * This function is used to create a SignaturePairMap from an already built transaction.
37796
- * @param {import("@hashgraph/proto").proto.ISignatureMap} sigMap
37800
+ * @param {import("@hiero-ledger/proto").proto.ISignatureMap} sigMap
37797
37801
  * @returns {SignaturePairMap}
37798
37802
  */
37799
37803
  static _fromTransactionSigMap(sigMap) {
@@ -37847,7 +37851,7 @@
37847
37851
 
37848
37852
  /**
37849
37853
  * This function is used to create a NodeAccountIdSignaturemap from an already built transaction.
37850
- * @param { import('./List.js').default<import("@hashgraph/proto").proto.ISignedTransaction>} signedTransactions
37854
+ * @param { import('./List.js').default<import("@hiero-ledger/proto").proto.ISignedTransaction>} signedTransactions
37851
37855
  * @returns {NodeAccountIdSignatureMap}
37852
37856
  */
37853
37857
  static _fromSignedTransactions(signedTransactions) {
@@ -38110,7 +38114,7 @@
38110
38114
  signed transactions are for the second node account id and so on.
38111
38115
  */
38112
38116
  for (let row = 0; row < rowLength; row++) {
38113
- /** @type { List<import("@hashgraph/proto").proto.ISignedTransaction> } */
38117
+ /** @type { List<import("@hiero-ledger/proto").proto.ISignedTransaction> } */
38114
38118
  const signedTransactions = new List();
38115
38119
 
38116
38120
  for (let col = 0; col < columns; col++) {
@@ -38389,11 +38393,11 @@
38389
38393
 
38390
38394
  /**
38391
38395
  * @namespace proto
38392
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
38393
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
38394
- * @typedef {import("@hashgraph/proto").proto.ISignaturePair} HieroProto.proto.ISignaturePair
38395
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
38396
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
38396
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
38397
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
38398
+ * @typedef {import("@hiero-ledger/proto").proto.ISignaturePair} HieroProto.proto.ISignaturePair
38399
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
38400
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
38397
38401
  */
38398
38402
 
38399
38403
  class PrivateKey extends Key {
@@ -38922,9 +38926,9 @@
38922
38926
 
38923
38927
  /**
38924
38928
  * @namespace proto
38925
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
38926
- * @typedef {import("@hashgraph/proto").proto.IKeyList} HieroProto.proto.IKeyList
38927
- * @typedef {import("@hashgraph/proto").proto.IThresholdKey} HieroProto.proto.IThresholdKey
38929
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
38930
+ * @typedef {import("@hiero-ledger/proto").proto.IKeyList} HieroProto.proto.IKeyList
38931
+ * @typedef {import("@hiero-ledger/proto").proto.IThresholdKey} HieroProto.proto.IThresholdKey
38928
38932
  */
38929
38933
 
38930
38934
  /**
@@ -39458,7 +39462,7 @@
39458
39462
 
39459
39463
  /**
39460
39464
  * @namespace proto
39461
- * @typedef {import("@hashgraph/proto").proto.ResponseCodeEnum} HieroProto.proto.ResponseCodeEnum
39465
+ * @typedef {import("@hiero-ledger/proto").proto.ResponseCodeEnum} HieroProto.proto.ResponseCodeEnum
39462
39466
  */
39463
39467
 
39464
39468
  class Status {
@@ -43555,6 +43559,7 @@
43555
43559
  if (error instanceof GrpcServiceError) {
43556
43560
  return (
43557
43561
  error.status._code === GrpcStatus.Timeout._code ||
43562
+ error.status._code === GrpcStatus.DeadlineExceeded._code ||
43558
43563
  error.status._code === GrpcStatus.Unavailable._code ||
43559
43564
  error.status._code === GrpcStatus.ResourceExhausted._code ||
43560
43565
  error.status._code === GrpcStatus.GrpcWeb._code ||
@@ -43645,6 +43650,11 @@
43645
43650
  requestTimeout != null ? requestTimeout : client.requestTimeout;
43646
43651
  }
43647
43652
 
43653
+ // If the grpc deadline is not set on the request, use the default value from client
43654
+ if (this._grpcDeadline == null) {
43655
+ this._grpcDeadline = client.grpcDeadline;
43656
+ }
43657
+
43648
43658
  // Some request need to perform additional requests before the executing
43649
43659
  // such as paid queries need to fetch the cost of the query before
43650
43660
  // finally executing the actual query.
@@ -43762,6 +43772,12 @@
43762
43772
  }
43763
43773
 
43764
43774
  const channel = node.getChannel();
43775
+
43776
+ // Set the gRPC deadline on the channel if this query has a custom deadline
43777
+ if (this._grpcDeadline != null) {
43778
+ channel.setGrpcDeadline(this._grpcDeadline);
43779
+ }
43780
+
43765
43781
  const request = await this._makeRequestAsync();
43766
43782
 
43767
43783
  let response;
@@ -43812,7 +43828,7 @@
43812
43828
  // from blocking this request
43813
43829
  const promises = [];
43814
43830
 
43815
- // If a grpc deadline is est, we should race it, otherwise the only thing in the
43831
+ // If a grpc deadline is set, we should race it, otherwise the only thing in the
43816
43832
  // list of promises will be the execution promise.
43817
43833
  if (this._grpcDeadline != null) {
43818
43834
  promises.push(
@@ -43821,7 +43837,11 @@
43821
43837
  setTimeout(
43822
43838
  // eslint-disable-next-line ie11/no-loop-func
43823
43839
  () =>
43824
- reject(new Error("grpc deadline exceeded")),
43840
+ reject(
43841
+ new GrpcServiceError(
43842
+ GrpcStatus.DeadlineExceeded,
43843
+ ),
43844
+ ),
43825
43845
  /** @type {number=} */ (this._grpcDeadline),
43826
43846
  ),
43827
43847
  ),
@@ -46100,7 +46120,7 @@
46100
46120
 
46101
46121
  /**
46102
46122
  * @internal
46103
- * @param {import("@hashgraph/proto").proto.IExchangeRate} rate
46123
+ * @param {import("@hiero-ledger/proto").proto.IExchangeRate} rate
46104
46124
  * @returns {ExchangeRate}
46105
46125
  */
46106
46126
  static _fromProtobuf(rate) {
@@ -46121,7 +46141,7 @@
46121
46141
 
46122
46142
  /**
46123
46143
  * @internal
46124
- * @returns {import("@hashgraph/proto").proto.IExchangeRate}
46144
+ * @returns {import("@hiero-ledger/proto").proto.IExchangeRate}
46125
46145
  */
46126
46146
  _toProtobuf() {
46127
46147
  return {
@@ -46981,8 +47001,8 @@
46981
47001
 
46982
47002
  /**
46983
47003
  * @namespace proto
46984
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
46985
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
47004
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
47005
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
46986
47006
  */
46987
47007
 
46988
47008
  /**
@@ -47086,8 +47106,8 @@
47086
47106
 
47087
47107
  /**
47088
47108
  * @namespace proto
47089
- * @typedef {import("@hashgraph/proto").proto.IContractLoginfo} HieroProto.proto.IContractLoginfo
47090
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
47109
+ * @typedef {import("@hiero-ledger/proto").proto.IContractLoginfo} HieroProto.proto.IContractLoginfo
47110
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
47091
47111
  */
47092
47112
 
47093
47113
  /**
@@ -52910,8 +52930,8 @@
52910
52930
 
52911
52931
  /**
52912
52932
  * @namespace proto
52913
- * @typedef {import("@hashgraph/proto").proto.IContractNonceInfo} HieroProto.proto.IContractNonceInfo
52914
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
52933
+ * @typedef {import("@hiero-ledger/proto").proto.IContractNonceInfo} HieroProto.proto.IContractNonceInfo
52934
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
52915
52935
  * @typedef {object} ContractNonceInfoJSON
52916
52936
  * @property {string} contractId
52917
52937
  * @property {number} nonce
@@ -53040,8 +53060,8 @@
53040
53060
 
53041
53061
  /**
53042
53062
  * @namespace proto
53043
- * @typedef {import("@hashgraph/proto").proto.IContractFunctionResult} HieroProto.proto.IContractFunctionResult
53044
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
53063
+ * @typedef {import("@hiero-ledger/proto").proto.IContractFunctionResult} HieroProto.proto.IContractFunctionResult
53064
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
53045
53065
  */
53046
53066
 
53047
53067
  /**
@@ -54109,10 +54129,10 @@
54109
54129
 
54110
54130
  /**
54111
54131
  * @namespace proto
54112
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54113
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54114
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
54115
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
54132
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54133
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54134
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
54135
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
54116
54136
  */
54117
54137
 
54118
54138
  /**
@@ -54209,11 +54229,11 @@
54209
54229
 
54210
54230
  /**
54211
54231
  * @namespace proto
54212
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54213
- * @typedef {import("@hashgraph/proto").proto.INftTransfer} HieroProto.proto.INftTransfer
54214
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54215
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
54216
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
54232
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54233
+ * @typedef {import("@hiero-ledger/proto").proto.INftTransfer} HieroProto.proto.INftTransfer
54234
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54235
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
54236
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
54217
54237
  */
54218
54238
 
54219
54239
  /**
@@ -54344,7 +54364,7 @@
54344
54364
 
54345
54365
  /**
54346
54366
  * @namespace proto
54347
- * @typedef {import("@hashgraph/proto").proto.IAssessedCustomFee} HieroProto.proto.IAssessedCustomFee
54367
+ * @typedef {import("@hiero-ledger/proto").proto.IAssessedCustomFee} HieroProto.proto.IAssessedCustomFee
54348
54368
  */
54349
54369
 
54350
54370
  /**
@@ -54539,7 +54559,7 @@
54539
54559
 
54540
54560
  /**
54541
54561
  * @namespace proto
54542
- * @typedef {import("@hashgraph/proto").proto.ITokenAssociation} HieroProto.proto.ITokenAssociation
54562
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAssociation} HieroProto.proto.ITokenAssociation
54543
54563
  */
54544
54564
 
54545
54565
  /**
@@ -54664,10 +54684,10 @@
54664
54684
 
54665
54685
  /**
54666
54686
  * @namespace proto
54667
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54668
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54669
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
54670
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
54687
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54688
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54689
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
54690
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
54671
54691
  */
54672
54692
 
54673
54693
  /**
@@ -54895,7 +54915,7 @@
54895
54915
  // SPDX-License-Identifier: Apache-2.0
54896
54916
  /**
54897
54917
  * @namespace proto
54898
- * @typedef {import("@hashgraph/proto").proto.PendingAirdropId} HieroProto.proto.PendingAirdropId
54918
+ * @typedef {import("@hiero-ledger/proto").proto.PendingAirdropId} HieroProto.proto.PendingAirdropId
54899
54919
  */
54900
54920
 
54901
54921
 
@@ -55050,7 +55070,7 @@
55050
55070
  // SPDX-License-Identifier: Apache-2.0
55051
55071
  /**
55052
55072
  * @namespace proto
55053
- * @typedef {import("@hashgraph/proto").proto.PendingAirdropRecord} HieroProto.proto.PendingAirdropRecord
55073
+ * @typedef {import("@hiero-ledger/proto").proto.PendingAirdropRecord} HieroProto.proto.PendingAirdropRecord
55054
55074
  */
55055
55075
 
55056
55076
 
@@ -56479,7 +56499,7 @@
56479
56499
 
56480
56500
  /**
56481
56501
  * @namespace proto
56482
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
56502
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
56483
56503
  */
56484
56504
 
56485
56505
  /**
@@ -56523,7 +56543,7 @@
56523
56543
  }
56524
56544
 
56525
56545
  /**
56526
- * @param {import("@hashgraph/proto").proto.ISignatureMap} sigMap
56546
+ * @param {import("@hiero-ledger/proto").proto.ISignatureMap} sigMap
56527
56547
  * @returns {NodeAccountIdSignatureMap}
56528
56548
  */
56529
56549
  static _fromTransactionSigMap(sigMap) {
@@ -56592,7 +56612,7 @@
56592
56612
 
56593
56613
  /**
56594
56614
  * @namespace proto
56595
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56615
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56596
56616
  */
56597
56617
 
56598
56618
  class CustomFee {
@@ -56683,9 +56703,9 @@
56683
56703
 
56684
56704
  /**
56685
56705
  * @namespace proto
56686
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56687
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
56688
- * @typedef {import("@hashgraph/proto").proto.IFixedCustomFee} HieroProto.proto.IFixedCustomFee
56706
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56707
+ * @typedef {import("@hiero-ledger/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
56708
+ * @typedef {import("@hiero-ledger/proto").proto.IFixedCustomFee} HieroProto.proto.IFixedCustomFee
56689
56709
  */
56690
56710
 
56691
56711
  class CustomFixedFee extends CustomFee {
@@ -56853,8 +56873,8 @@
56853
56873
 
56854
56874
  /**
56855
56875
  * @namespace proto
56856
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
56857
- * @typedef {import("@hashgraph/proto").proto.ICustomFeeLimit} HieroProto.proto.ICustomFeeLimit
56876
+ * @typedef {import("@hiero-ledger/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
56877
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFeeLimit} HieroProto.proto.ICustomFeeLimit
56858
56878
  */
56859
56879
 
56860
56880
  class CustomFeeLimit {
@@ -59360,11 +59380,11 @@
59360
59380
 
59361
59381
  /**
59362
59382
  * @namespace proto
59363
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
59364
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
59365
- * @typedef {import("@hashgraph/proto").proto.INftTransfer} HieroProto.proto.INftTransfer
59366
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
59367
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
59383
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
59384
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
59385
+ * @typedef {import("@hiero-ledger/proto").proto.INftTransfer} HieroProto.proto.INftTransfer
59386
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
59387
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
59368
59388
  */
59369
59389
 
59370
59390
  /**
@@ -59473,8 +59493,8 @@
59473
59493
 
59474
59494
  /**
59475
59495
  * @namespace proto
59476
- * @typedef {import("@hashgraph/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
59477
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
59496
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
59497
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
59478
59498
  */
59479
59499
 
59480
59500
  /**
@@ -59494,7 +59514,7 @@
59494
59514
 
59495
59515
  /**
59496
59516
  * @namespace proto
59497
- * @typedef {import("@hashgraph/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
59517
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
59498
59518
  */
59499
59519
 
59500
59520
  /**
@@ -60073,14 +60093,14 @@
60073
60093
 
60074
60094
  /**
60075
60095
  * @namespace proto
60076
- * @typedef {import("@hashgraph/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
60077
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
60078
- * @typedef {import("@hashgraph/proto").proto.TransactionID} HieroProto.proto.TransactionID
60079
- * @typedef {import("@hashgraph/proto").proto.AccountID} HieroProto.proto.AccountID
60080
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60081
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60082
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60083
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60096
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
60097
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
60098
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionID} HieroProto.proto.TransactionID
60099
+ * @typedef {import("@hiero-ledger/proto").proto.AccountID} HieroProto.proto.AccountID
60100
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60101
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60102
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60103
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60084
60104
  */
60085
60105
 
60086
60106
  /**
@@ -60346,12 +60366,12 @@
60346
60366
  // SPDX-License-Identifier: Apache-2.0
60347
60367
 
60348
60368
  /**
60349
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
60350
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60351
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60352
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60353
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60354
- * @typedef {import("@hashgraph/proto").proto.ITokenClaimAirdropTransactionBody} HieroProto.proto.ITokenClaimAirdropTransactionBody
60369
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
60370
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60371
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60372
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60373
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60374
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenClaimAirdropTransactionBody} HieroProto.proto.ITokenClaimAirdropTransactionBody
60355
60375
  */
60356
60376
 
60357
60377
  /**
@@ -60463,12 +60483,12 @@
60463
60483
  // SPDX-License-Identifier: Apache-2.0
60464
60484
 
60465
60485
  /**
60466
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
60467
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60468
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60469
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60470
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60471
- * @typedef {import("@hashgraph/proto").proto.ITokenCancelAirdropTransactionBody} HieroProto.proto.ITokenCancelAirdropTransactionBody
60486
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
60487
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60488
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60489
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60490
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60491
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenCancelAirdropTransactionBody} HieroProto.proto.ITokenCancelAirdropTransactionBody
60472
60492
  */
60473
60493
 
60474
60494
  /**
@@ -60582,9 +60602,9 @@
60582
60602
 
60583
60603
  /**
60584
60604
  * @namespace proto
60585
- * @typedef {import("@hashgraph/proto").proto.IGrantedCryptoAllowance} HieroProto.proto.IGrantedCryptoAllowance
60586
- * @typedef {import("@hashgraph/proto").proto.ICryptoAllowance} HieroProto.proto.ICryptoAllowance
60587
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
60605
+ * @typedef {import("@hiero-ledger/proto").proto.IGrantedCryptoAllowance} HieroProto.proto.IGrantedCryptoAllowance
60606
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoAllowance} HieroProto.proto.ICryptoAllowance
60607
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
60588
60608
  */
60589
60609
 
60590
60610
  /**
@@ -60728,10 +60748,10 @@
60728
60748
 
60729
60749
  /**
60730
60750
  * @namespace proto
60731
- * @typedef {import("@hashgraph/proto").proto.IGrantedTokenAllowance} HieroProto.proto.IGrantedTokenAllowance
60732
- * @typedef {import("@hashgraph/proto").proto.ITokenAllowance} HieroProto.proto.ITokenAllowance
60733
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
60734
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
60751
+ * @typedef {import("@hiero-ledger/proto").proto.IGrantedTokenAllowance} HieroProto.proto.IGrantedTokenAllowance
60752
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAllowance} HieroProto.proto.ITokenAllowance
60753
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
60754
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
60735
60755
  */
60736
60756
 
60737
60757
  /**
@@ -60880,11 +60900,11 @@
60880
60900
 
60881
60901
  /**
60882
60902
  * @namespace proto
60883
- * @typedef {import("@hashgraph/proto").proto.IGrantedNftAllowance} HieroProto.proto.IGrantedNftAllowance
60884
- * @typedef {import("@hashgraph/proto").proto.INftRemoveAllowance} HieroProto.proto.INftRemoveAllowance
60885
- * @typedef {import("@hashgraph/proto").proto.INftAllowance} HieroProto.proto.INftAllowance
60886
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
60887
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
60903
+ * @typedef {import("@hiero-ledger/proto").proto.IGrantedNftAllowance} HieroProto.proto.IGrantedNftAllowance
60904
+ * @typedef {import("@hiero-ledger/proto").proto.INftRemoveAllowance} HieroProto.proto.INftRemoveAllowance
60905
+ * @typedef {import("@hiero-ledger/proto").proto.INftAllowance} HieroProto.proto.INftAllowance
60906
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
60907
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
60888
60908
  */
60889
60909
 
60890
60910
  /**
@@ -61095,13 +61115,13 @@
61095
61115
 
61096
61116
  /**
61097
61117
  * @namespace proto
61098
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
61099
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
61100
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
61101
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
61102
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
61103
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
61104
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
61118
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
61119
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
61120
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
61121
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
61122
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
61123
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
61124
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
61105
61125
  */
61106
61126
 
61107
61127
  /**
@@ -61625,14 +61645,14 @@
61625
61645
 
61626
61646
  /**
61627
61647
  * @namespace proto
61628
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
61629
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
61630
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
61631
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
61632
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
61633
- * @typedef {import("@hashgraph/proto").proto.ICryptoApproveAllowanceTransactionBody} HieroProto.proto.ICryptoApproveAllowanceTransactionBody
61634
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
61635
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
61648
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
61649
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
61650
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
61651
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
61652
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
61653
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoApproveAllowanceTransactionBody} HieroProto.proto.ICryptoApproveAllowanceTransactionBody
61654
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
61655
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
61636
61656
  */
61637
61657
 
61638
61658
  /**
@@ -62183,13 +62203,13 @@
62183
62203
 
62184
62204
  /**
62185
62205
  * @namespace proto
62186
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
62187
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
62188
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
62189
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
62190
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
62191
- * @typedef {import("@hashgraph/proto").proto.ICryptoDeleteAllowanceTransactionBody} HieroProto.proto.ICryptoDeleteAllowanceTransactionBody
62192
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
62206
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
62207
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
62208
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
62209
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
62210
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
62211
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoDeleteAllowanceTransactionBody} HieroProto.proto.ICryptoDeleteAllowanceTransactionBody
62212
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
62193
62213
  */
62194
62214
 
62195
62215
  /**
@@ -62377,8 +62397,8 @@
62377
62397
 
62378
62398
  /**
62379
62399
  * @namespace proto
62380
- * @typedef {import("@hashgraph/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
62381
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
62400
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
62401
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
62382
62402
  */
62383
62403
 
62384
62404
  /**
@@ -62399,8 +62419,8 @@
62399
62419
 
62400
62420
  /**
62401
62421
  * @namespace proto
62402
- * @typedef {import("@hashgraph/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
62403
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
62422
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
62423
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
62404
62424
  */
62405
62425
 
62406
62426
  /**
@@ -62572,12 +62592,12 @@
62572
62592
 
62573
62593
  /**
62574
62594
  * @namespace proto
62575
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
62576
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
62577
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
62578
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
62579
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountBalanceQuery} HieroProto.proto.ICryptoGetAccountBalanceQuery
62580
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountBalanceResponse} HieroProto.proto.ICryptoGetAccountBalanceResponse
62595
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
62596
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
62597
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
62598
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
62599
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetAccountBalanceQuery} HieroProto.proto.ICryptoGetAccountBalanceQuery
62600
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetAccountBalanceResponse} HieroProto.proto.ICryptoGetAccountBalanceResponse
62581
62601
  */
62582
62602
 
62583
62603
  /**
@@ -62807,7 +62827,7 @@
62807
62827
 
62808
62828
  /**
62809
62829
  * @namespace proto
62810
- * @typedef {import("@hashgraph/proto").proto.IDuration} HieroProto.proto.IDuration
62830
+ * @typedef {import("@hiero-ledger/proto").proto.IDuration} HieroProto.proto.IDuration
62811
62831
  */
62812
62832
 
62813
62833
  /**
@@ -63516,13 +63536,13 @@
63516
63536
 
63517
63537
  /**
63518
63538
  * @namespace proto
63519
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
63520
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
63521
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
63522
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
63523
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
63524
- * @typedef {import("@hashgraph/proto").proto.ICryptoDeleteTransactionBody} HieroProto.proto.ICryptoDeleteTransactionBody
63525
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
63539
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
63540
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
63541
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
63542
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
63543
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
63544
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoDeleteTransactionBody} HieroProto.proto.ICryptoDeleteTransactionBody
63545
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
63526
63546
  */
63527
63547
 
63528
63548
  /**
@@ -63918,9 +63938,9 @@
63918
63938
 
63919
63939
  /**
63920
63940
  * @namespace proto
63921
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
63922
- * @typedef {import("@hashgraph/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
63923
- * @typedef {import("@hashgraph/proto").proto.IDuration} HieroProto.proto.IDuration
63941
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
63942
+ * @typedef {import("@hiero-ledger/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
63943
+ * @typedef {import("@hiero-ledger/proto").proto.IDuration} HieroProto.proto.IDuration
63924
63944
  */
63925
63945
 
63926
63946
  /**
@@ -63995,10 +64015,10 @@
63995
64015
 
63996
64016
  /**
63997
64017
  * @namespace proto
63998
- * @typedef {import("@hashgraph/proto").proto.ITokenRelationship} HieroProto.proto.ITokenRelationship
63999
- * @typedef {import("@hashgraph/proto").proto.TokenKycStatus} HieroProto.proto.TokenKycStatus
64000
- * @typedef {import("@hashgraph/proto").proto.TokenFreezeStatus} HieroProto.proto.TokenFreezeStatus
64001
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
64018
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenRelationship} HieroProto.proto.ITokenRelationship
64019
+ * @typedef {import("@hiero-ledger/proto").proto.TokenKycStatus} HieroProto.proto.TokenKycStatus
64020
+ * @typedef {import("@hiero-ledger/proto").proto.TokenFreezeStatus} HieroProto.proto.TokenFreezeStatus
64021
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
64002
64022
  */
64003
64023
 
64004
64024
  /**
@@ -64119,8 +64139,8 @@
64119
64139
 
64120
64140
  /**
64121
64141
  * @namespace proto
64122
- * @typedef {import("@hashgraph/proto").proto.ITokenRelationship} HieroProto.proto.ITokenRelationship
64123
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
64142
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenRelationship} HieroProto.proto.ITokenRelationship
64143
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
64124
64144
  */
64125
64145
 
64126
64146
  /**
@@ -64732,13 +64752,13 @@
64732
64752
 
64733
64753
  /**
64734
64754
  * @namespace proto
64735
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
64736
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
64737
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
64738
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
64739
- * @typedef {import("@hashgraph/proto").proto.CryptoGetInfoResponse.IAccountInfo} HieroProto.proto.CryptoGetInfoResponse.IAccountInfo
64740
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetInfoQuery} HieroProto.proto.ICryptoGetInfoQuery
64741
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetInfoResponse} HieroProto.proto.ICryptoGetInfoResponse
64755
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
64756
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
64757
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
64758
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
64759
+ * @typedef {import("@hiero-ledger/proto").proto.CryptoGetInfoResponse.IAccountInfo} HieroProto.proto.CryptoGetInfoResponse.IAccountInfo
64760
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetInfoQuery} HieroProto.proto.ICryptoGetInfoQuery
64761
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetInfoResponse} HieroProto.proto.ICryptoGetInfoResponse
64742
64762
  */
64743
64763
 
64744
64764
  /**
@@ -65020,13 +65040,13 @@
65020
65040
 
65021
65041
  /**
65022
65042
  * @namespace proto
65023
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
65024
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
65025
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
65026
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
65027
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountRecordsQuery} HieroProto.proto.ICryptoGetAccountRecordsQuery
65028
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountRecordsResponse} HieroProto.proto.ICryptoGetAccountRecordsResponse
65029
- * @typedef {import("@hashgraph/proto").proto.ITransactionRecord} HieroProto.proto.ITransactionRecord
65043
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
65044
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
65045
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
65046
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
65047
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetAccountRecordsQuery} HieroProto.proto.ICryptoGetAccountRecordsQuery
65048
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetAccountRecordsResponse} HieroProto.proto.ICryptoGetAccountRecordsResponse
65049
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionRecord} HieroProto.proto.ITransactionRecord
65030
65050
  */
65031
65051
 
65032
65052
  /**
@@ -65204,13 +65224,13 @@
65204
65224
 
65205
65225
  /**
65206
65226
  * @namespace proto
65207
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
65208
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
65209
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
65210
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
65211
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
65212
- * @typedef {import("@hashgraph/proto").proto.ICryptoUpdateTransactionBody} HieroProto.proto.ICryptoUpdateTransactionBody
65213
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
65227
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
65228
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
65229
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
65230
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
65231
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
65232
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoUpdateTransactionBody} HieroProto.proto.ICryptoUpdateTransactionBody
65233
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
65214
65234
  */
65215
65235
 
65216
65236
  /**
@@ -65830,7 +65850,7 @@
65830
65850
 
65831
65851
  /**
65832
65852
  * @namespace proto
65833
- * @typedef {import("@hashgraph/proto").proto.FreezeType} HieroProto.proto.FreezeType
65853
+ * @typedef {import("@hiero-ledger/proto").proto.FreezeType} HieroProto.proto.FreezeType
65834
65854
  */
65835
65855
 
65836
65856
  class FreezeType {
@@ -65945,12 +65965,12 @@
65945
65965
 
65946
65966
  /**
65947
65967
  * @namespace proto
65948
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
65949
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
65950
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
65951
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
65952
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
65953
- * @typedef {import("@hashgraph/proto").proto.IFreezeTransactionBody} HieroProto.proto.IFreezeTransactionBody
65968
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
65969
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
65970
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
65971
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
65972
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
65973
+ * @typedef {import("@hiero-ledger/proto").proto.IFreezeTransactionBody} HieroProto.proto.IFreezeTransactionBody
65954
65974
  */
65955
65975
 
65956
65976
  /**
@@ -66326,10 +66346,10 @@
66326
66346
 
66327
66347
  /**
66328
66348
  * @namespace proto
66329
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
66330
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
66331
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
66332
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
66349
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
66350
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
66351
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
66352
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
66333
66353
  */
66334
66354
 
66335
66355
  /**
@@ -66619,12 +66639,12 @@
66619
66639
 
66620
66640
  /**
66621
66641
  * @namespace proto
66622
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
66623
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
66624
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
66625
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
66626
- * @typedef {import("@hashgraph/proto").proto.IContractGetBytecodeQuery} HieroProto.proto.IContractGetBytecodeQuery
66627
- * @typedef {import("@hashgraph/proto").proto.IContractGetBytecodeResponse} HieroProto.proto.IContractGetBytecodeResponse
66642
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
66643
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
66644
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
66645
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
66646
+ * @typedef {import("@hiero-ledger/proto").proto.IContractGetBytecodeQuery} HieroProto.proto.IContractGetBytecodeQuery
66647
+ * @typedef {import("@hiero-ledger/proto").proto.IContractGetBytecodeResponse} HieroProto.proto.IContractGetBytecodeResponse
66628
66648
  */
66629
66649
 
66630
66650
  /**
@@ -70694,12 +70714,12 @@
70694
70714
 
70695
70715
  /**
70696
70716
  * @namespace proto
70697
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
70698
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
70699
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
70700
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
70701
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
70702
- * @typedef {import("@hashgraph/proto").proto.IFileCreateTransactionBody} HieroProto.proto.IFileCreateTransactionBody
70717
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
70718
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
70719
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
70720
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
70721
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
70722
+ * @typedef {import("@hiero-ledger/proto").proto.IFileCreateTransactionBody} HieroProto.proto.IFileCreateTransactionBody
70703
70723
  */
70704
70724
 
70705
70725
  /**
@@ -70986,13 +71006,13 @@
70986
71006
 
70987
71007
  /**
70988
71008
  * @namespace proto
70989
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
70990
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
70991
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
70992
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
70993
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
70994
- * @typedef {import("@hashgraph/proto").proto.IFileAppendTransactionBody} HieroProto.proto.IFileAppendTransactionBody
70995
- * @typedef {import("@hashgraph/proto").proto.IFileID} HieroProto.proto.IFileID
71009
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
71010
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71011
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71012
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71013
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71014
+ * @typedef {import("@hiero-ledger/proto").proto.IFileAppendTransactionBody} HieroProto.proto.IFileAppendTransactionBody
71015
+ * @typedef {import("@hiero-ledger/proto").proto.IFileID} HieroProto.proto.IFileID
70996
71016
  */
70997
71017
 
70998
71018
  /**
@@ -71563,16 +71583,16 @@
71563
71583
 
71564
71584
  /**
71565
71585
  * @namespace proto
71566
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
71567
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71568
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71569
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71570
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71571
- * @typedef {import("@hashgraph/proto").proto.IFileDeleteTransactionBody} HieroProto.proto.IFileDeleteTransactionBody
71586
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
71587
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71588
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71589
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71590
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71591
+ * @typedef {import("@hiero-ledger/proto").proto.IFileDeleteTransactionBody} HieroProto.proto.IFileDeleteTransactionBody
71572
71592
  */
71573
71593
 
71574
71594
  /**
71575
- * @typedef {import("@hashgraph/cryptography").Key} Key
71595
+ * @typedef {import("@hiero-ledger/cryptography").Key} Key
71576
71596
  * @typedef {import("../channel/Channel.js").default} Channel
71577
71597
  * @typedef {import("../client/Client.js").default<*, *>} Client
71578
71598
  * @typedef {import("../account/AccountId.js").default} AccountId
@@ -71727,14 +71747,14 @@
71727
71747
 
71728
71748
  /**
71729
71749
  * @namespace proto
71730
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
71731
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71732
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71733
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71734
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71735
- * @typedef {import("@hashgraph/proto").proto.IContractCreateTransactionBody} HieroProto.proto.IContractCreateTransactionBody
71736
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
71737
- * @typedef {import("@hashgraph/proto").proto.IFileID} HieroProto.proto.IFileID
71750
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
71751
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71752
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71753
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71754
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71755
+ * @typedef {import("@hiero-ledger/proto").proto.IContractCreateTransactionBody} HieroProto.proto.IContractCreateTransactionBody
71756
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
71757
+ * @typedef {import("@hiero-ledger/proto").proto.IFileID} HieroProto.proto.IFileID
71738
71758
  */
71739
71759
 
71740
71760
  /**
@@ -72941,14 +72961,14 @@
72941
72961
 
72942
72962
  /**
72943
72963
  * @namespace proto
72944
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
72945
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
72946
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
72947
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
72948
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
72949
- * @typedef {import("@hashgraph/proto").proto.IContractDeleteTransactionBody} HieroProto.proto.IContractDeleteTransactionBody
72950
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
72951
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
72964
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
72965
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
72966
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
72967
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
72968
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
72969
+ * @typedef {import("@hiero-ledger/proto").proto.IContractDeleteTransactionBody} HieroProto.proto.IContractDeleteTransactionBody
72970
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
72971
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
72952
72972
  */
72953
72973
 
72954
72974
  /**
@@ -73262,15 +73282,15 @@
73262
73282
 
73263
73283
  /**
73264
73284
  * @namespace proto
73265
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
73266
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
73267
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
73268
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
73269
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
73270
- * @typedef {import("@hashgraph/proto").proto.IContractCallTransactionBody} HieroProto.proto.IContractCallTransactionBody
73271
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
73272
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
73273
- * @typedef {import("@hashgraph/proto").proto.IFileID} HieroProto.proto.IFileID
73285
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
73286
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
73287
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
73288
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
73289
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
73290
+ * @typedef {import("@hiero-ledger/proto").proto.IContractCallTransactionBody} HieroProto.proto.IContractCallTransactionBody
73291
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
73292
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
73293
+ * @typedef {import("@hiero-ledger/proto").proto.IFileID} HieroProto.proto.IFileID
73274
73294
  */
73275
73295
 
73276
73296
  /**
@@ -73842,13 +73862,13 @@
73842
73862
 
73843
73863
  /**
73844
73864
  * @namespace proto
73845
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
73846
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
73847
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
73848
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
73849
- * @typedef {import("@hashgraph/proto").proto.IContractGetInfoQuery} HieroProto.proto.IContractGetInfoQuery
73850
- * @typedef {import("@hashgraph/proto").proto.IContractGetInfoResponse} HieroProto.proto.IContractGetInfoResponse
73851
- * @typedef {import("@hashgraph/proto").proto.ContractGetInfoResponse.IContractInfo} HieroProto.proto.ContractGetInfoResponse.IContractInfo
73865
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
73866
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
73867
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
73868
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
73869
+ * @typedef {import("@hiero-ledger/proto").proto.IContractGetInfoQuery} HieroProto.proto.IContractGetInfoQuery
73870
+ * @typedef {import("@hiero-ledger/proto").proto.IContractGetInfoResponse} HieroProto.proto.IContractGetInfoResponse
73871
+ * @typedef {import("@hiero-ledger/proto").proto.ContractGetInfoResponse.IContractInfo} HieroProto.proto.ContractGetInfoResponse.IContractInfo
73852
73872
  */
73853
73873
 
73854
73874
  /**
@@ -74028,15 +74048,15 @@
74028
74048
 
74029
74049
  /**
74030
74050
  * @namespace proto
74031
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
74032
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
74033
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
74034
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
74035
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
74036
- * @typedef {import("@hashgraph/proto").proto.IContractUpdateTransactionBody} HieroProto.proto.IContractUpdateTransactionBody
74037
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
74038
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
74039
- * @typedef {import("@hashgraph/proto").proto.IFileID} HieroProto.proto.IFileID
74051
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
74052
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
74053
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
74054
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
74055
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
74056
+ * @typedef {import("@hiero-ledger/proto").proto.IContractUpdateTransactionBody} HieroProto.proto.IContractUpdateTransactionBody
74057
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
74058
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
74059
+ * @typedef {import("@hiero-ledger/proto").proto.IFileID} HieroProto.proto.IFileID
74040
74060
  */
74041
74061
 
74042
74062
  /**
@@ -74740,9 +74760,9 @@
74740
74760
 
74741
74761
  /**
74742
74762
  * @namespace proto
74743
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
74744
- * @typedef {import("@hashgraph/proto").proto.IFractionalFee} HieroProto.proto.IFractionalFee
74745
- * @typedef {import("@hashgraph/proto").proto.IFraction} HieroProto.proto.IFraction
74763
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
74764
+ * @typedef {import("@hiero-ledger/proto").proto.IFractionalFee} HieroProto.proto.IFractionalFee
74765
+ * @typedef {import("@hiero-ledger/proto").proto.IFraction} HieroProto.proto.IFraction
74746
74766
  */
74747
74767
 
74748
74768
  class CustomFractionalFee extends CustomFee {
@@ -74963,10 +74983,10 @@
74963
74983
 
74964
74984
  /**
74965
74985
  * @namespace proto
74966
- * @typedef {import("@hashgraph/proto").proto.IFraction} HieroProto.proto.IFraction
74967
- * @typedef {import("@hashgraph/proto").proto.IRoyaltyFee} HieroProto.proto.IRoyaltyFee
74968
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
74969
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
74986
+ * @typedef {import("@hiero-ledger/proto").proto.IFraction} HieroProto.proto.IFraction
74987
+ * @typedef {import("@hiero-ledger/proto").proto.IRoyaltyFee} HieroProto.proto.IRoyaltyFee
74988
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
74989
+ * @typedef {import("@hiero-ledger/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
74970
74990
  */
74971
74991
 
74972
74992
  class CustomRoyalyFee extends CustomFee {
@@ -75133,8 +75153,8 @@
75133
75153
 
75134
75154
  /**
75135
75155
  * @namespace {proto}
75136
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
75137
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
75156
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
75157
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
75138
75158
  */
75139
75159
 
75140
75160
  /**
@@ -75226,13 +75246,13 @@
75226
75246
 
75227
75247
  /**
75228
75248
  * @namespace proto
75229
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
75230
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
75231
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
75232
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
75233
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
75234
- * @typedef {import("@hashgraph/proto").proto.IEthereumTransactionBody} HieroProto.proto.IEthereumTransactionBody
75235
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
75249
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
75250
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
75251
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
75252
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
75253
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
75254
+ * @typedef {import("@hiero-ledger/proto").proto.IEthereumTransactionBody} HieroProto.proto.IEthereumTransactionBody
75255
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
75236
75256
  */
75237
75257
 
75238
75258
  /**
@@ -75974,13 +75994,13 @@
75974
75994
 
75975
75995
  /**
75976
75996
  * @namespace proto
75977
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
75978
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
75979
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
75980
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
75981
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
75982
- * @typedef {import("@hashgraph/proto").proto.IEthereumTransactionBody} HieroProto.proto.IEthereumTransactionBody
75983
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
75997
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
75998
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
75999
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
76000
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
76001
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
76002
+ * @typedef {import("@hiero-ledger/proto").proto.IEthereumTransactionBody} HieroProto.proto.IEthereumTransactionBody
76003
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
75984
76004
  */
75985
76005
 
75986
76006
  /**
@@ -76479,7 +76499,7 @@
76479
76499
 
76480
76500
  /**
76481
76501
  * @namespace proto
76482
- * @typedef {import("@hashgraph/proto").proto.SubType} HieroProto.proto.SubType
76502
+ * @typedef {import("@hiero-ledger/proto").proto.SubType} HieroProto.proto.SubType
76483
76503
  */
76484
76504
 
76485
76505
  class FeeDataType {
@@ -76730,7 +76750,7 @@
76730
76750
 
76731
76751
  /**
76732
76752
  * @namespace proto
76733
- * @typedef {import("@hashgraph/proto").proto.HederaFunctionality} HieroProto.proto.HederaFunctionality
76753
+ * @typedef {import("@hiero-ledger/proto").proto.HederaFunctionality} HieroProto.proto.HederaFunctionality
76734
76754
  */
76735
76755
 
76736
76756
  class RequestType {
@@ -77917,13 +77937,13 @@
77917
77937
 
77918
77938
  /**
77919
77939
  * @namespace proto
77920
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
77921
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
77922
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
77923
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
77924
- * @typedef {import("@hashgraph/proto").proto.IFileGetContentsQuery} HieroProto.proto.IFileGetContentsQuery
77925
- * @typedef {import("@hashgraph/proto").proto.IFileGetContentsResponse} HieroProto.proto.IFileGetContentsResponse
77926
- * @typedef {import("@hashgraph/proto").proto.FileGetContentsResponse.IFileContents} HieroProto.proto.FileGetContentsResponse.IFileContents
77940
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
77941
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
77942
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
77943
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
77944
+ * @typedef {import("@hiero-ledger/proto").proto.IFileGetContentsQuery} HieroProto.proto.IFileGetContentsQuery
77945
+ * @typedef {import("@hiero-ledger/proto").proto.IFileGetContentsResponse} HieroProto.proto.IFileGetContentsResponse
77946
+ * @typedef {import("@hiero-ledger/proto").proto.FileGetContentsResponse.IFileContents} HieroProto.proto.FileGetContentsResponse.IFileContents
77927
77947
  */
77928
77948
 
77929
77949
  /**
@@ -78221,13 +78241,13 @@
78221
78241
 
78222
78242
  /**
78223
78243
  * @namespace proto
78224
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
78225
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
78226
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
78227
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
78228
- * @typedef {import("@hashgraph/proto").proto.IFileGetInfoQuery} HieroProto.proto.IFileGetInfoQuery
78229
- * @typedef {import("@hashgraph/proto").proto.IFileGetInfoResponse} HieroProto.proto.IFileGetInfoResponse
78230
- * @typedef {import("@hashgraph/proto").proto.FileGetInfoResponse.IFileInfo} HieroProto.proto.IFileInfo
78244
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
78245
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
78246
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
78247
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
78248
+ * @typedef {import("@hiero-ledger/proto").proto.IFileGetInfoQuery} HieroProto.proto.IFileGetInfoQuery
78249
+ * @typedef {import("@hiero-ledger/proto").proto.IFileGetInfoResponse} HieroProto.proto.IFileGetInfoResponse
78250
+ * @typedef {import("@hiero-ledger/proto").proto.FileGetInfoResponse.IFileInfo} HieroProto.proto.IFileInfo
78231
78251
  */
78232
78252
 
78233
78253
  /**
@@ -78403,12 +78423,12 @@
78403
78423
 
78404
78424
  /**
78405
78425
  * @namespace proto
78406
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
78407
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
78408
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
78409
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
78410
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
78411
- * @typedef {import("@hashgraph/proto").proto.IFileUpdateTransactionBody} HieroProto.proto.IFileUpdateTransactionBody
78426
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
78427
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
78428
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
78429
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
78430
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
78431
+ * @typedef {import("@hiero-ledger/proto").proto.IFileUpdateTransactionBody} HieroProto.proto.IFileUpdateTransactionBody
78412
78432
  */
78413
78433
 
78414
78434
  /**
@@ -78771,13 +78791,13 @@
78771
78791
 
78772
78792
  /**
78773
78793
  * @namespace proto
78774
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
78775
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
78776
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
78777
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
78778
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
78779
- * @typedef {import("@hashgraph/proto").proto.ICryptoAddLiveHashTransactionBody} HieroProto.proto.ICryptoAddLiveHashTransactionBody
78780
- * @typedef {import("@hashgraph/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
78794
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
78795
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
78796
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
78797
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
78798
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
78799
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoAddLiveHashTransactionBody} HieroProto.proto.ICryptoAddLiveHashTransactionBody
78800
+ * @typedef {import("@hiero-ledger/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
78781
78801
  */
78782
78802
 
78783
78803
  /**
@@ -79054,12 +79074,12 @@
79054
79074
 
79055
79075
  /**
79056
79076
  * @namespace proto
79057
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
79058
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
79059
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
79060
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
79061
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
79062
- * @typedef {import("@hashgraph/proto").proto.ICryptoDeleteLiveHashTransactionBody} HieroProto.proto.ICryptoDeleteLiveHashTransactionBody
79077
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
79078
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
79079
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
79080
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
79081
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
79082
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoDeleteLiveHashTransactionBody} HieroProto.proto.ICryptoDeleteLiveHashTransactionBody
79063
79083
  */
79064
79084
 
79065
79085
  /**
@@ -79247,13 +79267,13 @@
79247
79267
 
79248
79268
  /**
79249
79269
  * @namespace proto
79250
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
79251
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
79252
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
79253
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
79254
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetLiveHashQuery} HieroProto.proto.ICryptoGetLiveHashQuery
79255
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetLiveHashResponse} HieroProto.proto.ICryptoGetLiveHashResponse
79256
- * @typedef {import("@hashgraph/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
79270
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
79271
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
79272
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
79273
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
79274
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetLiveHashQuery} HieroProto.proto.ICryptoGetLiveHashQuery
79275
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoGetLiveHashResponse} HieroProto.proto.ICryptoGetLiveHashResponse
79276
+ * @typedef {import("@hiero-ledger/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
79257
79277
  */
79258
79278
 
79259
79279
  /**
@@ -80015,7 +80035,7 @@
80015
80035
 
80016
80036
  /**
80017
80037
  * @namespace proto
80018
- * @typedef {import("@hashgraph/proto").proto.IServiceEndpoint} HieroProto.proto.IServiceEndpoint
80038
+ * @typedef {import("@hiero-ledger/proto").proto.IServiceEndpoint} HieroProto.proto.IServiceEndpoint
80019
80039
  */
80020
80040
 
80021
80041
  /**
@@ -80156,7 +80176,7 @@
80156
80176
 
80157
80177
  /**
80158
80178
  * @namespace proto
80159
- * @typedef {import("@hashgraph/proto").proto.INodeAddress} HieroProto.proto.INodeAddress
80179
+ * @typedef {import("@hiero-ledger/proto").proto.INodeAddress} HieroProto.proto.INodeAddress
80160
80180
  */
80161
80181
 
80162
80182
  /**
@@ -80739,12 +80759,12 @@
80739
80759
 
80740
80760
  /**
80741
80761
  * @namespace proto
80742
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
80743
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
80744
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
80745
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
80746
- * @typedef {import("@hashgraph/proto").proto.INetworkGetVersionInfoQuery} HieroProto.proto.INetworkGetVersionInfoQuery
80747
- * @typedef {import("@hashgraph/proto").proto.INetworkGetVersionInfoResponse} HieroProto.proto.INetworkGetVersionInfoResponse
80762
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
80763
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
80764
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
80765
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
80766
+ * @typedef {import("@hiero-ledger/proto").proto.INetworkGetVersionInfoQuery} HieroProto.proto.INetworkGetVersionInfoQuery
80767
+ * @typedef {import("@hiero-ledger/proto").proto.INetworkGetVersionInfoResponse} HieroProto.proto.INetworkGetVersionInfoResponse
80748
80768
  */
80749
80769
 
80750
80770
  /**
@@ -80895,15 +80915,15 @@
80895
80915
 
80896
80916
 
80897
80917
  /**
80898
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
80899
- * @typedef {import("@hashgraph/proto").proto.Transaction} HieroProto.proto.Transaction
80900
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
80901
- * @typedef {import("@hashgraph/proto").proto.SignedTransaction} HieroProto.proto.SignedTransaction
80902
- * @typedef {import("@hashgraph/proto").proto.IUtilPrngTransactionBody } HieroProto.proto.IUtilPrngTransactionBody
80903
- * @typedef {import("@hashgraph/proto").proto.UtilPrngTransactionBody} HieroProto.proto.UtilPrngTransactionBody
80904
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.TransactionResponse
80905
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
80906
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
80918
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
80919
+ * @typedef {import("@hiero-ledger/proto").proto.Transaction} HieroProto.proto.Transaction
80920
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
80921
+ * @typedef {import("@hiero-ledger/proto").proto.SignedTransaction} HieroProto.proto.SignedTransaction
80922
+ * @typedef {import("@hiero-ledger/proto").proto.IUtilPrngTransactionBody } HieroProto.proto.IUtilPrngTransactionBody
80923
+ * @typedef {import("@hiero-ledger/proto").proto.UtilPrngTransactionBody} HieroProto.proto.UtilPrngTransactionBody
80924
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.TransactionResponse
80925
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
80926
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
80907
80927
  * @typedef {import("./account/AccountId.js").default} AccountId
80908
80928
  * @typedef {import("./transaction/TransactionId.js").default} TransactionId
80909
80929
  */
@@ -81045,8 +81065,8 @@
81045
81065
 
81046
81066
  /**
81047
81067
  * @namespace proto
81048
- * @typedef {import("@hashgraph/proto").proto.IProxyStaker} HieroProto.proto.IProxyStaker
81049
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
81068
+ * @typedef {import("@hiero-ledger/proto").proto.IProxyStaker} HieroProto.proto.IProxyStaker
81069
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
81050
81070
  */
81051
81071
 
81052
81072
  /**
@@ -81481,18 +81501,18 @@
81481
81501
 
81482
81502
  /**
81483
81503
  * @namespace proto
81484
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
81485
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
81486
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
81487
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
81488
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
81489
- * @typedef {import("@hashgraph/proto").proto.IScheduleDeleteTransactionBody} HieroProto.proto.IScheduleDeleteTransactionBody
81490
- * @typedef {import("@hashgraph/proto").proto.IScheduleID} HieroProto.proto.IScheduleID
81504
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
81505
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
81506
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
81507
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
81508
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
81509
+ * @typedef {import("@hiero-ledger/proto").proto.IScheduleDeleteTransactionBody} HieroProto.proto.IScheduleDeleteTransactionBody
81510
+ * @typedef {import("@hiero-ledger/proto").proto.IScheduleID} HieroProto.proto.IScheduleID
81491
81511
  */
81492
81512
 
81493
81513
  /**
81494
81514
  * @typedef {import("bignumber.js").default} BigNumber
81495
- * @typedef {import("@hashgraph/cryptography").Key} Key
81515
+ * @typedef {import("@hiero-ledger/cryptography").Key} Key
81496
81516
  * @typedef {import("../channel/Channel.js").default} Channel
81497
81517
  * @typedef {import("../client/Client.js").default<*, *>} Client
81498
81518
  * @typedef {import("../Timestamp.js").default} Timestamp
@@ -81887,13 +81907,13 @@
81887
81907
 
81888
81908
  /**
81889
81909
  * @namespace proto
81890
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
81891
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
81892
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
81893
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
81894
- * @typedef {import("@hashgraph/proto").proto.IScheduleInfo} HieroProto.proto.IScheduleInfo
81895
- * @typedef {import("@hashgraph/proto").proto.IScheduleGetInfoQuery} HieroProto.proto.IScheduleGetInfoQuery
81896
- * @typedef {import("@hashgraph/proto").proto.IScheduleGetInfoResponse} HieroProto.proto.IScheduleGetInfoResponse
81910
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
81911
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
81912
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
81913
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
81914
+ * @typedef {import("@hiero-ledger/proto").proto.IScheduleInfo} HieroProto.proto.IScheduleInfo
81915
+ * @typedef {import("@hiero-ledger/proto").proto.IScheduleGetInfoQuery} HieroProto.proto.IScheduleGetInfoQuery
81916
+ * @typedef {import("@hiero-ledger/proto").proto.IScheduleGetInfoResponse} HieroProto.proto.IScheduleGetInfoResponse
81897
81917
  */
81898
81918
 
81899
81919
  /**
@@ -82089,25 +82109,25 @@
82089
82109
 
82090
82110
  /**
82091
82111
  * @namespace proto
82092
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82093
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82094
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82095
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82096
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82097
- * @typedef {import("@hashgraph/proto").proto.IScheduleSignTransactionBody} HieroProto.proto.IScheduleSignTransactionBody
82098
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
82099
- * @typedef {import("@hashgraph/proto").proto.ISignatureMap} HieroProto.proto.ISignatureMap
82112
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
82113
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82114
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82115
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82116
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82117
+ * @typedef {import("@hiero-ledger/proto").proto.IScheduleSignTransactionBody} HieroProto.proto.IScheduleSignTransactionBody
82118
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
82119
+ * @typedef {import("@hiero-ledger/proto").proto.ISignatureMap} HieroProto.proto.ISignatureMap
82100
82120
  */
82101
82121
 
82102
82122
  /**
82103
82123
  * @typedef {import("bignumber.js").default} BigNumber
82104
- * @typedef {import("@hashgraph/cryptography").Key} Key
82124
+ * @typedef {import("@hiero-ledger/cryptography").Key} Key
82105
82125
  * @typedef {import("../channel/Channel.js").default} Channel
82106
82126
  * @typedef {import("../client/Client.js").default<*, *>} Client
82107
82127
  * @typedef {import("../Timestamp.js").default} Timestamp
82108
82128
  * @typedef {import("../transaction/TransactionId.js").default} TransactionId
82109
82129
  * @typedef {import("../account/AccountId.js").default} AccountId
82110
- * @typedef {import("@hashgraph/cryptography").PublicKey} PublicKey
82130
+ * @typedef {import("@hiero-ledger/cryptography").PublicKey} PublicKey
82111
82131
  */
82112
82132
 
82113
82133
  /**
@@ -82367,14 +82387,14 @@
82367
82387
 
82368
82388
  /**
82369
82389
  * @namespace proto
82370
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82371
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82372
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82373
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82374
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82375
- * @typedef {import("@hashgraph/proto").proto.ISystemDeleteTransactionBody} HieroProto.proto.ISystemDeleteTransactionBody
82376
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
82377
- * @typedef {import("@hashgraph/proto").proto.IFileID} HieroProto.proto.IFileID
82390
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
82391
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82392
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82393
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82394
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82395
+ * @typedef {import("@hiero-ledger/proto").proto.ISystemDeleteTransactionBody} HieroProto.proto.ISystemDeleteTransactionBody
82396
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
82397
+ * @typedef {import("@hiero-ledger/proto").proto.IFileID} HieroProto.proto.IFileID
82378
82398
  */
82379
82399
 
82380
82400
  /**
@@ -82601,14 +82621,14 @@
82601
82621
 
82602
82622
  /**
82603
82623
  * @namespace proto
82604
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82605
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82606
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82607
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82608
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82609
- * @typedef {import("@hashgraph/proto").proto.ISystemUndeleteTransactionBody} HieroProto.proto.ISystemUndeleteTransactionBody
82610
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
82611
- * @typedef {import("@hashgraph/proto").proto.IFileID} HieroProto.proto.IFileID
82624
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
82625
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82626
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82627
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82628
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82629
+ * @typedef {import("@hiero-ledger/proto").proto.ISystemUndeleteTransactionBody} HieroProto.proto.ISystemUndeleteTransactionBody
82630
+ * @typedef {import("@hiero-ledger/proto").proto.IContractID} HieroProto.proto.IContractID
82631
+ * @typedef {import("@hiero-ledger/proto").proto.IFileID} HieroProto.proto.IFileID
82612
82632
  */
82613
82633
 
82614
82634
  /**
@@ -82804,13 +82824,13 @@
82804
82824
 
82805
82825
  /**
82806
82826
  * @namespace proto
82807
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82808
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82809
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82810
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82811
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82812
- * @typedef {import("@hashgraph/proto").proto.ITokenAssociateTransactionBody} HieroProto.proto.ITokenAssociateTransactionBody
82813
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
82827
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
82828
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82829
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82830
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82831
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82832
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAssociateTransactionBody} HieroProto.proto.ITokenAssociateTransactionBody
82833
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
82814
82834
  */
82815
82835
 
82816
82836
  /**
@@ -83013,13 +83033,13 @@
83013
83033
 
83014
83034
  /**
83015
83035
  * @namespace proto
83016
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
83017
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83018
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83019
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83020
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83021
- * @typedef {import("@hashgraph/proto").proto.ITokenBurnTransactionBody} HieroProto.proto.ITokenBurnTransactionBody
83022
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
83036
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
83037
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83038
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83039
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83040
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83041
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenBurnTransactionBody} HieroProto.proto.ITokenBurnTransactionBody
83042
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
83023
83043
  */
83024
83044
 
83025
83045
  /**
@@ -83236,7 +83256,7 @@
83236
83256
 
83237
83257
  /**
83238
83258
  * @namespace proto
83239
- * @typedef {import("@hashgraph/proto").proto.TokenReference} HieroProto.proto.TokenReference
83259
+ * @typedef {import("@hiero-ledger/proto").proto.TokenReference} HieroProto.proto.TokenReference
83240
83260
  */
83241
83261
 
83242
83262
  class TokenReference {
@@ -83276,13 +83296,13 @@
83276
83296
 
83277
83297
  /**
83278
83298
  * @namespace proto
83279
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
83280
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83281
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83282
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83283
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83284
- * @typedef {import("@hashgraph/proto").proto.ITokenRejectTransactionBody} HieroProto.proto.ITokenRejectTransactionBody
83285
- * @typedef {import("@hashgraph/proto").proto.TokenReference} HieroProto.proto.TokenReference
83299
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
83300
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83301
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83302
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83303
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83304
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenRejectTransactionBody} HieroProto.proto.ITokenRejectTransactionBody
83305
+ * @typedef {import("@hiero-ledger/proto").proto.TokenReference} HieroProto.proto.TokenReference
83286
83306
  */
83287
83307
 
83288
83308
  /**
@@ -83536,13 +83556,13 @@
83536
83556
 
83537
83557
  /**
83538
83558
  * @namespace proto
83539
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
83540
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83541
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83542
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83543
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83544
- * @typedef {import("@hashgraph/proto").proto.ITokenDissociateTransactionBody} HieroProto.proto.ITokenDissociateTransactionBody
83545
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
83559
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
83560
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83561
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83562
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83563
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83564
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenDissociateTransactionBody} HieroProto.proto.ITokenDissociateTransactionBody
83565
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
83546
83566
  */
83547
83567
 
83548
83568
  /**
@@ -84004,7 +84024,7 @@
84004
84024
 
84005
84025
  /**
84006
84026
  * @namespace proto
84007
- * @typedef {import("@hashgraph/proto").proto.TokenType} HieroProto.proto.TokenType
84027
+ * @typedef {import("@hiero-ledger/proto").proto.TokenType} HieroProto.proto.TokenType
84008
84028
  */
84009
84029
 
84010
84030
  class TokenType {
@@ -84079,7 +84099,7 @@
84079
84099
 
84080
84100
  /**
84081
84101
  * @namespace proto
84082
- * @typedef {import("@hashgraph/proto").proto.TokenSupplyType} HieroProto.proto.TokenSupplyType
84102
+ * @typedef {import("@hiero-ledger/proto").proto.TokenSupplyType} HieroProto.proto.TokenSupplyType
84083
84103
  */
84084
84104
 
84085
84105
  class TokenSupplyType {
@@ -84155,13 +84175,13 @@
84155
84175
 
84156
84176
  /**
84157
84177
  * @namespace proto
84158
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
84159
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
84160
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
84161
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
84162
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
84163
- * @typedef {import("@hashgraph/proto").proto.ITokenCreateTransactionBody} HieroProto.proto.ITokenCreateTransactionBody
84164
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
84178
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
84179
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
84180
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
84181
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
84182
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
84183
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenCreateTransactionBody} HieroProto.proto.ITokenCreateTransactionBody
84184
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
84165
84185
  */
84166
84186
 
84167
84187
  /**
@@ -85116,13 +85136,13 @@
85116
85136
 
85117
85137
  /**
85118
85138
  * @namespace proto
85119
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85120
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85121
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85122
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85123
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85124
- * @typedef {import("@hashgraph/proto").proto.ITokenDeleteTransactionBody} HieroProto.proto.ITokenDeleteTransactionBody
85125
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
85139
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
85140
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85141
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85142
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85143
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85144
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenDeleteTransactionBody} HieroProto.proto.ITokenDeleteTransactionBody
85145
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
85126
85146
  */
85127
85147
 
85128
85148
  /**
@@ -85274,13 +85294,13 @@
85274
85294
 
85275
85295
  /**
85276
85296
  * @namespace proto
85277
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85278
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85279
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85280
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85281
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85282
- * @typedef {import("@hashgraph/proto").proto.ITokenFeeScheduleUpdateTransactionBody} HieroProto.proto.ITokenFeeScheduleUpdateTransactionBody
85283
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
85297
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
85298
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85299
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85300
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85301
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85302
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenFeeScheduleUpdateTransactionBody} HieroProto.proto.ITokenFeeScheduleUpdateTransactionBody
85303
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
85284
85304
  */
85285
85305
 
85286
85306
  /**
@@ -85466,13 +85486,13 @@
85466
85486
 
85467
85487
  /**
85468
85488
  * @namespace proto
85469
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85470
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85471
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85472
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85473
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85474
- * @typedef {import("@hashgraph/proto").proto.ITokenFreezeAccountTransactionBody} HieroProto.proto.ITokenFreezeAccountTransactionBody
85475
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
85489
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
85490
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85491
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85492
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85493
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85494
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenFreezeAccountTransactionBody} HieroProto.proto.ITokenFreezeAccountTransactionBody
85495
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
85476
85496
  */
85477
85497
 
85478
85498
  /**
@@ -85665,13 +85685,13 @@
85665
85685
 
85666
85686
  /**
85667
85687
  * @namespace proto
85668
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85669
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85670
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85671
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85672
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85673
- * @typedef {import("@hashgraph/proto").proto.ITokenGrantKycTransactionBody} HieroProto.proto.ITokenGrantKycTransactionBody
85674
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
85688
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
85689
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85690
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85691
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85692
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85693
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGrantKycTransactionBody} HieroProto.proto.ITokenGrantKycTransactionBody
85694
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
85675
85695
  */
85676
85696
 
85677
85697
  /**
@@ -86306,13 +86326,13 @@
86306
86326
 
86307
86327
  /**
86308
86328
  * @namespace proto
86309
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
86310
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
86311
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
86312
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
86313
- * @typedef {import("@hashgraph/proto").proto.ITokenInfo} HieroProto.proto.ITokenInfo
86314
- * @typedef {import("@hashgraph/proto").proto.ITokenGetInfoQuery} HieroProto.proto.ITokenGetInfoQuery
86315
- * @typedef {import("@hashgraph/proto").proto.ITokenGetInfoResponse} HieroProto.proto.ITokenGetInfoResponse
86329
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
86330
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
86331
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
86332
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
86333
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenInfo} HieroProto.proto.ITokenInfo
86334
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetInfoQuery} HieroProto.proto.ITokenGetInfoQuery
86335
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetInfoResponse} HieroProto.proto.ITokenGetInfoResponse
86316
86336
  */
86317
86337
 
86318
86338
  /**
@@ -86487,13 +86507,13 @@
86487
86507
 
86488
86508
  /**
86489
86509
  * @namespace proto
86490
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
86491
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
86492
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
86493
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
86494
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
86495
- * @typedef {import("@hashgraph/proto").proto.ITokenMintTransactionBody} HieroProto.proto.ITokenMintTransactionBody
86496
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
86510
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
86511
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
86512
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
86513
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
86514
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
86515
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenMintTransactionBody} HieroProto.proto.ITokenMintTransactionBody
86516
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
86497
86517
  */
86498
86518
 
86499
86519
  /**
@@ -86741,16 +86761,16 @@
86741
86761
 
86742
86762
  /**
86743
86763
  * @namespace proto
86744
- * @typedef {import("@hashgraph/proto").proto.TokenFreezeStatus} HieroProto.proto.TokenFreezeStatus
86745
- * @typedef {import("@hashgraph/proto").proto.TokenKycStatus} HieroProto.proto.TokenKycStatus
86746
- * @typedef {import("@hashgraph/proto").proto.TokenPauseStatus} HieroProto.proto.TokenPauseStatus
86747
- * @typedef {import("@hashgraph/proto").proto.ITokenNftInfo} HieroProto.proto.ITokenNftInfo
86748
- * @typedef {import("@hashgraph/proto").proto.INftID} HieroProto.proto.INftID
86749
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
86750
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
86751
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
86752
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
86753
- * @typedef {import("@hashgraph/proto").proto.IDuration} HieroProto.proto.IDuration
86764
+ * @typedef {import("@hiero-ledger/proto").proto.TokenFreezeStatus} HieroProto.proto.TokenFreezeStatus
86765
+ * @typedef {import("@hiero-ledger/proto").proto.TokenKycStatus} HieroProto.proto.TokenKycStatus
86766
+ * @typedef {import("@hiero-ledger/proto").proto.TokenPauseStatus} HieroProto.proto.TokenPauseStatus
86767
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenNftInfo} HieroProto.proto.ITokenNftInfo
86768
+ * @typedef {import("@hiero-ledger/proto").proto.INftID} HieroProto.proto.INftID
86769
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
86770
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
86771
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
86772
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
86773
+ * @typedef {import("@hiero-ledger/proto").proto.IDuration} HieroProto.proto.IDuration
86754
86774
  */
86755
86775
 
86756
86776
  class TokenNftInfo {
@@ -86872,17 +86892,17 @@
86872
86892
 
86873
86893
  /**
86874
86894
  * @namespace proto
86875
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
86876
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
86877
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
86878
- * @typedef {import("@hashgraph/proto").proto.ITokenNftInfo} HieroProto.proto.ITokenNftInfo
86879
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
86880
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfoQuery} HieroProto.proto.ITokenGetNftInfoQuery
86881
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfosQuery} HieroProto.proto.ITokenGetNftInfosQuery
86882
- * @typedef {import("@hashgraph/proto").proto.ITokenGetAccountNftInfosQuery} HieroProto.proto.ITokenGetAccountNftInfosQuery
86883
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfoResponse} HieroProto.proto.ITokenGetNftInfoResponse
86884
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfosResponse} HieroProto.proto.ITokenGetNftInfosResponse
86885
- * @typedef {import("@hashgraph/proto").proto.ITokenGetAccountNftInfosResponse} HieroProto.proto.ITokenGetAccountNftInfosResponse
86895
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
86896
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
86897
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
86898
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenNftInfo} HieroProto.proto.ITokenNftInfo
86899
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
86900
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetNftInfoQuery} HieroProto.proto.ITokenGetNftInfoQuery
86901
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetNftInfosQuery} HieroProto.proto.ITokenGetNftInfosQuery
86902
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetAccountNftInfosQuery} HieroProto.proto.ITokenGetAccountNftInfosQuery
86903
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetNftInfoResponse} HieroProto.proto.ITokenGetNftInfoResponse
86904
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetNftInfosResponse} HieroProto.proto.ITokenGetNftInfosResponse
86905
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenGetAccountNftInfosResponse} HieroProto.proto.ITokenGetAccountNftInfosResponse
86886
86906
  */
86887
86907
 
86888
86908
  /**
@@ -87234,13 +87254,13 @@
87234
87254
 
87235
87255
  /**
87236
87256
  * @namespace proto
87237
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87238
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87239
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87240
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87241
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87242
- * @typedef {import("@hashgraph/proto").proto.ITokenPauseTransactionBody} HieroProto.proto.ITokenPauseTransactionBody
87243
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
87257
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
87258
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87259
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87260
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87261
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87262
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenPauseTransactionBody} HieroProto.proto.ITokenPauseTransactionBody
87263
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
87244
87264
  */
87245
87265
 
87246
87266
  /**
@@ -87392,13 +87412,13 @@
87392
87412
 
87393
87413
  /**
87394
87414
  * @namespace proto
87395
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87396
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87397
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87398
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87399
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87400
- * @typedef {import("@hashgraph/proto").proto.ITokenRevokeKycTransactionBody} HieroProto.proto.ITokenRevokeKycTransactionBody
87401
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
87415
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
87416
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87417
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87418
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87419
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87420
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenRevokeKycTransactionBody} HieroProto.proto.ITokenRevokeKycTransactionBody
87421
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
87402
87422
  */
87403
87423
 
87404
87424
  /**
@@ -87591,13 +87611,13 @@
87591
87611
 
87592
87612
  /**
87593
87613
  * @namespace proto
87594
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87595
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87596
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87597
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87598
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87599
- * @typedef {import("@hashgraph/proto").proto.ITokenUnfreezeAccountTransactionBody} HieroProto.proto.ITokenUnfreezeAccountTransactionBody
87600
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
87614
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
87615
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87616
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87617
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87618
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87619
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenUnfreezeAccountTransactionBody} HieroProto.proto.ITokenUnfreezeAccountTransactionBody
87620
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
87601
87621
  */
87602
87622
 
87603
87623
  /**
@@ -87790,13 +87810,13 @@
87790
87810
 
87791
87811
  /**
87792
87812
  * @namespace proto
87793
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87794
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87795
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87796
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87797
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87798
- * @typedef {import("@hashgraph/proto").proto.ITokenUnpauseTransactionBody} HieroProto.proto.ITokenUnpauseTransactionBody
87799
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
87813
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
87814
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87815
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87816
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87817
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87818
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenUnpauseTransactionBody} HieroProto.proto.ITokenUnpauseTransactionBody
87819
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
87800
87820
  */
87801
87821
 
87802
87822
  /**
@@ -87947,7 +87967,7 @@
87947
87967
 
87948
87968
  /**
87949
87969
  * @namespace proto
87950
- * @typedef {import("@hashgraph/proto").proto.TokenKeyValidation} HieroProto.proto.TokenKeyValidation
87970
+ * @typedef {import("@hiero-ledger/proto").proto.TokenKeyValidation} HieroProto.proto.TokenKeyValidation
87951
87971
  */
87952
87972
 
87953
87973
  /** Types of validation strategies for token keys. */
@@ -88019,13 +88039,13 @@
88019
88039
 
88020
88040
  /**
88021
88041
  * @namespace proto
88022
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
88023
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
88024
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
88025
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
88026
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
88027
- * @typedef {import("@hashgraph/proto").proto.ITokenUpdateTransactionBody} HieroProto.proto.ITokenUpdateTransactionBody
88028
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
88042
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
88043
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
88044
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
88045
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
88046
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
88047
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenUpdateTransactionBody} HieroProto.proto.ITokenUpdateTransactionBody
88048
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
88029
88049
  */
88030
88050
 
88031
88051
  /**
@@ -88838,13 +88858,13 @@
88838
88858
 
88839
88859
  /**
88840
88860
  * @namespace proto
88841
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
88842
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
88843
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
88844
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
88845
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
88846
- * @typedef {import("@hashgraph/proto").proto.ITokenWipeAccountTransactionBody} HieroProto.proto.ITokenWipeAccountTransactionBody
88847
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
88861
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
88862
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
88863
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
88864
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
88865
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
88866
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenWipeAccountTransactionBody} HieroProto.proto.ITokenWipeAccountTransactionBody
88867
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
88848
88868
  */
88849
88869
 
88850
88870
  /**
@@ -89105,12 +89125,12 @@
89105
89125
 
89106
89126
  /**
89107
89127
  * @namespace proto
89108
- * @typedef {import("@hashgraph/proto").proto.IConsensusCreateTopicTransactionBody} HieroProto.proto.IConsensusCreateTopicTransactionBody
89109
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
89110
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
89111
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
89112
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
89113
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
89128
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusCreateTopicTransactionBody} HieroProto.proto.IConsensusCreateTopicTransactionBody
89129
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
89130
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
89131
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
89132
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
89133
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
89114
89134
  */
89115
89135
 
89116
89136
  /**
@@ -89654,12 +89674,12 @@
89654
89674
 
89655
89675
  /**
89656
89676
  * @namespace proto
89657
- * @typedef {import("@hashgraph/proto").proto.IConsensusDeleteTopicTransactionBody} HieroProto.proto.IConsensusDeleteTopicTransactionBody
89658
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
89659
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
89660
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
89661
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
89662
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
89677
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusDeleteTopicTransactionBody} HieroProto.proto.IConsensusDeleteTopicTransactionBody
89678
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
89679
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
89680
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
89681
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
89682
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
89663
89683
  */
89664
89684
 
89665
89685
  /**
@@ -90064,17 +90084,17 @@
90064
90084
 
90065
90085
  /**
90066
90086
  * @namespace proto
90067
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
90068
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
90069
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
90070
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
90071
- * @typedef {import("@hashgraph/proto").proto.IConsensusGetTopicInfoResponse} HieroProto.proto.IConsensusGetTopicInfoResponse
90072
- * @typedef {import("@hashgraph/proto").proto.IConsensusGetTopicInfoQuery} HieroProto.proto.IConsensusGetTopicInfoQuery
90087
+ * @typedef {import("@hiero-ledger/proto").proto.IQuery} HieroProto.proto.IQuery
90088
+ * @typedef {import("@hiero-ledger/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
90089
+ * @typedef {import("@hiero-ledger/proto").proto.IResponse} HieroProto.proto.IResponse
90090
+ * @typedef {import("@hiero-ledger/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
90091
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusGetTopicInfoResponse} HieroProto.proto.IConsensusGetTopicInfoResponse
90092
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusGetTopicInfoQuery} HieroProto.proto.IConsensusGetTopicInfoQuery
90073
90093
  */
90074
90094
 
90075
90095
  /**
90076
90096
  * @namespace com
90077
- * @typedef {import("@hashgraph/proto").com.hedera.mirror.api.proto.IConsensusTopicResponse} com.hedera.mirror.api.proto.IConsensusTopicResponse
90097
+ * @typedef {import("@hiero-ledger/proto").com.hedera.mirror.api.proto.IConsensusTopicResponse} com.hedera.mirror.api.proto.IConsensusTopicResponse
90078
90098
  */
90079
90099
 
90080
90100
  /**
@@ -90250,12 +90270,12 @@
90250
90270
 
90251
90271
  /**
90252
90272
  * @namespace proto
90253
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90273
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90254
90274
  */
90255
90275
 
90256
90276
  /**
90257
90277
  * @namespace com
90258
- * @typedef {import("@hashgraph/proto").com.hedera.mirror.api.proto.IConsensusTopicResponse} com.hedera.mirror.api.proto.IConsensusTopicResponse
90278
+ * @typedef {import("@hiero-ledger/proto").com.hedera.mirror.api.proto.IConsensusTopicResponse} com.hedera.mirror.api.proto.IConsensusTopicResponse
90259
90279
  */
90260
90280
 
90261
90281
  class TopicMessageChunk {
@@ -90325,12 +90345,12 @@
90325
90345
 
90326
90346
  /**
90327
90347
  * @namespace proto
90328
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90348
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90329
90349
  */
90330
90350
 
90331
90351
  /**
90332
90352
  * @namespace com
90333
- * @typedef {import("@hashgraph/proto").com.hedera.mirror.api.proto.IConsensusTopicResponse} com.hedera.mirror.api.proto.IConsensusTopicResponse
90353
+ * @typedef {import("@hiero-ledger/proto").com.hedera.mirror.api.proto.IConsensusTopicResponse} com.hedera.mirror.api.proto.IConsensusTopicResponse
90334
90354
  */
90335
90355
 
90336
90356
  class TopicMessage {
@@ -91010,15 +91030,15 @@
91010
91030
 
91011
91031
  /**
91012
91032
  * @namespace proto
91013
- * @typedef {import("@hashgraph/proto").proto.IConsensusSubmitMessageTransactionBody} HieroProto.proto.IConsensusSubmitMessageTransactionBody
91014
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
91015
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
91016
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
91017
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
91018
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
91019
- * @typedef {import("@hashgraph/proto").proto.IConsensusMessageChunkInfo} HieroProto.proto.IConsensusMessageChunkInfo
91020
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
91021
- * @typedef {import("@hashgraph/proto").proto.ICustomFeeLimit} HieroProto.proto.ICustomFeeLimit
91033
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusSubmitMessageTransactionBody} HieroProto.proto.IConsensusSubmitMessageTransactionBody
91034
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
91035
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
91036
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
91037
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
91038
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
91039
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusMessageChunkInfo} HieroProto.proto.IConsensusMessageChunkInfo
91040
+ * @typedef {import("@hiero-ledger/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
91041
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFeeLimit} HieroProto.proto.ICustomFeeLimit
91022
91042
  */
91023
91043
 
91024
91044
  /**
@@ -91490,12 +91510,12 @@
91490
91510
 
91491
91511
  /**
91492
91512
  * @namespace proto
91493
- * @typedef {import("@hashgraph/proto").proto.IConsensusUpdateTopicTransactionBody} HieroProto.proto.IConsensusUpdateTopicTransactionBody
91494
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
91495
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
91496
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
91497
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
91498
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
91513
+ * @typedef {import("@hiero-ledger/proto").proto.IConsensusUpdateTopicTransactionBody} HieroProto.proto.IConsensusUpdateTopicTransactionBody
91514
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
91515
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
91516
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
91517
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
91518
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
91499
91519
  */
91500
91520
 
91501
91521
  /**
@@ -92141,8 +92161,8 @@
92141
92161
 
92142
92162
  /**
92143
92163
  * @namespace proto
92144
- * @typedef {import("@hashgraph/proto").proto.ITransferList} HieroProto.proto.ITransferList
92145
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
92164
+ * @typedef {import("@hiero-ledger/proto").proto.ITransferList} HieroProto.proto.ITransferList
92165
+ * @typedef {import("@hiero-ledger/proto").proto.IAccountID} HieroProto.proto.IAccountID
92146
92166
  */
92147
92167
 
92148
92168
  /**
@@ -92192,12 +92212,12 @@
92192
92212
 
92193
92213
  /**
92194
92214
  * @namespace proto
92195
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
92196
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
92197
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
92198
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
92199
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
92200
- * @typedef {import("@hashgraph/proto").proto.ICryptoTransferTransactionBody} HieroProto.proto.ICryptoTransferTransactionBody
92215
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
92216
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
92217
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
92218
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
92219
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
92220
+ * @typedef {import("@hiero-ledger/proto").proto.ICryptoTransferTransactionBody} HieroProto.proto.ICryptoTransferTransactionBody
92201
92221
  */
92202
92222
 
92203
92223
  /**
@@ -93070,6 +93090,7 @@
93070
93090
  transmit,
93071
93091
  serialize,
93072
93092
  asObject: opts.browser.asObject,
93093
+ asObjectBindingsOnly: opts.browser.asObjectBindingsOnly,
93073
93094
  formatters: opts.browser.formatters,
93074
93095
  levels,
93075
93096
  timestamp: getTimeFunction(opts),
@@ -93079,6 +93100,13 @@
93079
93100
  logger.levels = getLevels(opts);
93080
93101
  logger.level = level;
93081
93102
 
93103
+ logger.isLevelEnabled = function (level) {
93104
+ if (!this.levels.values[level]) {
93105
+ return false
93106
+ }
93107
+
93108
+ return this.levels.values[level] >= this.levels.values[this.level]
93109
+ };
93082
93110
  logger.setMaxListeners = logger.getMaxListeners =
93083
93111
  logger.emit = logger.addListener = logger.on =
93084
93112
  logger.prependListener = logger.once =
@@ -93278,7 +93306,7 @@
93278
93306
  argsIsSerialized = true;
93279
93307
  }
93280
93308
  if (opts.asObject || opts.formatters) {
93281
- write.call(proto, asObject(this, level, args, ts, opts));
93309
+ write.call(proto, ...asObject(this, level, args, ts, opts));
93282
93310
  } else write.apply(proto, args);
93283
93311
 
93284
93312
  if (opts.transmit) {
@@ -93307,6 +93335,10 @@
93307
93335
  const argsCloned = args.slice();
93308
93336
  let msg = argsCloned[0];
93309
93337
  const logObject = {};
93338
+
93339
+ let lvl = (logger._childLevel | 0) + 1;
93340
+ if (lvl < 1) lvl = 1;
93341
+
93310
93342
  if (ts) {
93311
93343
  logObject.time = ts;
93312
93344
  }
@@ -93318,19 +93350,28 @@
93318
93350
  logObject.level = logger.levels.values[level];
93319
93351
  }
93320
93352
 
93321
- let lvl = (logger._childLevel | 0) + 1;
93322
- if (lvl < 1) lvl = 1;
93323
- // deliberate, catching objects, arrays
93324
- if (msg !== null && typeof msg === 'object') {
93325
- while (lvl-- && typeof argsCloned[0] === 'object') {
93326
- Object.assign(logObject, argsCloned.shift());
93353
+ if (opts.asObjectBindingsOnly) {
93354
+ if (msg !== null && typeof msg === 'object') {
93355
+ while (lvl-- && typeof argsCloned[0] === 'object') {
93356
+ Object.assign(logObject, argsCloned.shift());
93357
+ }
93327
93358
  }
93328
- msg = argsCloned.length ? format(argsCloned.shift(), argsCloned) : undefined;
93329
- } else if (typeof msg === 'string') msg = format(argsCloned.shift(), argsCloned);
93330
- if (msg !== undefined) logObject[opts.messageKey] = msg;
93331
93359
 
93332
- const formattedLogObject = logObjectFormatter(logObject);
93333
- return formattedLogObject
93360
+ const formattedLogObject = logObjectFormatter(logObject);
93361
+ return [formattedLogObject, ...argsCloned]
93362
+ } else {
93363
+ // deliberate, catching objects, arrays
93364
+ if (msg !== null && typeof msg === 'object') {
93365
+ while (lvl-- && typeof argsCloned[0] === 'object') {
93366
+ Object.assign(logObject, argsCloned.shift());
93367
+ }
93368
+ msg = argsCloned.length ? format(argsCloned.shift(), argsCloned) : undefined;
93369
+ } else if (typeof msg === 'string') msg = format(argsCloned.shift(), argsCloned);
93370
+ if (msg !== undefined) logObject[opts.messageKey] = msg;
93371
+
93372
+ const formattedLogObject = logObjectFormatter(logObject);
93373
+ return [formattedLogObject]
93374
+ }
93334
93375
  }
93335
93376
 
93336
93377
  function applySerializers (args, serialize, serializers, stdErrSerialize) {
@@ -93750,13 +93791,13 @@
93750
93791
 
93751
93792
  /**
93752
93793
  * @namespace proto
93753
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
93754
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
93755
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
93756
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
93757
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
93758
- * @typedef {import("@hashgraph/proto").proto.ITokenUpdateNftsTransactionBody} HieroProto.proto.ITokenUpdateNftsTransactionBody
93759
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
93794
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
93795
+ * @typedef {import("@hiero-ledger/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
93796
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
93797
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
93798
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
93799
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenUpdateNftsTransactionBody} HieroProto.proto.ITokenUpdateNftsTransactionBody
93800
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenID} HieroProto.proto.ITokenID
93760
93801
  */
93761
93802
 
93762
93803
  /**
@@ -93971,7 +94012,7 @@
93971
94012
 
93972
94013
  /**
93973
94014
  * @namespace proto
93974
- * @typedef {import("@hashgraph/proto").proto.IServiceEndpoint} IServiceEndpoint
94015
+ * @typedef {import("@hiero-ledger/proto").proto.IServiceEndpoint} IServiceEndpoint
93975
94016
  */
93976
94017
 
93977
94018
  class ServiceEndpoint {
@@ -94122,16 +94163,16 @@
94122
94163
 
94123
94164
  /**
94124
94165
  * @namespace proto
94125
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ITransaction
94126
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ISignedTransaction
94127
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} TransactionBody
94128
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} ITransactionBody
94129
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} ITransactionResponse
94166
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} ITransaction
94167
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} ISignedTransaction
94168
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} TransactionBody
94169
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} ITransactionBody
94170
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} ITransactionResponse
94130
94171
  */
94131
94172
 
94132
94173
  /**
94133
94174
  * @namespace com.hedera.hapi.node.addressbook
94134
- * @typedef {import("@hashgraph/proto").com.hedera.hapi.node.addressbook.INodeCreateTransactionBody} INodeCreateTransactionBody
94175
+ * @typedef {import("@hiero-ledger/proto").com.hedera.hapi.node.addressbook.INodeCreateTransactionBody} INodeCreateTransactionBody
94135
94176
  */
94136
94177
 
94137
94178
  /**
@@ -94626,16 +94667,16 @@
94626
94667
 
94627
94668
  /**
94628
94669
  * @namespace proto
94629
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ITransaction
94630
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ISignedTransaction
94631
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} TransactionBody
94632
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} ITransactionBody
94633
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} ITransactionResponse
94670
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} ITransaction
94671
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} ISignedTransaction
94672
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} TransactionBody
94673
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} ITransactionBody
94674
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} ITransactionResponse
94634
94675
  */
94635
94676
 
94636
94677
  /**
94637
94678
  * @namespace com.hedera.hapi.node.addressbook
94638
- * @typedef {import("@hashgraph/proto").com.hedera.hapi.node.addressbook.INodeDeleteTransactionBody} INodeDeleteTransactionBody
94679
+ * @typedef {import("@hiero-ledger/proto").com.hedera.hapi.node.addressbook.INodeDeleteTransactionBody} INodeDeleteTransactionBody
94639
94680
  */
94640
94681
 
94641
94682
  /**
@@ -94807,16 +94848,16 @@
94807
94848
 
94808
94849
  /**
94809
94850
  * @namespace proto
94810
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ITransaction
94811
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ISignedTransaction
94812
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} TransactionBody
94813
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} ITransactionBody
94814
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} ITransactionResponse
94851
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} ITransaction
94852
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} ISignedTransaction
94853
+ * @typedef {import("@hiero-ledger/proto").proto.TransactionBody} TransactionBody
94854
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionBody} ITransactionBody
94855
+ * @typedef {import("@hiero-ledger/proto").proto.ITransactionResponse} ITransactionResponse
94815
94856
  */
94816
94857
 
94817
94858
  /**
94818
94859
  * @namespace com.hedera.hapi.node.addressbook
94819
- * @typedef {import("@hashgraph/proto").com.hedera.hapi.node.addressbook.INodeUpdateTransactionBody} INodeUpdateTransactionBody
94860
+ * @typedef {import("@hiero-ledger/proto").com.hedera.hapi.node.addressbook.INodeUpdateTransactionBody} INodeUpdateTransactionBody
94820
94861
  */
94821
94862
 
94822
94863
  /**
@@ -96869,6 +96910,22 @@
96869
96910
 
96870
96911
  /* NOSONAR */
96871
96912
 
96913
+ /**
96914
+ * Default gRPC deadline in milliseconds (10 seconds)
96915
+ *
96916
+ * Maximum time allowed for a single gRPC request. If exceeded, the node
96917
+ * is marked unhealthy and the SDK rotates to the next node.
96918
+ */
96919
+ const DEFAULT_GRPC_DEADLINE = 10 * 1000;
96920
+
96921
+ /**
96922
+ * Default request timeout in milliseconds (2 minutes)
96923
+ *
96924
+ * Maximum total time for a complete Transaction/Query operation including
96925
+ * retries and node rotation. Must be >= grpcDeadline.
96926
+ */
96927
+ const DEFAULT_REQUEST_TIMEOUT = 2 * 60 * 1000;
96928
+
96872
96929
  // MAINNET node proxies are the same for both 'WebClient' and 'NativeClient'
96873
96930
  const MAINNET = {
96874
96931
  "node00.swirldslabs.com:443": new AccountId(3),
@@ -97184,13 +97241,6 @@
97184
97241
  * @returns {Promise<NodeAddressBook>}
97185
97242
  */
97186
97243
  execute(client, requestTimeout) {
97187
- // Extra validation when initializing the client with only a mirror network
97188
- if (client._network._network.size === 0 && !client._timer) {
97189
- throw new Error(
97190
- "The client's network update period is required. Please set it using the setNetworkUpdatePeriod method.",
97191
- );
97192
- }
97193
-
97194
97244
  return new Promise((resolve, reject) => {
97195
97245
  void this._makeFetchRequest(
97196
97246
  client,
@@ -97281,7 +97331,7 @@
97281
97331
  certHash: node.node_cert_hash,
97282
97332
  publicKey: node.public_key,
97283
97333
  description: node.description,
97284
- stake: node.stake.toString(),
97334
+ stake: node.stake?.toString(),
97285
97335
  }),
97286
97336
  );
97287
97337
 
@@ -97437,6 +97487,8 @@
97437
97487
  * @property {boolean} [scheduleNetworkUpdate]
97438
97488
  * @property {number} [shard]
97439
97489
  * @property {number} [realm]
97490
+ * @property {number} [grpcDeadline]
97491
+ * @property {number} [requestTimeout]
97440
97492
  */
97441
97493
 
97442
97494
  /**
@@ -97524,7 +97576,10 @@
97524
97576
  this._defaultRegenerateTransactionId = true;
97525
97577
 
97526
97578
  /** @private */
97527
- this._requestTimeout = null;
97579
+ this._requestTimeout = DEFAULT_REQUEST_TIMEOUT;
97580
+
97581
+ /** @private */
97582
+ this._grpcDeadline = DEFAULT_GRPC_DEADLINE;
97528
97583
 
97529
97584
  /**
97530
97585
  * @type {boolean}
@@ -97553,6 +97608,23 @@
97553
97608
  this._realm = props.realm;
97554
97609
  }
97555
97610
 
97611
+ if (props != null && props.grpcDeadline != null) {
97612
+ this.setGrpcDeadline(props.grpcDeadline);
97613
+ }
97614
+
97615
+ if (props != null && props.requestTimeout != null) {
97616
+ this.setRequestTimeout(props.requestTimeout);
97617
+ }
97618
+
97619
+ // Validate that requestTimeout is larger than grpcDeadline after both are set
97620
+ if (this._requestTimeout <= this._grpcDeadline) {
97621
+ console.warn(
97622
+ `DEPRECATION WARNING: requestTimeout (${this._requestTimeout}ms) should be larger than grpcDeadline (${this._grpcDeadline}ms). ` +
97623
+ `This configuration may cause operations to fail unexpectedly. ` +
97624
+ `This will throw an error in the next major version. Please adjust your timeout values.`,
97625
+ );
97626
+ }
97627
+
97556
97628
  /** @internal */
97557
97629
  /** @type {NodeJS.Timeout} */
97558
97630
  this._timer;
@@ -98072,21 +98144,65 @@
98072
98144
  }
98073
98145
 
98074
98146
  /**
98075
- * @param {number} requestTimeout - Number of milliseconds
98147
+ * Set the total request timeout for complete operations.
98148
+ *
98149
+ * @param {number} requestTimeout - Maximum time in milliseconds for complete Transaction/Query operations
98076
98150
  * @returns {this}
98077
98151
  */
98078
98152
  setRequestTimeout(requestTimeout) {
98153
+ if (requestTimeout <= 0) {
98154
+ throw new Error("requestTimeout must be a positive number");
98155
+ }
98156
+ if (requestTimeout <= this._grpcDeadline) {
98157
+ console.warn(
98158
+ `DEPRECATION WARNING: requestTimeout (${requestTimeout}ms) should be larger than grpcDeadline (${this._grpcDeadline}ms). ` +
98159
+ `This configuration may cause operations to fail unexpectedly. ` +
98160
+ `This will throw an error in the next major version. Please adjust your timeout values.`,
98161
+ );
98162
+ }
98079
98163
  this._requestTimeout = requestTimeout;
98080
98164
  return this;
98081
98165
  }
98082
98166
 
98083
98167
  /**
98084
- * @returns {?number}
98168
+ * Get the total request timeout for complete operations.
98169
+ *
98170
+ * @returns {number} Maximum time in milliseconds for complete Transaction/Query operations
98085
98171
  */
98086
98172
  get requestTimeout() {
98087
98173
  return this._requestTimeout;
98088
98174
  }
98089
98175
 
98176
+ /**
98177
+ * Set the global gRPC deadline for all requests.
98178
+ *
98179
+ * @param {number} grpcDeadline - Maximum time in milliseconds for a single gRPC request
98180
+ * @returns {this}
98181
+ */
98182
+ setGrpcDeadline(grpcDeadline) {
98183
+ if (grpcDeadline <= 0) {
98184
+ throw new Error("grpcDeadline must be a positive number");
98185
+ }
98186
+ if (grpcDeadline >= this._requestTimeout) {
98187
+ console.warn(
98188
+ `DEPRECATION WARNING: grpcDeadline (${grpcDeadline}ms) should be smaller than requestTimeout (${this._requestTimeout}ms). ` +
98189
+ `This configuration may cause operations to fail unexpectedly. ` +
98190
+ `This will throw an error in the next major version. Please adjust your timeout values.`,
98191
+ );
98192
+ }
98193
+ this._grpcDeadline = grpcDeadline;
98194
+ return this;
98195
+ }
98196
+
98197
+ /**
98198
+ * Get the global gRPC deadline for all requests.
98199
+ *
98200
+ * @returns {number} Maximum time in milliseconds for a single gRPC request
98201
+ */
98202
+ get grpcDeadline() {
98203
+ return this._grpcDeadline;
98204
+ }
98205
+
98090
98206
  /**
98091
98207
  * @returns {number}
98092
98208
  */
@@ -98191,7 +98307,9 @@
98191
98307
  * @returns {(address: string) => ChannelT}
98192
98308
  */
98193
98309
  _createNetworkChannel() {
98194
- throw new Error("not implemented");
98310
+ return () => {
98311
+ throw new Error("not implemented");
98312
+ };
98195
98313
  }
98196
98314
 
98197
98315
  /**
@@ -98199,7 +98317,9 @@
98199
98317
  * @returns {(address: string) => MirrorChannelT}
98200
98318
  */
98201
98319
  _createMirrorNetworkChannel() {
98202
- throw new Error("not implemented");
98320
+ return () => {
98321
+ throw new Error("not implemented");
98322
+ };
98203
98323
  }
98204
98324
 
98205
98325
  /**
@@ -98288,7 +98408,7 @@
98288
98408
 
98289
98409
  const SDK_NAME = "hiero-sdk-js";
98290
98410
  const SDK_VERSION =
98291
- "2.76.0" ;
98411
+ "2.78.0-beta.1" ;
98292
98412
 
98293
98413
  // SPDX-License-Identifier: Apache-2.0
98294
98414
 
@@ -98302,8 +98422,9 @@
98302
98422
  class Channel {
98303
98423
  /**
98304
98424
  * @protected
98425
+ * @param {number} [grpcDeadline] - The gRPC deadline in milliseconds
98305
98426
  */
98306
- constructor() {
98427
+ constructor(grpcDeadline = DEFAULT_GRPC_DEADLINE) {
98307
98428
  /**
98308
98429
  * @protected
98309
98430
  * @type {?HieroProto.proto.CryptoService}
@@ -98363,6 +98484,28 @@
98363
98484
  * @type {?HieroProto.proto.AddressBookService}
98364
98485
  */
98365
98486
  this._addressBook = null;
98487
+
98488
+ /**
98489
+ * @protected
98490
+ * @type {number}
98491
+ */
98492
+ this._grpcDeadline = grpcDeadline;
98493
+ }
98494
+
98495
+ /**
98496
+ * Set the gRPC deadline for this channel
98497
+ * @param {number} deadline - The deadline in milliseconds, or null to clear
98498
+ */
98499
+ setGrpcDeadline(deadline) {
98500
+ this._grpcDeadline = deadline;
98501
+ }
98502
+
98503
+ /**
98504
+ * Get the gRPC deadline for this channel
98505
+ * @returns {number}
98506
+ */
98507
+ get grpcDeadline() {
98508
+ return this._grpcDeadline;
98366
98509
  }
98367
98510
 
98368
98511
  /**
@@ -98634,15 +98777,185 @@
98634
98777
  class WebChannel extends Channel {
98635
98778
  /**
98636
98779
  * @param {string} address
98780
+ * @param {number=} grpcDeadline
98637
98781
  */
98638
- constructor(address) {
98639
- super();
98782
+ constructor(address, grpcDeadline) {
98783
+ super(grpcDeadline);
98640
98784
 
98641
98785
  /**
98642
98786
  * @type {string}
98643
98787
  * @private
98644
98788
  */
98645
98789
  this._address = address;
98790
+
98791
+ // Set the gRPC deadline using the base class method
98792
+
98793
+ /**
98794
+ * Flag indicating if the connection is ready (health check has passed)
98795
+ * Set to true after the first successful health check
98796
+ *
98797
+ * @type {boolean}
98798
+ * @private
98799
+ */
98800
+ this._isReady = false;
98801
+
98802
+ /**
98803
+ * Promise that resolves when the health check is complete
98804
+ * Used to prevent multiple concurrent health checks
98805
+ *
98806
+ * @type {Promise<void>|null}
98807
+ * @private
98808
+ */
98809
+ this._healthCheckPromise = null;
98810
+ }
98811
+
98812
+ /**
98813
+ * Determines whether to use HTTPS based on the address
98814
+ * @param {string} address - The address to check
98815
+ * @returns {boolean} - True if HTTPS should be used, false for HTTP
98816
+ * @private
98817
+ */
98818
+ _shouldUseHttps(address) {
98819
+ return !(
98820
+ address.includes("localhost") || address.includes("127.0.0.1")
98821
+ );
98822
+ }
98823
+
98824
+ /**
98825
+ * Builds the full URL with appropriate scheme (http/https)
98826
+ * @param {string} address - The base address
98827
+ * @returns {string} - The full URL with scheme
98828
+ * @private
98829
+ */
98830
+ _buildUrl(address) {
98831
+ // Check if address already contains a scheme
98832
+ const hasScheme =
98833
+ address.startsWith("http://") || address.startsWith("https://");
98834
+
98835
+ if (hasScheme) {
98836
+ // Use the address as-is if it already has a scheme
98837
+ return address;
98838
+ } else {
98839
+ // Only prepend scheme if none exists
98840
+ const shouldUseHttps = this._shouldUseHttps(address);
98841
+ return shouldUseHttps ? `https://${address}` : `http://${address}`;
98842
+ }
98843
+ }
98844
+
98845
+ /**
98846
+ * Check if the gRPC-Web proxy is reachable and healthy
98847
+ * Performs a POST request and verifies the response has gRPC-Web headers,
98848
+ * which indicates the proxy is running and processing gRPC requests.
98849
+ * Results are cached per address for the entire lifecycle.
98850
+ * Uses promise-based synchronization to prevent multiple concurrent health checks.
98851
+ *
98852
+ * @param {Date} deadline - Deadline for the health check
98853
+ * @returns {Promise<void>}
98854
+ * @private
98855
+ */
98856
+ async _waitForReady(deadline) {
98857
+ // Check if we've already validated this address
98858
+ if (this._isReady) {
98859
+ return; // Health check already passed for this address
98860
+ }
98861
+
98862
+ // If a health check is already in progress, wait for it to complete
98863
+ if (this._healthCheckPromise) {
98864
+ return this._healthCheckPromise;
98865
+ }
98866
+
98867
+ // Start a new health check and store the promise
98868
+ this._healthCheckPromise = this._performHealthCheck(deadline);
98869
+
98870
+ try {
98871
+ await this._healthCheckPromise;
98872
+ } finally {
98873
+ // Clear the promise when done (success or failure)
98874
+ this._healthCheckPromise = null;
98875
+ }
98876
+ }
98877
+
98878
+ /**
98879
+ * Performs the actual health check request
98880
+ * @param {Date} deadline - Deadline for the health check
98881
+ * @returns {Promise<void>}
98882
+ * @private
98883
+ */
98884
+ async _performHealthCheck(deadline) {
98885
+ const address = this._buildUrl(this._address);
98886
+
98887
+ // Calculate remaining time until deadline
98888
+ const timeoutMs = deadline.getTime() - Date.now();
98889
+ if (timeoutMs <= 0) {
98890
+ throw new GrpcServiceError(
98891
+ GrpcStatus.Timeout,
98892
+ ALL_WEB_NETWORK_NODES?.[this._address]?.toString(),
98893
+ );
98894
+ }
98895
+
98896
+ const abortController = new AbortController();
98897
+ const timeoutId = setTimeout(() => abortController.abort(), timeoutMs);
98898
+
98899
+ try {
98900
+ // Make a POST request to verify the gRPC-Web proxy is running
98901
+ // We use a minimal gRPC-Web compatible request
98902
+ //eslint-disable-next-line n/no-unsupported-features/node-builtins
98903
+ const response = await fetch(address, {
98904
+ method: "POST",
98905
+ headers: {
98906
+ "content-type": "application/grpc-web+proto",
98907
+ "x-user-agent": `${SDK_NAME}/${SDK_VERSION}`,
98908
+ "x-grpc-web": "1",
98909
+ },
98910
+ body: new Uint8Array(0), // Empty body for health check
98911
+ signal: abortController.signal,
98912
+ });
98913
+
98914
+ clearTimeout(timeoutId);
98915
+
98916
+ // Check if response is successful (200) or indicates a redirect (3xx)
98917
+ // 3xx status codes indicate the resource has moved, which is valid for proxies
98918
+ if (
98919
+ response.ok ||
98920
+ (response.status >= 300 && response.status < 400)
98921
+ ) {
98922
+ const grpcStatus = response.headers.get("grpc-status");
98923
+ const grpcMessage = response.headers.get("grpc-message");
98924
+
98925
+ // If gRPC headers exist, the proxy is running and processing requests
98926
+ if (grpcStatus != null || grpcMessage != null) {
98927
+ // Mark this connection as ready
98928
+ this._isReady = true;
98929
+ return; // Healthy - gRPC-Web proxy is responding
98930
+ }
98931
+ }
98932
+
98933
+ // If we get here, either status isn't 200/3xx or no gRPC headers present
98934
+ // This means the proxy might not be configured correctly or not running
98935
+ throw new GrpcServiceError(
98936
+ GrpcStatus.Unavailable,
98937
+ ALL_WEB_NETWORK_NODES?.[this._address]?.toString(),
98938
+ );
98939
+ } catch (error) {
98940
+ clearTimeout(timeoutId);
98941
+
98942
+ if (error instanceof Error && error.name === "AbortError") {
98943
+ throw new GrpcServiceError(
98944
+ GrpcStatus.Timeout,
98945
+ ALL_WEB_NETWORK_NODES?.[this._address]?.toString(),
98946
+ );
98947
+ }
98948
+
98949
+ if (error instanceof GrpcServiceError) {
98950
+ throw error;
98951
+ }
98952
+
98953
+ // Network error - server is not reachable
98954
+ throw new GrpcServiceError(
98955
+ GrpcStatus.Unavailable,
98956
+ ALL_WEB_NETWORK_NODES?.[this._address]?.toString(),
98957
+ );
98958
+ }
98646
98959
  }
98647
98960
 
98648
98961
  /**
@@ -98662,27 +98975,18 @@
98662
98975
  _createUnaryClient(serviceName) {
98663
98976
  // eslint-disable-next-line @typescript-eslint/no-misused-promises
98664
98977
  return async (method, requestData, callback) => {
98978
+ // Calculate deadline for connection check
98979
+ const deadline = new Date();
98980
+ const milliseconds = this._grpcDeadline;
98981
+
98982
+ deadline.setMilliseconds(deadline.getMilliseconds() + milliseconds);
98983
+
98665
98984
  try {
98666
- // Check if address already contains a scheme
98667
- const hasScheme =
98668
- this._address.startsWith("http://") ||
98669
- this._address.startsWith("https://");
98670
-
98671
- let address;
98672
- if (hasScheme) {
98673
- // Use the address as-is if it already has a scheme
98674
- address = this._address;
98675
- } else {
98676
- // Only prepend scheme if none exists
98677
- const shouldUseHttps = !(
98678
- this._address.includes("localhost") ||
98679
- this._address.includes("127.0.0.1")
98680
- );
98985
+ // Wait for connection to be ready (similar to gRPC waitForReady)
98986
+ await this._waitForReady(deadline);
98681
98987
 
98682
- address = shouldUseHttps
98683
- ? `https://${this._address}`
98684
- : `http://${this._address}`;
98685
- }
98988
+ // Build the full URL with appropriate scheme
98989
+ const address = this._buildUrl(this._address);
98686
98990
  // this will be executed in a browser environment so eslint is
98687
98991
  // disabled for the fetch call
98688
98992
  //eslint-disable-next-line n/no-unsupported-features/node-builtins
@@ -98704,6 +99008,7 @@
98704
99008
  HttpStatus._fromValue(response.status),
98705
99009
  );
98706
99010
  callback(error, null);
99011
+ return;
98707
99012
  }
98708
99013
 
98709
99014
  // Check headers for gRPC errors
@@ -98717,6 +99022,7 @@
98717
99022
  );
98718
99023
  error.message = grpcMessage;
98719
99024
  callback(error, null);
99025
+ return;
98720
99026
  }
98721
99027
 
98722
99028
  const responseBuffer = await response.arrayBuffer();
@@ -98724,6 +99030,11 @@
98724
99030
 
98725
99031
  callback(null, unaryResponse);
98726
99032
  } catch (error) {
99033
+ if (error instanceof GrpcServiceError) {
99034
+ callback(error, null);
99035
+ return;
99036
+ }
99037
+
98727
99038
  const err = new GrpcServiceError(
98728
99039
  // retry on grpc web errors
98729
99040
  GrpcStatus._fromValue(18),
@@ -98757,52 +99068,45 @@
98757
99068
  */
98758
99069
  constructor(props) {
98759
99070
  super(props);
99071
+
98760
99072
  if (props != null) {
98761
99073
  if (typeof props.network === "string") {
98762
- switch (props.network) {
99074
+ this._setNetworkFromName(props.network);
99075
+ } else if (props.network != null) {
99076
+ Client._validateNetworkConsistency(props.network);
99077
+
99078
+ const { shard, realm } = Client._extractShardRealm(
99079
+ props.network,
99080
+ );
99081
+
99082
+ // Shard and realm are inferred from the network, so we need to set them here
99083
+ // to ensure that the client is properly configured.
99084
+ this._shard = shard;
99085
+ this._realm = realm;
99086
+
99087
+ this.setNetwork(props.network);
99088
+ }
99089
+
99090
+ if (typeof props.mirrorNetwork === "string") {
99091
+ switch (props.mirrorNetwork) {
98763
99092
  case "mainnet":
98764
- this.setNetwork(WebNetwork.MAINNET);
98765
99093
  this.setMirrorNetwork(WebMirrorNetwork.MAINNET);
98766
- this.setLedgerId(LedgerId.MAINNET);
98767
99094
  break;
98768
99095
 
98769
99096
  case "testnet":
98770
- this.setNetwork(WebNetwork.TESTNET);
98771
- this.setLedgerId(LedgerId.TESTNET);
98772
99097
  this.setMirrorNetwork(WebMirrorNetwork.TESTNET);
98773
99098
  break;
98774
99099
 
98775
99100
  case "previewnet":
98776
- this.setNetwork(WebNetwork.PREVIEWNET);
98777
- this.setLedgerId(LedgerId.PREVIEWNET);
98778
99101
  this.setMirrorNetwork(WebMirrorNetwork.PREVIEWNET);
98779
99102
  break;
98780
99103
 
98781
- case "local-node":
98782
- this.setNetwork(WebNetwork.LOCAL_NODE);
98783
- this.setLedgerId(LedgerId.LOCAL_NODE);
98784
- this.setMirrorNetwork(WebMirrorNetwork.LOCAL_NODE);
98785
- break;
98786
-
98787
99104
  default:
98788
- throw new Error(
98789
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
98790
- `unknown network: ${props.network}`,
98791
- );
99105
+ this.setMirrorNetwork([props.mirrorNetwork]);
99106
+ break;
98792
99107
  }
98793
- } else if (props.network != null) {
98794
- Client._validateNetworkConsistency(props.network);
98795
-
98796
- const { shard, realm } = Client._extractShardRealm(
98797
- props.network,
98798
- );
98799
-
98800
- // Shard and realm are inferred from the network, so we need to set them here
98801
- // to ensure that the client is properly configured.
98802
- this._shard = shard;
98803
- this._realm = realm;
98804
-
98805
- this.setNetwork(props.network);
99108
+ } else if (props.mirrorNetwork != null) {
99109
+ this.setMirrorNetwork(props.mirrorNetwork);
98806
99110
  }
98807
99111
  }
98808
99112
  }
@@ -99025,6 +99329,46 @@
99025
99329
  return this;
99026
99330
  }
99027
99331
 
99332
+ /**
99333
+ * @private
99334
+ * @param {string} name
99335
+ * @returns {this}
99336
+ */
99337
+ _setNetworkFromName(name) {
99338
+ switch (name) {
99339
+ case "mainnet":
99340
+ this.setNetwork(WebNetwork.MAINNET);
99341
+ this.setMirrorNetwork(WebMirrorNetwork.MAINNET);
99342
+ this.setLedgerId(LedgerId.MAINNET);
99343
+ break;
99344
+
99345
+ case "testnet":
99346
+ this.setNetwork(WebNetwork.TESTNET);
99347
+ this.setMirrorNetwork(WebMirrorNetwork.TESTNET);
99348
+ this.setLedgerId(LedgerId.TESTNET);
99349
+ break;
99350
+
99351
+ case "previewnet":
99352
+ this.setNetwork(WebNetwork.PREVIEWNET);
99353
+ this.setMirrorNetwork(WebMirrorNetwork.PREVIEWNET);
99354
+ this.setLedgerId(LedgerId.PREVIEWNET);
99355
+ break;
99356
+
99357
+ case "local-node":
99358
+ this.setNetwork(WebNetwork.LOCAL_NODE);
99359
+ this.setMirrorNetwork(WebMirrorNetwork.LOCAL_NODE);
99360
+ this.setLedgerId(LedgerId.LOCAL_NODE);
99361
+ break;
99362
+
99363
+ default:
99364
+ throw new Error(
99365
+ // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
99366
+ `unknown network: ${name}`,
99367
+ );
99368
+ }
99369
+ return this;
99370
+ }
99371
+
99028
99372
  /**
99029
99373
  * @override
99030
99374
  * @returns {Promise<this>}
@@ -99074,7 +99418,7 @@
99074
99418
  * @returns {(address: string) => WebChannel}
99075
99419
  */
99076
99420
  _createNetworkChannel() {
99077
- return (address) => new WebChannel(address);
99421
+ return (address) => new WebChannel(address, this.grpcDeadline);
99078
99422
  }
99079
99423
 
99080
99424
  /**