@hiero-ledger/sdk 2.77.0 → 2.78.0-beta.2

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 (729) hide show
  1. package/README.md +6 -6
  2. package/dist/umd.js +592 -592
  3. package/dist/umd.min.js +2 -2
  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/FeeComponents.cjs +1 -1
  30. package/lib/FeeComponents.d.ts +1 -1
  31. package/lib/FeeComponents.js +1 -1
  32. package/lib/FeeComponents.js.map +1 -1
  33. package/lib/FeeData.cjs +1 -1
  34. package/lib/FeeData.d.ts +1 -1
  35. package/lib/FeeData.js +1 -1
  36. package/lib/FeeData.js.map +1 -1
  37. package/lib/FeeDataType.cjs +1 -1
  38. package/lib/FeeDataType.d.ts +2 -2
  39. package/lib/FeeDataType.js.map +1 -1
  40. package/lib/FeeSchedule.cjs +1 -1
  41. package/lib/FeeSchedule.d.ts +1 -1
  42. package/lib/FeeSchedule.js +1 -1
  43. package/lib/FeeSchedule.js.map +1 -1
  44. package/lib/FeeSchedules.cjs +1 -1
  45. package/lib/FeeSchedules.d.ts +1 -1
  46. package/lib/FeeSchedules.js +1 -1
  47. package/lib/FeeSchedules.js.map +1 -1
  48. package/lib/FreezeType.cjs +1 -1
  49. package/lib/FreezeType.d.ts +2 -2
  50. package/lib/FreezeType.js.map +1 -1
  51. package/lib/Key.cjs +1 -1
  52. package/lib/Key.d.ts +2 -2
  53. package/lib/Key.js.map +1 -1
  54. package/lib/KeyList.cjs +3 -3
  55. package/lib/KeyList.d.ts +6 -6
  56. package/lib/KeyList.js.map +1 -1
  57. package/lib/Mnemonic.cjs +1 -1
  58. package/lib/Mnemonic.d.ts +1 -1
  59. package/lib/Mnemonic.js +1 -1
  60. package/lib/Mnemonic.js.map +1 -1
  61. package/lib/PrivateKey.cjs +7 -7
  62. package/lib/PrivateKey.d.ts +11 -11
  63. package/lib/PrivateKey.js +1 -1
  64. package/lib/PrivateKey.js.map +1 -1
  65. package/lib/PrngTransaction.cjs +9 -9
  66. package/lib/PrngTransaction.d.ts +18 -18
  67. package/lib/PrngTransaction.js.map +1 -1
  68. package/lib/PublicKey.cjs +5 -5
  69. package/lib/PublicKey.d.ts +9 -9
  70. package/lib/PublicKey.js +1 -1
  71. package/lib/PublicKey.js.map +1 -1
  72. package/lib/RequestType.cjs +1 -1
  73. package/lib/RequestType.d.ts +2 -2
  74. package/lib/RequestType.js.map +1 -1
  75. package/lib/StakingInfo.cjs +1 -1
  76. package/lib/StakingInfo.d.ts +1 -1
  77. package/lib/StakingInfo.js +1 -1
  78. package/lib/StakingInfo.js.map +1 -1
  79. package/lib/Status.cjs +1 -1
  80. package/lib/Status.d.ts +2 -2
  81. package/lib/Status.js.map +1 -1
  82. package/lib/Timestamp.cjs +1 -1
  83. package/lib/Timestamp.d.ts +1 -1
  84. package/lib/Timestamp.js.map +1 -1
  85. package/lib/TransactionFeeSchedule.cjs +1 -1
  86. package/lib/TransactionFeeSchedule.d.ts +1 -1
  87. package/lib/TransactionFeeSchedule.js +1 -1
  88. package/lib/TransactionFeeSchedule.js.map +1 -1
  89. package/lib/Transfer.cjs +2 -2
  90. package/lib/Transfer.d.ts +4 -4
  91. package/lib/Transfer.js.map +1 -1
  92. package/lib/account/AccountAllowanceAdjustTransaction.cjs +7 -7
  93. package/lib/account/AccountAllowanceAdjustTransaction.d.ts +14 -14
  94. package/lib/account/AccountAllowanceAdjustTransaction.js.map +1 -1
  95. package/lib/account/AccountAllowanceApproveTransaction.cjs +8 -8
  96. package/lib/account/AccountAllowanceApproveTransaction.d.ts +16 -16
  97. package/lib/account/AccountAllowanceApproveTransaction.js.map +1 -1
  98. package/lib/account/AccountAllowanceDeleteTransaction.cjs +7 -7
  99. package/lib/account/AccountAllowanceDeleteTransaction.d.ts +14 -14
  100. package/lib/account/AccountAllowanceDeleteTransaction.js.map +1 -1
  101. package/lib/account/AccountBalance.cjs +1 -1
  102. package/lib/account/AccountBalance.d.ts +1 -1
  103. package/lib/account/AccountBalance.js +1 -1
  104. package/lib/account/AccountBalance.js.map +1 -1
  105. package/lib/account/AccountBalanceQuery.cjs +6 -6
  106. package/lib/account/AccountBalanceQuery.d.ts +12 -12
  107. package/lib/account/AccountBalanceQuery.js.map +1 -1
  108. package/lib/account/AccountCreateTransaction.cjs +1 -1
  109. package/lib/account/AccountCreateTransaction.d.ts +1 -1
  110. package/lib/account/AccountCreateTransaction.js +1 -1
  111. package/lib/account/AccountCreateTransaction.js.map +1 -1
  112. package/lib/account/AccountDeleteTransaction.cjs +7 -7
  113. package/lib/account/AccountDeleteTransaction.d.ts +14 -14
  114. package/lib/account/AccountDeleteTransaction.js.map +1 -1
  115. package/lib/account/AccountId.cjs +1 -1
  116. package/lib/account/AccountId.d.ts +1 -1
  117. package/lib/account/AccountId.js +1 -1
  118. package/lib/account/AccountId.js.map +1 -1
  119. package/lib/account/AccountInfo.cjs +1 -1
  120. package/lib/account/AccountInfo.d.ts +1 -1
  121. package/lib/account/AccountInfo.js +1 -1
  122. package/lib/account/AccountInfo.js.map +1 -1
  123. package/lib/account/AccountInfoQuery.cjs +7 -7
  124. package/lib/account/AccountInfoQuery.d.ts +14 -14
  125. package/lib/account/AccountInfoQuery.js.map +1 -1
  126. package/lib/account/AccountRecordsQuery.cjs +7 -7
  127. package/lib/account/AccountRecordsQuery.d.ts +14 -14
  128. package/lib/account/AccountRecordsQuery.js.map +1 -1
  129. package/lib/account/AccountUpdateTransaction.cjs +7 -7
  130. package/lib/account/AccountUpdateTransaction.d.ts +14 -14
  131. package/lib/account/AccountUpdateTransaction.js.map +1 -1
  132. package/lib/account/HbarAllowance.cjs +3 -3
  133. package/lib/account/HbarAllowance.d.ts +6 -6
  134. package/lib/account/HbarAllowance.js.map +1 -1
  135. package/lib/account/HbarTransferMap.cjs +2 -2
  136. package/lib/account/HbarTransferMap.d.ts +4 -4
  137. package/lib/account/HbarTransferMap.js.map +1 -1
  138. package/lib/account/LiveHash.cjs +3 -3
  139. package/lib/account/LiveHash.d.ts +6 -6
  140. package/lib/account/LiveHash.js.map +1 -1
  141. package/lib/account/LiveHashAddTransaction.cjs +7 -7
  142. package/lib/account/LiveHashAddTransaction.d.ts +14 -14
  143. package/lib/account/LiveHashAddTransaction.js.map +1 -1
  144. package/lib/account/LiveHashDeleteTransaction.cjs +6 -6
  145. package/lib/account/LiveHashDeleteTransaction.d.ts +12 -12
  146. package/lib/account/LiveHashDeleteTransaction.js.map +1 -1
  147. package/lib/account/LiveHashQuery.cjs +7 -7
  148. package/lib/account/LiveHashQuery.d.ts +14 -14
  149. package/lib/account/LiveHashQuery.js.map +1 -1
  150. package/lib/account/NullableTokenDecimalMap.cjs +2 -2
  151. package/lib/account/NullableTokenDecimalMap.d.ts +4 -4
  152. package/lib/account/NullableTokenDecimalMap.js.map +1 -1
  153. package/lib/account/ProxyStaker.cjs +2 -2
  154. package/lib/account/ProxyStaker.d.ts +4 -4
  155. package/lib/account/ProxyStaker.js.map +1 -1
  156. package/lib/account/TokenAllowance.cjs +4 -4
  157. package/lib/account/TokenAllowance.d.ts +8 -8
  158. package/lib/account/TokenAllowance.js.map +1 -1
  159. package/lib/account/TokenBalanceMap.cjs +2 -2
  160. package/lib/account/TokenBalanceMap.d.ts +4 -4
  161. package/lib/account/TokenBalanceMap.js.map +1 -1
  162. package/lib/account/TokenDecimalMap.cjs +2 -2
  163. package/lib/account/TokenDecimalMap.d.ts +4 -4
  164. package/lib/account/TokenDecimalMap.js.map +1 -1
  165. package/lib/account/TokenNftAllowance.cjs +5 -5
  166. package/lib/account/TokenNftAllowance.d.ts +10 -10
  167. package/lib/account/TokenNftAllowance.js.map +1 -1
  168. package/lib/account/TokenNftTransferMap.cjs +5 -5
  169. package/lib/account/TokenNftTransferMap.d.ts +10 -10
  170. package/lib/account/TokenNftTransferMap.js.map +1 -1
  171. package/lib/account/TokenRelationship.cjs +4 -4
  172. package/lib/account/TokenRelationship.d.ts +8 -8
  173. package/lib/account/TokenRelationship.js.map +1 -1
  174. package/lib/account/TokenRelationshipMap.cjs +2 -2
  175. package/lib/account/TokenRelationshipMap.d.ts +4 -4
  176. package/lib/account/TokenRelationshipMap.js.map +1 -1
  177. package/lib/account/TokenTransferMap.cjs +4 -4
  178. package/lib/account/TokenTransferMap.d.ts +8 -8
  179. package/lib/account/TokenTransferMap.js.map +1 -1
  180. package/lib/account/TransferTransaction.cjs +6 -6
  181. package/lib/account/TransferTransaction.d.ts +12 -12
  182. package/lib/account/TransferTransaction.js.map +1 -1
  183. package/lib/address_book/AddressBooks.cjs +1 -1
  184. package/lib/address_book/AddressBooks.js +1 -1
  185. package/lib/address_book/AddressBooks.js.map +1 -1
  186. package/lib/address_book/Endpoint.cjs +1 -1
  187. package/lib/address_book/Endpoint.d.ts +2 -2
  188. package/lib/address_book/Endpoint.js.map +1 -1
  189. package/lib/address_book/NodeAddress.cjs +1 -1
  190. package/lib/address_book/NodeAddress.d.ts +2 -2
  191. package/lib/address_book/NodeAddress.js.map +1 -1
  192. package/lib/address_book/NodeAddressBook.cjs +1 -1
  193. package/lib/address_book/NodeAddressBook.d.ts +1 -1
  194. package/lib/address_book/NodeAddressBook.js +1 -1
  195. package/lib/address_book/NodeAddressBook.js.map +1 -1
  196. package/lib/browser.js +1 -1
  197. package/lib/channel/Channel.cjs +1 -1
  198. package/lib/channel/Channel.d.ts +1 -1
  199. package/lib/channel/Channel.js +1 -1
  200. package/lib/channel/Channel.js.map +1 -1
  201. package/lib/contract/ContractByteCodeQuery.cjs +6 -6
  202. package/lib/contract/ContractByteCodeQuery.d.ts +12 -12
  203. package/lib/contract/ContractByteCodeQuery.js.map +1 -1
  204. package/lib/contract/ContractCallQuery.cjs +1 -1
  205. package/lib/contract/ContractCallQuery.d.ts +1 -1
  206. package/lib/contract/ContractCallQuery.js +1 -1
  207. package/lib/contract/ContractCallQuery.js.map +1 -1
  208. package/lib/contract/ContractCreateTransaction.cjs +8 -8
  209. package/lib/contract/ContractCreateTransaction.d.ts +16 -16
  210. package/lib/contract/ContractCreateTransaction.js.map +1 -1
  211. package/lib/contract/ContractDeleteTransaction.cjs +8 -8
  212. package/lib/contract/ContractDeleteTransaction.d.ts +16 -16
  213. package/lib/contract/ContractDeleteTransaction.js.map +1 -1
  214. package/lib/contract/ContractExecuteTransaction.cjs +9 -9
  215. package/lib/contract/ContractExecuteTransaction.d.ts +18 -18
  216. package/lib/contract/ContractExecuteTransaction.js.map +1 -1
  217. package/lib/contract/ContractFunctionResult.cjs +2 -2
  218. package/lib/contract/ContractFunctionResult.d.ts +4 -4
  219. package/lib/contract/ContractFunctionResult.js.map +1 -1
  220. package/lib/contract/ContractId.cjs +1 -1
  221. package/lib/contract/ContractId.d.ts +1 -1
  222. package/lib/contract/ContractId.js +1 -1
  223. package/lib/contract/ContractId.js.map +1 -1
  224. package/lib/contract/ContractInfo.cjs +1 -1
  225. package/lib/contract/ContractInfo.d.ts +1 -1
  226. package/lib/contract/ContractInfo.js +1 -1
  227. package/lib/contract/ContractInfo.js.map +1 -1
  228. package/lib/contract/ContractInfoQuery.cjs +7 -7
  229. package/lib/contract/ContractInfoQuery.d.ts +14 -14
  230. package/lib/contract/ContractInfoQuery.js.map +1 -1
  231. package/lib/contract/ContractLogInfo.cjs +2 -2
  232. package/lib/contract/ContractLogInfo.d.ts +4 -4
  233. package/lib/contract/ContractLogInfo.js.map +1 -1
  234. package/lib/contract/ContractNonceInfo.cjs +3 -3
  235. package/lib/contract/ContractNonceInfo.d.ts +4 -4
  236. package/lib/contract/ContractNonceInfo.js +1 -1
  237. package/lib/contract/ContractNonceInfo.js.map +1 -1
  238. package/lib/contract/ContractStateChange.cjs +1 -1
  239. package/lib/contract/ContractStateChange.d.ts +1 -1
  240. package/lib/contract/ContractUpdateTransaction.cjs +10 -10
  241. package/lib/contract/ContractUpdateTransaction.d.ts +18 -18
  242. package/lib/contract/ContractUpdateTransaction.js +1 -1
  243. package/lib/contract/ContractUpdateTransaction.js.map +1 -1
  244. package/lib/contract/DelegateContractId.cjs +2 -2
  245. package/lib/contract/DelegateContractId.d.ts +4 -4
  246. package/lib/contract/DelegateContractId.js.map +1 -1
  247. package/lib/contract/StorageChange.cjs +1 -1
  248. package/lib/contract/StorageChange.d.ts +1 -1
  249. package/lib/exports.cjs +1 -1
  250. package/lib/exports.d.ts +1 -1
  251. package/lib/exports.js +1 -1
  252. package/lib/exports.js.map +1 -1
  253. package/lib/file/FileAppendTransaction.cjs +7 -7
  254. package/lib/file/FileAppendTransaction.d.ts +14 -14
  255. package/lib/file/FileAppendTransaction.js.map +1 -1
  256. package/lib/file/FileContentsQuery.cjs +7 -7
  257. package/lib/file/FileContentsQuery.d.ts +14 -14
  258. package/lib/file/FileContentsQuery.js.map +1 -1
  259. package/lib/file/FileCreateTransaction.cjs +6 -6
  260. package/lib/file/FileCreateTransaction.d.ts +12 -12
  261. package/lib/file/FileCreateTransaction.js.map +1 -1
  262. package/lib/file/FileDeleteTransaction.cjs +7 -7
  263. package/lib/file/FileDeleteTransaction.d.ts +14 -14
  264. package/lib/file/FileDeleteTransaction.js.map +1 -1
  265. package/lib/file/FileId.cjs +1 -1
  266. package/lib/file/FileId.d.ts +1 -1
  267. package/lib/file/FileId.js +1 -1
  268. package/lib/file/FileId.js.map +1 -1
  269. package/lib/file/FileInfo.cjs +1 -1
  270. package/lib/file/FileInfo.d.ts +1 -1
  271. package/lib/file/FileInfo.js +1 -1
  272. package/lib/file/FileInfo.js.map +1 -1
  273. package/lib/file/FileInfoQuery.cjs +7 -7
  274. package/lib/file/FileInfoQuery.d.ts +14 -14
  275. package/lib/file/FileInfoQuery.js.map +1 -1
  276. package/lib/file/FileUpdateTransaction.cjs +6 -6
  277. package/lib/file/FileUpdateTransaction.d.ts +12 -12
  278. package/lib/file/FileUpdateTransaction.js.map +1 -1
  279. package/lib/index.js +1 -1
  280. package/lib/native.js +1 -1
  281. package/lib/network/AddressBookQuery.cjs +1 -1
  282. package/lib/network/AddressBookQuery.js +1 -1
  283. package/lib/network/AddressBookQuery.js.map +1 -1
  284. package/lib/network/NetworkVersionInfo.cjs +1 -1
  285. package/lib/network/NetworkVersionInfo.d.ts +1 -1
  286. package/lib/network/NetworkVersionInfo.js +1 -1
  287. package/lib/network/NetworkVersionInfo.js.map +1 -1
  288. package/lib/network/NetworkVersionInfoQuery.cjs +6 -6
  289. package/lib/network/NetworkVersionInfoQuery.d.ts +12 -12
  290. package/lib/network/NetworkVersionInfoQuery.js.map +1 -1
  291. package/lib/network/SemanticVersion.cjs +1 -1
  292. package/lib/network/SemanticVersion.d.ts +1 -1
  293. package/lib/network/SemanticVersion.js +1 -1
  294. package/lib/network/SemanticVersion.js.map +1 -1
  295. package/lib/node/NodeCreateTransaction.cjs +6 -6
  296. package/lib/node/NodeCreateTransaction.d.ts +12 -12
  297. package/lib/node/NodeCreateTransaction.js.map +1 -1
  298. package/lib/node/NodeDeleteTransaction.cjs +6 -6
  299. package/lib/node/NodeDeleteTransaction.d.ts +12 -12
  300. package/lib/node/NodeDeleteTransaction.js.map +1 -1
  301. package/lib/node/NodeUpdateTransaction.cjs +6 -6
  302. package/lib/node/NodeUpdateTransaction.d.ts +12 -12
  303. package/lib/node/NodeUpdateTransaction.js.map +1 -1
  304. package/lib/node/ServiceEndpoint.cjs +1 -1
  305. package/lib/node/ServiceEndpoint.d.ts +2 -2
  306. package/lib/node/ServiceEndpoint.js.map +1 -1
  307. package/lib/query/CostQuery.cjs +1 -1
  308. package/lib/query/CostQuery.d.ts +1 -1
  309. package/lib/query/CostQuery.js +1 -1
  310. package/lib/query/CostQuery.js.map +1 -1
  311. package/lib/query/Query.cjs +1 -1
  312. package/lib/query/Query.d.ts +1 -1
  313. package/lib/query/Query.js +1 -1
  314. package/lib/query/Query.js.map +1 -1
  315. package/lib/query/QueryBase.cjs +1 -1
  316. package/lib/query/QueryBase.d.ts +1 -1
  317. package/lib/query/QueryBase.js +1 -1
  318. package/lib/query/QueryBase.js.map +1 -1
  319. package/lib/schedule/ScheduleCreateTransaction.cjs +1 -1
  320. package/lib/schedule/ScheduleCreateTransaction.d.ts +1 -1
  321. package/lib/schedule/ScheduleCreateTransaction.js +1 -1
  322. package/lib/schedule/ScheduleCreateTransaction.js.map +1 -1
  323. package/lib/schedule/ScheduleDeleteTransaction.cjs +8 -8
  324. package/lib/schedule/ScheduleDeleteTransaction.d.ts +16 -16
  325. package/lib/schedule/ScheduleDeleteTransaction.js.map +1 -1
  326. package/lib/schedule/ScheduleId.cjs +1 -1
  327. package/lib/schedule/ScheduleId.d.ts +1 -1
  328. package/lib/schedule/ScheduleId.js +1 -1
  329. package/lib/schedule/ScheduleId.js.map +1 -1
  330. package/lib/schedule/ScheduleInfo.cjs +1 -1
  331. package/lib/schedule/ScheduleInfo.d.ts +1 -1
  332. package/lib/schedule/ScheduleInfo.js +1 -1
  333. package/lib/schedule/ScheduleInfo.js.map +1 -1
  334. package/lib/schedule/ScheduleInfoQuery.cjs +7 -7
  335. package/lib/schedule/ScheduleInfoQuery.d.ts +14 -14
  336. package/lib/schedule/ScheduleInfoQuery.js.map +1 -1
  337. package/lib/schedule/ScheduleSignTransaction.cjs +10 -10
  338. package/lib/schedule/ScheduleSignTransaction.d.ts +20 -20
  339. package/lib/schedule/ScheduleSignTransaction.js.map +1 -1
  340. package/lib/system/FreezeTransaction.cjs +6 -6
  341. package/lib/system/FreezeTransaction.d.ts +12 -12
  342. package/lib/system/FreezeTransaction.js.map +1 -1
  343. package/lib/system/SystemDeleteTransaction.cjs +8 -8
  344. package/lib/system/SystemDeleteTransaction.d.ts +16 -16
  345. package/lib/system/SystemDeleteTransaction.js.map +1 -1
  346. package/lib/system/SystemUndeleteTransaction.cjs +8 -8
  347. package/lib/system/SystemUndeleteTransaction.d.ts +16 -16
  348. package/lib/system/SystemUndeleteTransaction.js.map +1 -1
  349. package/lib/token/AbstractTokenTransferTransaction.cjs +1 -1
  350. package/lib/token/AbstractTokenTransferTransaction.d.ts +2 -2
  351. package/lib/token/AbstractTokenTransferTransaction.js.map +1 -1
  352. package/lib/token/AssessedCustomFee.cjs +1 -1
  353. package/lib/token/AssessedCustomFee.d.ts +2 -2
  354. package/lib/token/AssessedCustomFee.js.map +1 -1
  355. package/lib/token/CustomFee.cjs +1 -1
  356. package/lib/token/CustomFee.d.ts +2 -2
  357. package/lib/token/CustomFee.js.map +1 -1
  358. package/lib/token/CustomFixedFee.cjs +3 -3
  359. package/lib/token/CustomFixedFee.d.ts +6 -6
  360. package/lib/token/CustomFixedFee.js.map +1 -1
  361. package/lib/token/CustomFractionalFee.cjs +3 -3
  362. package/lib/token/CustomFractionalFee.d.ts +6 -6
  363. package/lib/token/CustomFractionalFee.js.map +1 -1
  364. package/lib/token/CustomRoyaltyFee.cjs +4 -4
  365. package/lib/token/CustomRoyaltyFee.d.ts +8 -8
  366. package/lib/token/CustomRoyaltyFee.js.map +1 -1
  367. package/lib/token/NftId.cjs +1 -1
  368. package/lib/token/NftId.d.ts +1 -1
  369. package/lib/token/NftId.js +1 -1
  370. package/lib/token/NftId.js.map +1 -1
  371. package/lib/token/PendingAirdropId.cjs +1 -1
  372. package/lib/token/PendingAirdropId.d.ts +1 -1
  373. package/lib/token/PendingAirdropId.js.map +1 -1
  374. package/lib/token/PendingAirdropRecord.cjs +1 -1
  375. package/lib/token/PendingAirdropRecord.d.ts +1 -1
  376. package/lib/token/PendingAirdropRecord.js.map +1 -1
  377. package/lib/token/TokenAirdropTransaction.cjs +8 -8
  378. package/lib/token/TokenAirdropTransaction.d.ts +16 -16
  379. package/lib/token/TokenAirdropTransaction.js.map +1 -1
  380. package/lib/token/TokenAssociateTransaction.cjs +7 -7
  381. package/lib/token/TokenAssociateTransaction.d.ts +14 -14
  382. package/lib/token/TokenAssociateTransaction.js.map +1 -1
  383. package/lib/token/TokenAssociation.cjs +1 -1
  384. package/lib/token/TokenAssociation.d.ts +2 -2
  385. package/lib/token/TokenAssociation.js.map +1 -1
  386. package/lib/token/TokenBurnTransaction.cjs +7 -7
  387. package/lib/token/TokenBurnTransaction.d.ts +14 -14
  388. package/lib/token/TokenBurnTransaction.js.map +1 -1
  389. package/lib/token/TokenCancelAirdropTransaction.cjs +6 -6
  390. package/lib/token/TokenCancelAirdropTransaction.d.ts +12 -12
  391. package/lib/token/TokenCancelAirdropTransaction.js.map +1 -1
  392. package/lib/token/TokenClaimAirdropTransaction.cjs +6 -6
  393. package/lib/token/TokenClaimAirdropTransaction.d.ts +12 -12
  394. package/lib/token/TokenClaimAirdropTransaction.js.map +1 -1
  395. package/lib/token/TokenCreateTransaction.cjs +7 -7
  396. package/lib/token/TokenCreateTransaction.d.ts +14 -14
  397. package/lib/token/TokenCreateTransaction.js.map +1 -1
  398. package/lib/token/TokenDeleteTransaction.cjs +7 -7
  399. package/lib/token/TokenDeleteTransaction.d.ts +14 -14
  400. package/lib/token/TokenDeleteTransaction.js.map +1 -1
  401. package/lib/token/TokenDissociateTransaction.cjs +7 -7
  402. package/lib/token/TokenDissociateTransaction.d.ts +14 -14
  403. package/lib/token/TokenDissociateTransaction.js.map +1 -1
  404. package/lib/token/TokenFeeScheduleUpdateTransaction.cjs +7 -7
  405. package/lib/token/TokenFeeScheduleUpdateTransaction.d.ts +14 -14
  406. package/lib/token/TokenFeeScheduleUpdateTransaction.js.map +1 -1
  407. package/lib/token/TokenFreezeTransaction.cjs +7 -7
  408. package/lib/token/TokenFreezeTransaction.d.ts +14 -14
  409. package/lib/token/TokenFreezeTransaction.js.map +1 -1
  410. package/lib/token/TokenGrantKycTransaction.cjs +7 -7
  411. package/lib/token/TokenGrantKycTransaction.d.ts +14 -14
  412. package/lib/token/TokenGrantKycTransaction.js.map +1 -1
  413. package/lib/token/TokenId.cjs +1 -1
  414. package/lib/token/TokenId.d.ts +1 -1
  415. package/lib/token/TokenId.js +1 -1
  416. package/lib/token/TokenId.js.map +1 -1
  417. package/lib/token/TokenInfo.cjs +1 -1
  418. package/lib/token/TokenInfo.d.ts +1 -1
  419. package/lib/token/TokenInfo.js +1 -1
  420. package/lib/token/TokenInfo.js.map +1 -1
  421. package/lib/token/TokenInfoQuery.cjs +7 -7
  422. package/lib/token/TokenInfoQuery.d.ts +14 -14
  423. package/lib/token/TokenInfoQuery.js.map +1 -1
  424. package/lib/token/TokenKeyValidation.cjs +1 -1
  425. package/lib/token/TokenKeyValidation.d.ts +2 -2
  426. package/lib/token/TokenKeyValidation.js.map +1 -1
  427. package/lib/token/TokenMintTransaction.cjs +7 -7
  428. package/lib/token/TokenMintTransaction.d.ts +14 -14
  429. package/lib/token/TokenMintTransaction.js.map +1 -1
  430. package/lib/token/TokenNftInfo.cjs +10 -10
  431. package/lib/token/TokenNftInfo.d.ts +20 -20
  432. package/lib/token/TokenNftInfo.js.map +1 -1
  433. package/lib/token/TokenNftInfoQuery.cjs +11 -11
  434. package/lib/token/TokenNftInfoQuery.d.ts +22 -22
  435. package/lib/token/TokenNftInfoQuery.js.map +1 -1
  436. package/lib/token/TokenNftTransfer.cjs +5 -5
  437. package/lib/token/TokenNftTransfer.d.ts +10 -10
  438. package/lib/token/TokenNftTransfer.js.map +1 -1
  439. package/lib/token/TokenNftsUpdateTransaction.cjs +7 -7
  440. package/lib/token/TokenNftsUpdateTransaction.d.ts +14 -14
  441. package/lib/token/TokenPauseTransaction.cjs +7 -7
  442. package/lib/token/TokenPauseTransaction.d.ts +14 -14
  443. package/lib/token/TokenPauseTransaction.js.map +1 -1
  444. package/lib/token/TokenReference.cjs +1 -1
  445. package/lib/token/TokenReference.d.ts +2 -2
  446. package/lib/token/TokenReference.js.map +1 -1
  447. package/lib/token/TokenRejectTransaction.cjs +7 -7
  448. package/lib/token/TokenRejectTransaction.d.ts +14 -14
  449. package/lib/token/TokenRejectTransaction.js.map +1 -1
  450. package/lib/token/TokenRevokeKycTransaction.cjs +7 -7
  451. package/lib/token/TokenRevokeKycTransaction.d.ts +14 -14
  452. package/lib/token/TokenRevokeKycTransaction.js.map +1 -1
  453. package/lib/token/TokenSupplyType.cjs +1 -1
  454. package/lib/token/TokenSupplyType.d.ts +2 -2
  455. package/lib/token/TokenSupplyType.js.map +1 -1
  456. package/lib/token/TokenTransfer.cjs +4 -4
  457. package/lib/token/TokenTransfer.d.ts +8 -8
  458. package/lib/token/TokenTransfer.js.map +1 -1
  459. package/lib/token/TokenType.cjs +1 -1
  460. package/lib/token/TokenType.d.ts +2 -2
  461. package/lib/token/TokenType.js.map +1 -1
  462. package/lib/token/TokenUnfreezeTransaction.cjs +7 -7
  463. package/lib/token/TokenUnfreezeTransaction.d.ts +14 -14
  464. package/lib/token/TokenUnfreezeTransaction.js.map +1 -1
  465. package/lib/token/TokenUnpauseTransaction.cjs +7 -7
  466. package/lib/token/TokenUnpauseTransaction.d.ts +14 -14
  467. package/lib/token/TokenUnpauseTransaction.js.map +1 -1
  468. package/lib/token/TokenUpdateNftsTransaction.cjs +7 -7
  469. package/lib/token/TokenUpdateNftsTransaction.d.ts +14 -14
  470. package/lib/token/TokenUpdateNftsTransaction.js.map +1 -1
  471. package/lib/token/TokenUpdateTransaction.cjs +7 -7
  472. package/lib/token/TokenUpdateTransaction.d.ts +14 -14
  473. package/lib/token/TokenUpdateTransaction.js.map +1 -1
  474. package/lib/token/TokenWipeTransaction.cjs +7 -7
  475. package/lib/token/TokenWipeTransaction.d.ts +14 -14
  476. package/lib/token/TokenWipeTransaction.js.map +1 -1
  477. package/lib/topic/TopicCreateTransaction.cjs +6 -6
  478. package/lib/topic/TopicCreateTransaction.d.ts +12 -12
  479. package/lib/topic/TopicCreateTransaction.js.map +1 -1
  480. package/lib/topic/TopicDeleteTransaction.cjs +6 -6
  481. package/lib/topic/TopicDeleteTransaction.d.ts +12 -12
  482. package/lib/topic/TopicDeleteTransaction.js.map +1 -1
  483. package/lib/topic/TopicId.cjs +1 -1
  484. package/lib/topic/TopicId.d.ts +1 -1
  485. package/lib/topic/TopicId.js +1 -1
  486. package/lib/topic/TopicId.js.map +1 -1
  487. package/lib/topic/TopicInfo.cjs +1 -1
  488. package/lib/topic/TopicInfo.d.ts +1 -1
  489. package/lib/topic/TopicInfo.js +1 -1
  490. package/lib/topic/TopicInfo.js.map +1 -1
  491. package/lib/topic/TopicInfoQuery.cjs +7 -7
  492. package/lib/topic/TopicInfoQuery.d.ts +14 -14
  493. package/lib/topic/TopicInfoQuery.js.map +1 -1
  494. package/lib/topic/TopicMessage.cjs +2 -2
  495. package/lib/topic/TopicMessage.d.ts +4 -4
  496. package/lib/topic/TopicMessage.js.map +1 -1
  497. package/lib/topic/TopicMessageChunk.cjs +2 -2
  498. package/lib/topic/TopicMessageChunk.d.ts +4 -4
  499. package/lib/topic/TopicMessageChunk.js.map +1 -1
  500. package/lib/topic/TopicMessageQuery.cjs +1 -1
  501. package/lib/topic/TopicMessageQuery.js +1 -1
  502. package/lib/topic/TopicMessageQuery.js.map +1 -1
  503. package/lib/topic/TopicMessageSubmitTransaction.cjs +9 -9
  504. package/lib/topic/TopicMessageSubmitTransaction.d.ts +18 -18
  505. package/lib/topic/TopicMessageSubmitTransaction.js.map +1 -1
  506. package/lib/topic/TopicUpdateTransaction.cjs +6 -6
  507. package/lib/topic/TopicUpdateTransaction.d.ts +12 -12
  508. package/lib/topic/TopicUpdateTransaction.js.map +1 -1
  509. package/lib/transaction/BatchTransaction.cjs +5 -5
  510. package/lib/transaction/BatchTransaction.d.ts +9 -9
  511. package/lib/transaction/BatchTransaction.js +1 -1
  512. package/lib/transaction/BatchTransaction.js.map +1 -1
  513. package/lib/transaction/CustomFeeLimit.cjs +2 -2
  514. package/lib/transaction/CustomFeeLimit.d.ts +4 -4
  515. package/lib/transaction/CustomFeeLimit.js.map +1 -1
  516. package/lib/transaction/NodeAccountIdSignatureMap.cjs +2 -2
  517. package/lib/transaction/NodeAccountIdSignatureMap.d.ts +2 -2
  518. package/lib/transaction/NodeAccountIdSignatureMap.js +1 -1
  519. package/lib/transaction/NodeAccountIdSignatureMap.js.map +1 -1
  520. package/lib/transaction/NodeAccountIdSignatureMapLegacy.cjs +1 -1
  521. package/lib/transaction/NodeAccountIdSignatureMapLegacy.d.ts +2 -2
  522. package/lib/transaction/NodeAccountIdSignatureMapLegacy.js.map +1 -1
  523. package/lib/transaction/SignatureMap.cjs +1 -1
  524. package/lib/transaction/SignatureMap.js.map +1 -1
  525. package/lib/transaction/SignaturePairMap.cjs +1 -1
  526. package/lib/transaction/SignaturePairMap.d.ts +2 -2
  527. package/lib/transaction/SignaturePairMap.js.map +1 -1
  528. package/lib/transaction/Transaction.cjs +1 -1
  529. package/lib/transaction/Transaction.d.ts +1 -1
  530. package/lib/transaction/Transaction.js +1 -1
  531. package/lib/transaction/Transaction.js.map +1 -1
  532. package/lib/transaction/TransactionHashMap.cjs +1 -1
  533. package/lib/transaction/TransactionHashMap.d.ts +2 -2
  534. package/lib/transaction/TransactionHashMap.js.map +1 -1
  535. package/lib/transaction/TransactionId.cjs +1 -1
  536. package/lib/transaction/TransactionId.d.ts +1 -1
  537. package/lib/transaction/TransactionId.js +1 -1
  538. package/lib/transaction/TransactionId.js.map +1 -1
  539. package/lib/transaction/TransactionReceipt.cjs +1 -1
  540. package/lib/transaction/TransactionReceipt.d.ts +1 -1
  541. package/lib/transaction/TransactionReceipt.js +1 -1
  542. package/lib/transaction/TransactionReceipt.js.map +1 -1
  543. package/lib/transaction/TransactionReceiptQuery.cjs +1 -1
  544. package/lib/transaction/TransactionReceiptQuery.d.ts +1 -1
  545. package/lib/transaction/TransactionReceiptQuery.js +1 -1
  546. package/lib/transaction/TransactionReceiptQuery.js.map +1 -1
  547. package/lib/transaction/TransactionRecord.cjs +1 -1
  548. package/lib/transaction/TransactionRecord.d.ts +1 -1
  549. package/lib/transaction/TransactionRecord.js +1 -1
  550. package/lib/transaction/TransactionRecord.js.map +1 -1
  551. package/lib/transaction/TransactionRecordQuery.cjs +1 -1
  552. package/lib/transaction/TransactionRecordQuery.d.ts +1 -1
  553. package/lib/transaction/TransactionRecordQuery.js +1 -1
  554. package/lib/transaction/TransactionRecordQuery.js.map +1 -1
  555. package/lib/util/ASN1-Decoder.cjs +1 -1
  556. package/lib/util/ASN1-Decoder.js +1 -1
  557. package/lib/util/ASN1-Decoder.js.map +1 -1
  558. package/lib/version.js +1 -1
  559. package/package.json +3 -3
  560. package/src/Cache.js +6 -6
  561. package/src/Duration.js +1 -1
  562. package/src/EntityIdHelper.js +1 -1
  563. package/src/EthereumFlow.js +7 -7
  564. package/src/EthereumTransaction.js +7 -7
  565. package/src/EvmAddress.js +1 -1
  566. package/src/ExchangeRate.js +2 -2
  567. package/src/ExchangeRates.js +1 -1
  568. package/src/FeeComponents.js +1 -1
  569. package/src/FeeData.js +1 -1
  570. package/src/FeeDataType.js +1 -1
  571. package/src/FeeSchedule.js +1 -1
  572. package/src/FeeSchedules.js +1 -1
  573. package/src/FreezeType.js +1 -1
  574. package/src/Key.js +1 -1
  575. package/src/KeyList.js +3 -3
  576. package/src/Mnemonic.js +1 -1
  577. package/src/PrivateKey.js +7 -7
  578. package/src/PrngTransaction.js +9 -9
  579. package/src/PublicKey.js +5 -5
  580. package/src/RequestType.js +1 -1
  581. package/src/StakingInfo.js +1 -1
  582. package/src/Status.js +1 -1
  583. package/src/Timestamp.js +1 -1
  584. package/src/TransactionFeeSchedule.js +1 -1
  585. package/src/Transfer.js +2 -2
  586. package/src/account/AccountAllowanceAdjustTransaction.js +7 -7
  587. package/src/account/AccountAllowanceApproveTransaction.js +8 -8
  588. package/src/account/AccountAllowanceDeleteTransaction.js +7 -7
  589. package/src/account/AccountBalance.js +1 -1
  590. package/src/account/AccountBalanceQuery.js +6 -6
  591. package/src/account/AccountCreateTransaction.js +1 -1
  592. package/src/account/AccountDeleteTransaction.js +7 -7
  593. package/src/account/AccountId.js +1 -1
  594. package/src/account/AccountInfo.js +1 -1
  595. package/src/account/AccountInfoQuery.js +7 -7
  596. package/src/account/AccountRecordsQuery.js +7 -7
  597. package/src/account/AccountUpdateTransaction.js +7 -7
  598. package/src/account/HbarAllowance.js +3 -3
  599. package/src/account/HbarTransferMap.js +2 -2
  600. package/src/account/LiveHash.js +3 -3
  601. package/src/account/LiveHashAddTransaction.js +7 -7
  602. package/src/account/LiveHashDeleteTransaction.js +6 -6
  603. package/src/account/LiveHashQuery.js +7 -7
  604. package/src/account/NullableTokenDecimalMap.js +2 -2
  605. package/src/account/ProxyStaker.js +2 -2
  606. package/src/account/TokenAllowance.js +4 -4
  607. package/src/account/TokenBalanceMap.js +2 -2
  608. package/src/account/TokenDecimalMap.js +2 -2
  609. package/src/account/TokenNftAllowance.js +5 -5
  610. package/src/account/TokenNftTransferMap.js +5 -5
  611. package/src/account/TokenRelationship.js +4 -4
  612. package/src/account/TokenRelationshipMap.js +2 -2
  613. package/src/account/TokenTransferMap.js +4 -4
  614. package/src/account/TransferTransaction.js +6 -6
  615. package/src/address_book/AddressBooks.js +1 -1
  616. package/src/address_book/Endpoint.js +1 -1
  617. package/src/address_book/NodeAddress.js +1 -1
  618. package/src/address_book/NodeAddressBook.js +1 -1
  619. package/src/channel/Channel.js +1 -1
  620. package/src/contract/ContractByteCodeQuery.js +6 -6
  621. package/src/contract/ContractCallQuery.js +1 -1
  622. package/src/contract/ContractCreateTransaction.js +8 -8
  623. package/src/contract/ContractDeleteTransaction.js +8 -8
  624. package/src/contract/ContractExecuteTransaction.js +9 -9
  625. package/src/contract/ContractFunctionResult.js +2 -2
  626. package/src/contract/ContractId.js +1 -1
  627. package/src/contract/ContractInfo.js +1 -1
  628. package/src/contract/ContractInfoQuery.js +7 -7
  629. package/src/contract/ContractLogInfo.js +2 -2
  630. package/src/contract/ContractNonceInfo.js +3 -3
  631. package/src/contract/ContractStateChange.js +1 -1
  632. package/src/contract/ContractUpdateTransaction.js +10 -10
  633. package/src/contract/DelegateContractId.js +2 -2
  634. package/src/contract/StorageChange.js +1 -1
  635. package/src/exports.js +1 -1
  636. package/src/file/FileAppendTransaction.js +7 -7
  637. package/src/file/FileContentsQuery.js +7 -7
  638. package/src/file/FileCreateTransaction.js +6 -6
  639. package/src/file/FileDeleteTransaction.js +7 -7
  640. package/src/file/FileId.js +1 -1
  641. package/src/file/FileInfo.js +1 -1
  642. package/src/file/FileInfoQuery.js +7 -7
  643. package/src/file/FileUpdateTransaction.js +6 -6
  644. package/src/network/AddressBookQuery.js +1 -1
  645. package/src/network/NetworkVersionInfo.js +1 -1
  646. package/src/network/NetworkVersionInfoQuery.js +6 -6
  647. package/src/network/SemanticVersion.js +1 -1
  648. package/src/node/NodeCreateTransaction.js +6 -6
  649. package/src/node/NodeDeleteTransaction.js +6 -6
  650. package/src/node/NodeUpdateTransaction.js +6 -6
  651. package/src/node/ServiceEndpoint.js +1 -1
  652. package/src/query/CostQuery.js +1 -1
  653. package/src/query/Query.js +1 -1
  654. package/src/query/QueryBase.js +1 -1
  655. package/src/schedule/ScheduleCreateTransaction.js +1 -1
  656. package/src/schedule/ScheduleDeleteTransaction.js +8 -8
  657. package/src/schedule/ScheduleId.js +1 -1
  658. package/src/schedule/ScheduleInfo.js +1 -1
  659. package/src/schedule/ScheduleInfoQuery.js +7 -7
  660. package/src/schedule/ScheduleSignTransaction.js +10 -10
  661. package/src/system/FreezeTransaction.js +6 -6
  662. package/src/system/SystemDeleteTransaction.js +8 -8
  663. package/src/system/SystemUndeleteTransaction.js +8 -8
  664. package/src/token/AbstractTokenTransferTransaction.js +1 -1
  665. package/src/token/AssessedCustomFee.js +1 -1
  666. package/src/token/CustomFee.js +1 -1
  667. package/src/token/CustomFixedFee.js +3 -3
  668. package/src/token/CustomFractionalFee.js +3 -3
  669. package/src/token/CustomRoyaltyFee.js +4 -4
  670. package/src/token/NftId.js +1 -1
  671. package/src/token/PendingAirdropId.js +1 -1
  672. package/src/token/PendingAirdropRecord.js +1 -1
  673. package/src/token/TokenAirdropTransaction.js +8 -8
  674. package/src/token/TokenAssociateTransaction.js +7 -7
  675. package/src/token/TokenAssociation.js +1 -1
  676. package/src/token/TokenBurnTransaction.js +7 -7
  677. package/src/token/TokenCancelAirdropTransaction.js +6 -6
  678. package/src/token/TokenClaimAirdropTransaction.js +6 -6
  679. package/src/token/TokenCreateTransaction.js +7 -7
  680. package/src/token/TokenDeleteTransaction.js +7 -7
  681. package/src/token/TokenDissociateTransaction.js +7 -7
  682. package/src/token/TokenFeeScheduleUpdateTransaction.js +7 -7
  683. package/src/token/TokenFreezeTransaction.js +7 -7
  684. package/src/token/TokenGrantKycTransaction.js +7 -7
  685. package/src/token/TokenId.js +1 -1
  686. package/src/token/TokenInfo.js +1 -1
  687. package/src/token/TokenInfoQuery.js +7 -7
  688. package/src/token/TokenKeyValidation.js +1 -1
  689. package/src/token/TokenMintTransaction.js +7 -7
  690. package/src/token/TokenNftInfo.js +10 -10
  691. package/src/token/TokenNftInfoQuery.js +11 -11
  692. package/src/token/TokenNftTransfer.js +5 -5
  693. package/src/token/TokenNftsUpdateTransaction.js +7 -7
  694. package/src/token/TokenPauseTransaction.js +7 -7
  695. package/src/token/TokenReference.js +1 -1
  696. package/src/token/TokenRejectTransaction.js +7 -7
  697. package/src/token/TokenRevokeKycTransaction.js +7 -7
  698. package/src/token/TokenSupplyType.js +1 -1
  699. package/src/token/TokenTransfer.js +4 -4
  700. package/src/token/TokenType.js +1 -1
  701. package/src/token/TokenUnfreezeTransaction.js +7 -7
  702. package/src/token/TokenUnpauseTransaction.js +7 -7
  703. package/src/token/TokenUpdateNftsTransaction.js +7 -7
  704. package/src/token/TokenUpdateTransaction.js +7 -7
  705. package/src/token/TokenWipeTransaction.js +7 -7
  706. package/src/topic/TopicCreateTransaction.js +6 -6
  707. package/src/topic/TopicDeleteTransaction.js +6 -6
  708. package/src/topic/TopicId.js +1 -1
  709. package/src/topic/TopicInfo.js +1 -1
  710. package/src/topic/TopicInfoQuery.js +7 -7
  711. package/src/topic/TopicMessage.js +2 -2
  712. package/src/topic/TopicMessageChunk.js +2 -2
  713. package/src/topic/TopicMessageQuery.js +1 -1
  714. package/src/topic/TopicMessageSubmitTransaction.js +9 -9
  715. package/src/topic/TopicUpdateTransaction.js +6 -6
  716. package/src/transaction/BatchTransaction.js +5 -5
  717. package/src/transaction/CustomFeeLimit.js +2 -2
  718. package/src/transaction/NodeAccountIdSignatureMap.js +2 -2
  719. package/src/transaction/NodeAccountIdSignatureMapLegacy.js +1 -1
  720. package/src/transaction/SignatureMap.js +1 -1
  721. package/src/transaction/SignaturePairMap.js +1 -1
  722. package/src/transaction/Transaction.js +1 -1
  723. package/src/transaction/TransactionHashMap.js +1 -1
  724. package/src/transaction/TransactionId.js +1 -1
  725. package/src/transaction/TransactionReceipt.js +1 -1
  726. package/src/transaction/TransactionReceiptQuery.js +1 -1
  727. package/src/transaction/TransactionRecord.js +1 -1
  728. package/src/transaction/TransactionRecordQuery.js +1 -1
  729. package/src/util/ASN1-Decoder.js +1 -1
package/dist/umd.js CHANGED
@@ -16446,13 +16446,13 @@
16446
16446
  }
16447
16447
 
16448
16448
  /**
16449
- * @deprecated - use `@hashgraph/sdk`.PublicKey instead
16449
+ * @deprecated - use `@hiero-ledger/sdk`.PublicKey instead
16450
16450
  * @param {Transaction} transaction
16451
16451
  * @returns {boolean}
16452
16452
  */
16453
16453
  verifyTransaction(transaction) {
16454
16454
  //NOSONAR
16455
- console.log("Deprecated: use `@hashgraph/sdk`.PublicKey instead");
16455
+ console.log("Deprecated: use `@hiero-ledger/sdk`.PublicKey instead");
16456
16456
 
16457
16457
  transaction._requireFrozen();
16458
16458
 
@@ -34480,16 +34480,16 @@
34480
34480
 
34481
34481
  /**
34482
34482
  * @namespace proto
34483
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
34484
- * @typedef {import("@hashgraph/proto").proto.IKeyList} HieroProto.proto.IKeyList
34485
- * @typedef {import("@hashgraph/proto").proto.IThresholdKey} HieroProto.proto.IThresholdKey
34486
- * @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
34487
34487
  */
34488
34488
 
34489
34489
  /**
34490
34490
  * @namespace cryptography
34491
- * @typedef {import("@hashgraph/cryptography").PrivateKey} cryptography.PrivateKey
34492
- * @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
34493
34493
  */
34494
34494
 
34495
34495
  /**
@@ -34884,7 +34884,7 @@
34884
34884
 
34885
34885
  /**
34886
34886
  * @namespace proto
34887
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
34887
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
34888
34888
  */
34889
34889
 
34890
34890
  class Key {
@@ -34949,10 +34949,10 @@
34949
34949
 
34950
34950
  /**
34951
34951
  * @namespace proto
34952
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
34953
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
34954
- * @typedef {import("@hashgraph/proto").proto.ISignaturePair} HieroProto.proto.ISignaturePair
34955
- * @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
34956
34956
  */
34957
34957
 
34958
34958
  class PublicKey extends Key {
@@ -35775,7 +35775,7 @@
35775
35775
 
35776
35776
  /**
35777
35777
  * @namespace proto
35778
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
35778
+ * @typedef {import("@hiero-ledger/proto").proto.IKey} HieroProto.proto.IKey
35779
35779
  */
35780
35780
 
35781
35781
  /**
@@ -37375,7 +37375,7 @@
37375
37375
 
37376
37376
  /**
37377
37377
  * @namespace proto
37378
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
37378
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
37379
37379
  */
37380
37380
 
37381
37381
  const MAX_NS = Long.fromNumber(1000000000);
@@ -37797,7 +37797,7 @@
37797
37797
 
37798
37798
  /**
37799
37799
  * This function is used to create a SignaturePairMap from an already built transaction.
37800
- * @param {import("@hashgraph/proto").proto.ISignatureMap} sigMap
37800
+ * @param {import("@hiero-ledger/proto").proto.ISignatureMap} sigMap
37801
37801
  * @returns {SignaturePairMap}
37802
37802
  */
37803
37803
  static _fromTransactionSigMap(sigMap) {
@@ -37851,7 +37851,7 @@
37851
37851
 
37852
37852
  /**
37853
37853
  * This function is used to create a NodeAccountIdSignaturemap from an already built transaction.
37854
- * @param { import('./List.js').default<import("@hashgraph/proto").proto.ISignedTransaction>} signedTransactions
37854
+ * @param { import('./List.js').default<import("@hiero-ledger/proto").proto.ISignedTransaction>} signedTransactions
37855
37855
  * @returns {NodeAccountIdSignatureMap}
37856
37856
  */
37857
37857
  static _fromSignedTransactions(signedTransactions) {
@@ -38114,7 +38114,7 @@
38114
38114
  signed transactions are for the second node account id and so on.
38115
38115
  */
38116
38116
  for (let row = 0; row < rowLength; row++) {
38117
- /** @type { List<import("@hashgraph/proto").proto.ISignedTransaction> } */
38117
+ /** @type { List<import("@hiero-ledger/proto").proto.ISignedTransaction> } */
38118
38118
  const signedTransactions = new List();
38119
38119
 
38120
38120
  for (let col = 0; col < columns; col++) {
@@ -38393,11 +38393,11 @@
38393
38393
 
38394
38394
  /**
38395
38395
  * @namespace proto
38396
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
38397
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
38398
- * @typedef {import("@hashgraph/proto").proto.ISignaturePair} HieroProto.proto.ISignaturePair
38399
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
38400
- * @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
38401
38401
  */
38402
38402
 
38403
38403
  class PrivateKey extends Key {
@@ -38926,9 +38926,9 @@
38926
38926
 
38927
38927
  /**
38928
38928
  * @namespace proto
38929
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
38930
- * @typedef {import("@hashgraph/proto").proto.IKeyList} HieroProto.proto.IKeyList
38931
- * @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
38932
38932
  */
38933
38933
 
38934
38934
  /**
@@ -39462,7 +39462,7 @@
39462
39462
 
39463
39463
  /**
39464
39464
  * @namespace proto
39465
- * @typedef {import("@hashgraph/proto").proto.ResponseCodeEnum} HieroProto.proto.ResponseCodeEnum
39465
+ * @typedef {import("@hiero-ledger/proto").proto.ResponseCodeEnum} HieroProto.proto.ResponseCodeEnum
39466
39466
  */
39467
39467
 
39468
39468
  class Status {
@@ -46120,7 +46120,7 @@
46120
46120
 
46121
46121
  /**
46122
46122
  * @internal
46123
- * @param {import("@hashgraph/proto").proto.IExchangeRate} rate
46123
+ * @param {import("@hiero-ledger/proto").proto.IExchangeRate} rate
46124
46124
  * @returns {ExchangeRate}
46125
46125
  */
46126
46126
  static _fromProtobuf(rate) {
@@ -46141,7 +46141,7 @@
46141
46141
 
46142
46142
  /**
46143
46143
  * @internal
46144
- * @returns {import("@hashgraph/proto").proto.IExchangeRate}
46144
+ * @returns {import("@hiero-ledger/proto").proto.IExchangeRate}
46145
46145
  */
46146
46146
  _toProtobuf() {
46147
46147
  return {
@@ -47001,8 +47001,8 @@
47001
47001
 
47002
47002
  /**
47003
47003
  * @namespace proto
47004
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
47005
- * @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
47006
47006
  */
47007
47007
 
47008
47008
  /**
@@ -47106,8 +47106,8 @@
47106
47106
 
47107
47107
  /**
47108
47108
  * @namespace proto
47109
- * @typedef {import("@hashgraph/proto").proto.IContractLoginfo} HieroProto.proto.IContractLoginfo
47110
- * @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
47111
47111
  */
47112
47112
 
47113
47113
  /**
@@ -52930,8 +52930,8 @@
52930
52930
 
52931
52931
  /**
52932
52932
  * @namespace proto
52933
- * @typedef {import("@hashgraph/proto").proto.IContractNonceInfo} HieroProto.proto.IContractNonceInfo
52934
- * @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
52935
52935
  * @typedef {object} ContractNonceInfoJSON
52936
52936
  * @property {string} contractId
52937
52937
  * @property {number} nonce
@@ -53060,8 +53060,8 @@
53060
53060
 
53061
53061
  /**
53062
53062
  * @namespace proto
53063
- * @typedef {import("@hashgraph/proto").proto.IContractFunctionResult} HieroProto.proto.IContractFunctionResult
53064
- * @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
53065
53065
  */
53066
53066
 
53067
53067
  /**
@@ -54129,10 +54129,10 @@
54129
54129
 
54130
54130
  /**
54131
54131
  * @namespace proto
54132
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54133
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54134
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
54135
- * @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
54136
54136
  */
54137
54137
 
54138
54138
  /**
@@ -54229,11 +54229,11 @@
54229
54229
 
54230
54230
  /**
54231
54231
  * @namespace proto
54232
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54233
- * @typedef {import("@hashgraph/proto").proto.INftTransfer} HieroProto.proto.INftTransfer
54234
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54235
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
54236
- * @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
54237
54237
  */
54238
54238
 
54239
54239
  /**
@@ -54364,7 +54364,7 @@
54364
54364
 
54365
54365
  /**
54366
54366
  * @namespace proto
54367
- * @typedef {import("@hashgraph/proto").proto.IAssessedCustomFee} HieroProto.proto.IAssessedCustomFee
54367
+ * @typedef {import("@hiero-ledger/proto").proto.IAssessedCustomFee} HieroProto.proto.IAssessedCustomFee
54368
54368
  */
54369
54369
 
54370
54370
  /**
@@ -54559,7 +54559,7 @@
54559
54559
 
54560
54560
  /**
54561
54561
  * @namespace proto
54562
- * @typedef {import("@hashgraph/proto").proto.ITokenAssociation} HieroProto.proto.ITokenAssociation
54562
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAssociation} HieroProto.proto.ITokenAssociation
54563
54563
  */
54564
54564
 
54565
54565
  /**
@@ -54684,10 +54684,10 @@
54684
54684
 
54685
54685
  /**
54686
54686
  * @namespace proto
54687
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
54688
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
54689
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
54690
- * @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
54691
54691
  */
54692
54692
 
54693
54693
  /**
@@ -54915,7 +54915,7 @@
54915
54915
  // SPDX-License-Identifier: Apache-2.0
54916
54916
  /**
54917
54917
  * @namespace proto
54918
- * @typedef {import("@hashgraph/proto").proto.PendingAirdropId} HieroProto.proto.PendingAirdropId
54918
+ * @typedef {import("@hiero-ledger/proto").proto.PendingAirdropId} HieroProto.proto.PendingAirdropId
54919
54919
  */
54920
54920
 
54921
54921
 
@@ -55070,7 +55070,7 @@
55070
55070
  // SPDX-License-Identifier: Apache-2.0
55071
55071
  /**
55072
55072
  * @namespace proto
55073
- * @typedef {import("@hashgraph/proto").proto.PendingAirdropRecord} HieroProto.proto.PendingAirdropRecord
55073
+ * @typedef {import("@hiero-ledger/proto").proto.PendingAirdropRecord} HieroProto.proto.PendingAirdropRecord
55074
55074
  */
55075
55075
 
55076
55076
 
@@ -56499,7 +56499,7 @@
56499
56499
 
56500
56500
  /**
56501
56501
  * @namespace proto
56502
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
56502
+ * @typedef {import("@hiero-ledger/proto").proto.ITransaction} HieroProto.proto.ITransaction
56503
56503
  */
56504
56504
 
56505
56505
  /**
@@ -56543,7 +56543,7 @@
56543
56543
  }
56544
56544
 
56545
56545
  /**
56546
- * @param {import("@hashgraph/proto").proto.ISignatureMap} sigMap
56546
+ * @param {import("@hiero-ledger/proto").proto.ISignatureMap} sigMap
56547
56547
  * @returns {NodeAccountIdSignatureMap}
56548
56548
  */
56549
56549
  static _fromTransactionSigMap(sigMap) {
@@ -56612,7 +56612,7 @@
56612
56612
 
56613
56613
  /**
56614
56614
  * @namespace proto
56615
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56615
+ * @typedef {import("@hiero-ledger/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56616
56616
  */
56617
56617
 
56618
56618
  class CustomFee {
@@ -56703,9 +56703,9 @@
56703
56703
 
56704
56704
  /**
56705
56705
  * @namespace proto
56706
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
56707
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
56708
- * @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
56709
56709
  */
56710
56710
 
56711
56711
  class CustomFixedFee extends CustomFee {
@@ -56873,8 +56873,8 @@
56873
56873
 
56874
56874
  /**
56875
56875
  * @namespace proto
56876
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
56877
- * @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
56878
56878
  */
56879
56879
 
56880
56880
  class CustomFeeLimit {
@@ -59380,11 +59380,11 @@
59380
59380
 
59381
59381
  /**
59382
59382
  * @namespace proto
59383
- * @typedef {import("@hashgraph/proto").proto.ITokenTransferList} HieroProto.proto.ITokenTransferList
59384
- * @typedef {import("@hashgraph/proto").proto.IAccountAmount} HieroProto.proto.IAccountAmount
59385
- * @typedef {import("@hashgraph/proto").proto.INftTransfer} HieroProto.proto.INftTransfer
59386
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
59387
- * @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
59388
59388
  */
59389
59389
 
59390
59390
  /**
@@ -59493,8 +59493,8 @@
59493
59493
 
59494
59494
  /**
59495
59495
  * @namespace proto
59496
- * @typedef {import("@hashgraph/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
59497
- * @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
59498
59498
  */
59499
59499
 
59500
59500
  /**
@@ -59514,7 +59514,7 @@
59514
59514
 
59515
59515
  /**
59516
59516
  * @namespace proto
59517
- * @typedef {import("@hashgraph/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
59517
+ * @typedef {import("@hiero-ledger/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
59518
59518
  */
59519
59519
 
59520
59520
  /**
@@ -60093,14 +60093,14 @@
60093
60093
 
60094
60094
  /**
60095
60095
  * @namespace proto
60096
- * @typedef {import("@hashgraph/proto").proto.ITokenAirdropTransactionBody} HieroProto.proto.ITokenAirdropTransactionBody
60097
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
60098
- * @typedef {import("@hashgraph/proto").proto.TransactionID} HieroProto.proto.TransactionID
60099
- * @typedef {import("@hashgraph/proto").proto.AccountID} HieroProto.proto.AccountID
60100
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60101
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60102
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60103
- * @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
60104
60104
  */
60105
60105
 
60106
60106
  /**
@@ -60366,12 +60366,12 @@
60366
60366
  // SPDX-License-Identifier: Apache-2.0
60367
60367
 
60368
60368
  /**
60369
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
60370
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60371
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60372
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60373
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60374
- * @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
60375
60375
  */
60376
60376
 
60377
60377
  /**
@@ -60483,12 +60483,12 @@
60483
60483
  // SPDX-License-Identifier: Apache-2.0
60484
60484
 
60485
60485
  /**
60486
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
60487
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
60488
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
60489
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
60490
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
60491
- * @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
60492
60492
  */
60493
60493
 
60494
60494
  /**
@@ -60602,9 +60602,9 @@
60602
60602
 
60603
60603
  /**
60604
60604
  * @namespace proto
60605
- * @typedef {import("@hashgraph/proto").proto.IGrantedCryptoAllowance} HieroProto.proto.IGrantedCryptoAllowance
60606
- * @typedef {import("@hashgraph/proto").proto.ICryptoAllowance} HieroProto.proto.ICryptoAllowance
60607
- * @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
60608
60608
  */
60609
60609
 
60610
60610
  /**
@@ -60748,10 +60748,10 @@
60748
60748
 
60749
60749
  /**
60750
60750
  * @namespace proto
60751
- * @typedef {import("@hashgraph/proto").proto.IGrantedTokenAllowance} HieroProto.proto.IGrantedTokenAllowance
60752
- * @typedef {import("@hashgraph/proto").proto.ITokenAllowance} HieroProto.proto.ITokenAllowance
60753
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
60754
- * @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
60755
60755
  */
60756
60756
 
60757
60757
  /**
@@ -60900,11 +60900,11 @@
60900
60900
 
60901
60901
  /**
60902
60902
  * @namespace proto
60903
- * @typedef {import("@hashgraph/proto").proto.IGrantedNftAllowance} HieroProto.proto.IGrantedNftAllowance
60904
- * @typedef {import("@hashgraph/proto").proto.INftRemoveAllowance} HieroProto.proto.INftRemoveAllowance
60905
- * @typedef {import("@hashgraph/proto").proto.INftAllowance} HieroProto.proto.INftAllowance
60906
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
60907
- * @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
60908
60908
  */
60909
60909
 
60910
60910
  /**
@@ -61115,13 +61115,13 @@
61115
61115
 
61116
61116
  /**
61117
61117
  * @namespace proto
61118
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
61119
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
61120
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
61121
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
61122
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
61123
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
61124
- * @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
61125
61125
  */
61126
61126
 
61127
61127
  /**
@@ -61645,14 +61645,14 @@
61645
61645
 
61646
61646
  /**
61647
61647
  * @namespace proto
61648
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
61649
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
61650
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
61651
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
61652
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
61653
- * @typedef {import("@hashgraph/proto").proto.ICryptoApproveAllowanceTransactionBody} HieroProto.proto.ICryptoApproveAllowanceTransactionBody
61654
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
61655
- * @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
61656
61656
  */
61657
61657
 
61658
61658
  /**
@@ -62203,13 +62203,13 @@
62203
62203
 
62204
62204
  /**
62205
62205
  * @namespace proto
62206
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
62207
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
62208
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
62209
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
62210
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
62211
- * @typedef {import("@hashgraph/proto").proto.ICryptoDeleteAllowanceTransactionBody} HieroProto.proto.ICryptoDeleteAllowanceTransactionBody
62212
- * @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
62213
62213
  */
62214
62214
 
62215
62215
  /**
@@ -62397,8 +62397,8 @@
62397
62397
 
62398
62398
  /**
62399
62399
  * @namespace proto
62400
- * @typedef {import("@hashgraph/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
62401
- * @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
62402
62402
  */
62403
62403
 
62404
62404
  /**
@@ -62419,8 +62419,8 @@
62419
62419
 
62420
62420
  /**
62421
62421
  * @namespace proto
62422
- * @typedef {import("@hashgraph/proto").proto.ITokenBalance} HieroProto.proto.ITokenBalance
62423
- * @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
62424
62424
  */
62425
62425
 
62426
62426
  /**
@@ -62592,12 +62592,12 @@
62592
62592
 
62593
62593
  /**
62594
62594
  * @namespace proto
62595
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
62596
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
62597
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
62598
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
62599
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountBalanceQuery} HieroProto.proto.ICryptoGetAccountBalanceQuery
62600
- * @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
62601
62601
  */
62602
62602
 
62603
62603
  /**
@@ -62827,7 +62827,7 @@
62827
62827
 
62828
62828
  /**
62829
62829
  * @namespace proto
62830
- * @typedef {import("@hashgraph/proto").proto.IDuration} HieroProto.proto.IDuration
62830
+ * @typedef {import("@hiero-ledger/proto").proto.IDuration} HieroProto.proto.IDuration
62831
62831
  */
62832
62832
 
62833
62833
  /**
@@ -63536,13 +63536,13 @@
63536
63536
 
63537
63537
  /**
63538
63538
  * @namespace proto
63539
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
63540
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
63541
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
63542
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
63543
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
63544
- * @typedef {import("@hashgraph/proto").proto.ICryptoDeleteTransactionBody} HieroProto.proto.ICryptoDeleteTransactionBody
63545
- * @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
63546
63546
  */
63547
63547
 
63548
63548
  /**
@@ -63938,9 +63938,9 @@
63938
63938
 
63939
63939
  /**
63940
63940
  * @namespace proto
63941
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
63942
- * @typedef {import("@hashgraph/proto").proto.ILiveHash} HieroProto.proto.ILiveHash
63943
- * @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
63944
63944
  */
63945
63945
 
63946
63946
  /**
@@ -64015,10 +64015,10 @@
64015
64015
 
64016
64016
  /**
64017
64017
  * @namespace proto
64018
- * @typedef {import("@hashgraph/proto").proto.ITokenRelationship} HieroProto.proto.ITokenRelationship
64019
- * @typedef {import("@hashgraph/proto").proto.TokenKycStatus} HieroProto.proto.TokenKycStatus
64020
- * @typedef {import("@hashgraph/proto").proto.TokenFreezeStatus} HieroProto.proto.TokenFreezeStatus
64021
- * @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
64022
64022
  */
64023
64023
 
64024
64024
  /**
@@ -64139,8 +64139,8 @@
64139
64139
 
64140
64140
  /**
64141
64141
  * @namespace proto
64142
- * @typedef {import("@hashgraph/proto").proto.ITokenRelationship} HieroProto.proto.ITokenRelationship
64143
- * @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
64144
64144
  */
64145
64145
 
64146
64146
  /**
@@ -64752,13 +64752,13 @@
64752
64752
 
64753
64753
  /**
64754
64754
  * @namespace proto
64755
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
64756
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
64757
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
64758
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
64759
- * @typedef {import("@hashgraph/proto").proto.CryptoGetInfoResponse.IAccountInfo} HieroProto.proto.CryptoGetInfoResponse.IAccountInfo
64760
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetInfoQuery} HieroProto.proto.ICryptoGetInfoQuery
64761
- * @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
64762
64762
  */
64763
64763
 
64764
64764
  /**
@@ -65040,13 +65040,13 @@
65040
65040
 
65041
65041
  /**
65042
65042
  * @namespace proto
65043
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
65044
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
65045
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
65046
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
65047
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountRecordsQuery} HieroProto.proto.ICryptoGetAccountRecordsQuery
65048
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetAccountRecordsResponse} HieroProto.proto.ICryptoGetAccountRecordsResponse
65049
- * @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
65050
65050
  */
65051
65051
 
65052
65052
  /**
@@ -65224,13 +65224,13 @@
65224
65224
 
65225
65225
  /**
65226
65226
  * @namespace proto
65227
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
65228
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
65229
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
65230
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
65231
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
65232
- * @typedef {import("@hashgraph/proto").proto.ICryptoUpdateTransactionBody} HieroProto.proto.ICryptoUpdateTransactionBody
65233
- * @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
65234
65234
  */
65235
65235
 
65236
65236
  /**
@@ -65850,7 +65850,7 @@
65850
65850
 
65851
65851
  /**
65852
65852
  * @namespace proto
65853
- * @typedef {import("@hashgraph/proto").proto.FreezeType} HieroProto.proto.FreezeType
65853
+ * @typedef {import("@hiero-ledger/proto").proto.FreezeType} HieroProto.proto.FreezeType
65854
65854
  */
65855
65855
 
65856
65856
  class FreezeType {
@@ -65965,12 +65965,12 @@
65965
65965
 
65966
65966
  /**
65967
65967
  * @namespace proto
65968
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
65969
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
65970
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
65971
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
65972
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
65973
- * @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
65974
65974
  */
65975
65975
 
65976
65976
  /**
@@ -66346,10 +66346,10 @@
66346
66346
 
66347
66347
  /**
66348
66348
  * @namespace proto
66349
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
66350
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
66351
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
66352
- * @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
66353
66353
  */
66354
66354
 
66355
66355
  /**
@@ -66639,12 +66639,12 @@
66639
66639
 
66640
66640
  /**
66641
66641
  * @namespace proto
66642
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
66643
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
66644
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
66645
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
66646
- * @typedef {import("@hashgraph/proto").proto.IContractGetBytecodeQuery} HieroProto.proto.IContractGetBytecodeQuery
66647
- * @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
66648
66648
  */
66649
66649
 
66650
66650
  /**
@@ -70714,12 +70714,12 @@
70714
70714
 
70715
70715
  /**
70716
70716
  * @namespace proto
70717
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
70718
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
70719
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
70720
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
70721
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
70722
- * @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
70723
70723
  */
70724
70724
 
70725
70725
  /**
@@ -71006,13 +71006,13 @@
71006
71006
 
71007
71007
  /**
71008
71008
  * @namespace proto
71009
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
71010
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71011
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71012
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71013
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71014
- * @typedef {import("@hashgraph/proto").proto.IFileAppendTransactionBody} HieroProto.proto.IFileAppendTransactionBody
71015
- * @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
71016
71016
  */
71017
71017
 
71018
71018
  /**
@@ -71583,16 +71583,16 @@
71583
71583
 
71584
71584
  /**
71585
71585
  * @namespace proto
71586
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
71587
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71588
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71589
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71590
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71591
- * @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
71592
71592
  */
71593
71593
 
71594
71594
  /**
71595
- * @typedef {import("@hashgraph/cryptography").Key} Key
71595
+ * @typedef {import("@hiero-ledger/cryptography").Key} Key
71596
71596
  * @typedef {import("../channel/Channel.js").default} Channel
71597
71597
  * @typedef {import("../client/Client.js").default<*, *>} Client
71598
71598
  * @typedef {import("../account/AccountId.js").default} AccountId
@@ -71747,14 +71747,14 @@
71747
71747
 
71748
71748
  /**
71749
71749
  * @namespace proto
71750
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
71751
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
71752
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
71753
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
71754
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
71755
- * @typedef {import("@hashgraph/proto").proto.IContractCreateTransactionBody} HieroProto.proto.IContractCreateTransactionBody
71756
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
71757
- * @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
71758
71758
  */
71759
71759
 
71760
71760
  /**
@@ -72961,14 +72961,14 @@
72961
72961
 
72962
72962
  /**
72963
72963
  * @namespace proto
72964
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
72965
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
72966
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
72967
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
72968
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
72969
- * @typedef {import("@hashgraph/proto").proto.IContractDeleteTransactionBody} HieroProto.proto.IContractDeleteTransactionBody
72970
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
72971
- * @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
72972
72972
  */
72973
72973
 
72974
72974
  /**
@@ -73282,15 +73282,15 @@
73282
73282
 
73283
73283
  /**
73284
73284
  * @namespace proto
73285
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
73286
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
73287
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
73288
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
73289
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
73290
- * @typedef {import("@hashgraph/proto").proto.IContractCallTransactionBody} HieroProto.proto.IContractCallTransactionBody
73291
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
73292
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
73293
- * @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
73294
73294
  */
73295
73295
 
73296
73296
  /**
@@ -73862,13 +73862,13 @@
73862
73862
 
73863
73863
  /**
73864
73864
  * @namespace proto
73865
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
73866
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
73867
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
73868
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
73869
- * @typedef {import("@hashgraph/proto").proto.IContractGetInfoQuery} HieroProto.proto.IContractGetInfoQuery
73870
- * @typedef {import("@hashgraph/proto").proto.IContractGetInfoResponse} HieroProto.proto.IContractGetInfoResponse
73871
- * @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
73872
73872
  */
73873
73873
 
73874
73874
  /**
@@ -74048,15 +74048,15 @@
74048
74048
 
74049
74049
  /**
74050
74050
  * @namespace proto
74051
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
74052
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
74053
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
74054
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
74055
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
74056
- * @typedef {import("@hashgraph/proto").proto.IContractUpdateTransactionBody} HieroProto.proto.IContractUpdateTransactionBody
74057
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
74058
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
74059
- * @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
74060
74060
  */
74061
74061
 
74062
74062
  /**
@@ -74760,9 +74760,9 @@
74760
74760
 
74761
74761
  /**
74762
74762
  * @namespace proto
74763
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
74764
- * @typedef {import("@hashgraph/proto").proto.IFractionalFee} HieroProto.proto.IFractionalFee
74765
- * @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
74766
74766
  */
74767
74767
 
74768
74768
  class CustomFractionalFee extends CustomFee {
@@ -74983,10 +74983,10 @@
74983
74983
 
74984
74984
  /**
74985
74985
  * @namespace proto
74986
- * @typedef {import("@hashgraph/proto").proto.IFraction} HieroProto.proto.IFraction
74987
- * @typedef {import("@hashgraph/proto").proto.IRoyaltyFee} HieroProto.proto.IRoyaltyFee
74988
- * @typedef {import("@hashgraph/proto").proto.ICustomFee} HieroProto.proto.ICustomFee
74989
- * @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
74990
74990
  */
74991
74991
 
74992
74992
  class CustomRoyalyFee extends CustomFee {
@@ -75153,8 +75153,8 @@
75153
75153
 
75154
75154
  /**
75155
75155
  * @namespace {proto}
75156
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
75157
- * @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
75158
75158
  */
75159
75159
 
75160
75160
  /**
@@ -75246,13 +75246,13 @@
75246
75246
 
75247
75247
  /**
75248
75248
  * @namespace proto
75249
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
75250
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
75251
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
75252
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
75253
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
75254
- * @typedef {import("@hashgraph/proto").proto.IEthereumTransactionBody} HieroProto.proto.IEthereumTransactionBody
75255
- * @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
75256
75256
  */
75257
75257
 
75258
75258
  /**
@@ -75994,13 +75994,13 @@
75994
75994
 
75995
75995
  /**
75996
75996
  * @namespace proto
75997
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
75998
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
75999
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
76000
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
76001
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
76002
- * @typedef {import("@hashgraph/proto").proto.IEthereumTransactionBody} HieroProto.proto.IEthereumTransactionBody
76003
- * @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
76004
76004
  */
76005
76005
 
76006
76006
  /**
@@ -76499,7 +76499,7 @@
76499
76499
 
76500
76500
  /**
76501
76501
  * @namespace proto
76502
- * @typedef {import("@hashgraph/proto").proto.SubType} HieroProto.proto.SubType
76502
+ * @typedef {import("@hiero-ledger/proto").proto.SubType} HieroProto.proto.SubType
76503
76503
  */
76504
76504
 
76505
76505
  class FeeDataType {
@@ -76750,7 +76750,7 @@
76750
76750
 
76751
76751
  /**
76752
76752
  * @namespace proto
76753
- * @typedef {import("@hashgraph/proto").proto.HederaFunctionality} HieroProto.proto.HederaFunctionality
76753
+ * @typedef {import("@hiero-ledger/proto").proto.HederaFunctionality} HieroProto.proto.HederaFunctionality
76754
76754
  */
76755
76755
 
76756
76756
  class RequestType {
@@ -77937,13 +77937,13 @@
77937
77937
 
77938
77938
  /**
77939
77939
  * @namespace proto
77940
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
77941
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
77942
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
77943
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
77944
- * @typedef {import("@hashgraph/proto").proto.IFileGetContentsQuery} HieroProto.proto.IFileGetContentsQuery
77945
- * @typedef {import("@hashgraph/proto").proto.IFileGetContentsResponse} HieroProto.proto.IFileGetContentsResponse
77946
- * @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
77947
77947
  */
77948
77948
 
77949
77949
  /**
@@ -78241,13 +78241,13 @@
78241
78241
 
78242
78242
  /**
78243
78243
  * @namespace proto
78244
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
78245
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
78246
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
78247
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
78248
- * @typedef {import("@hashgraph/proto").proto.IFileGetInfoQuery} HieroProto.proto.IFileGetInfoQuery
78249
- * @typedef {import("@hashgraph/proto").proto.IFileGetInfoResponse} HieroProto.proto.IFileGetInfoResponse
78250
- * @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
78251
78251
  */
78252
78252
 
78253
78253
  /**
@@ -78423,12 +78423,12 @@
78423
78423
 
78424
78424
  /**
78425
78425
  * @namespace proto
78426
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
78427
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
78428
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
78429
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
78430
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
78431
- * @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
78432
78432
  */
78433
78433
 
78434
78434
  /**
@@ -78791,13 +78791,13 @@
78791
78791
 
78792
78792
  /**
78793
78793
  * @namespace proto
78794
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
78795
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
78796
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
78797
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
78798
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
78799
- * @typedef {import("@hashgraph/proto").proto.ICryptoAddLiveHashTransactionBody} HieroProto.proto.ICryptoAddLiveHashTransactionBody
78800
- * @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
78801
78801
  */
78802
78802
 
78803
78803
  /**
@@ -79074,12 +79074,12 @@
79074
79074
 
79075
79075
  /**
79076
79076
  * @namespace proto
79077
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
79078
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
79079
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
79080
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
79081
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
79082
- * @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
79083
79083
  */
79084
79084
 
79085
79085
  /**
@@ -79267,13 +79267,13 @@
79267
79267
 
79268
79268
  /**
79269
79269
  * @namespace proto
79270
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
79271
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
79272
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
79273
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
79274
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetLiveHashQuery} HieroProto.proto.ICryptoGetLiveHashQuery
79275
- * @typedef {import("@hashgraph/proto").proto.ICryptoGetLiveHashResponse} HieroProto.proto.ICryptoGetLiveHashResponse
79276
- * @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
79277
79277
  */
79278
79278
 
79279
79279
  /**
@@ -80035,7 +80035,7 @@
80035
80035
 
80036
80036
  /**
80037
80037
  * @namespace proto
80038
- * @typedef {import("@hashgraph/proto").proto.IServiceEndpoint} HieroProto.proto.IServiceEndpoint
80038
+ * @typedef {import("@hiero-ledger/proto").proto.IServiceEndpoint} HieroProto.proto.IServiceEndpoint
80039
80039
  */
80040
80040
 
80041
80041
  /**
@@ -80176,7 +80176,7 @@
80176
80176
 
80177
80177
  /**
80178
80178
  * @namespace proto
80179
- * @typedef {import("@hashgraph/proto").proto.INodeAddress} HieroProto.proto.INodeAddress
80179
+ * @typedef {import("@hiero-ledger/proto").proto.INodeAddress} HieroProto.proto.INodeAddress
80180
80180
  */
80181
80181
 
80182
80182
  /**
@@ -80759,12 +80759,12 @@
80759
80759
 
80760
80760
  /**
80761
80761
  * @namespace proto
80762
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
80763
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
80764
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
80765
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
80766
- * @typedef {import("@hashgraph/proto").proto.INetworkGetVersionInfoQuery} HieroProto.proto.INetworkGetVersionInfoQuery
80767
- * @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
80768
80768
  */
80769
80769
 
80770
80770
  /**
@@ -80915,15 +80915,15 @@
80915
80915
 
80916
80916
 
80917
80917
  /**
80918
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
80919
- * @typedef {import("@hashgraph/proto").proto.Transaction} HieroProto.proto.Transaction
80920
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
80921
- * @typedef {import("@hashgraph/proto").proto.SignedTransaction} HieroProto.proto.SignedTransaction
80922
- * @typedef {import("@hashgraph/proto").proto.IUtilPrngTransactionBody } HieroProto.proto.IUtilPrngTransactionBody
80923
- * @typedef {import("@hashgraph/proto").proto.UtilPrngTransactionBody} HieroProto.proto.UtilPrngTransactionBody
80924
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.TransactionResponse
80925
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
80926
- * @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
80927
80927
  * @typedef {import("./account/AccountId.js").default} AccountId
80928
80928
  * @typedef {import("./transaction/TransactionId.js").default} TransactionId
80929
80929
  */
@@ -81065,8 +81065,8 @@
81065
81065
 
81066
81066
  /**
81067
81067
  * @namespace proto
81068
- * @typedef {import("@hashgraph/proto").proto.IProxyStaker} HieroProto.proto.IProxyStaker
81069
- * @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
81070
81070
  */
81071
81071
 
81072
81072
  /**
@@ -81501,18 +81501,18 @@
81501
81501
 
81502
81502
  /**
81503
81503
  * @namespace proto
81504
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
81505
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
81506
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
81507
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
81508
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
81509
- * @typedef {import("@hashgraph/proto").proto.IScheduleDeleteTransactionBody} HieroProto.proto.IScheduleDeleteTransactionBody
81510
- * @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
81511
81511
  */
81512
81512
 
81513
81513
  /**
81514
81514
  * @typedef {import("bignumber.js").default} BigNumber
81515
- * @typedef {import("@hashgraph/cryptography").Key} Key
81515
+ * @typedef {import("@hiero-ledger/cryptography").Key} Key
81516
81516
  * @typedef {import("../channel/Channel.js").default} Channel
81517
81517
  * @typedef {import("../client/Client.js").default<*, *>} Client
81518
81518
  * @typedef {import("../Timestamp.js").default} Timestamp
@@ -81907,13 +81907,13 @@
81907
81907
 
81908
81908
  /**
81909
81909
  * @namespace proto
81910
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
81911
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
81912
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
81913
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
81914
- * @typedef {import("@hashgraph/proto").proto.IScheduleInfo} HieroProto.proto.IScheduleInfo
81915
- * @typedef {import("@hashgraph/proto").proto.IScheduleGetInfoQuery} HieroProto.proto.IScheduleGetInfoQuery
81916
- * @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
81917
81917
  */
81918
81918
 
81919
81919
  /**
@@ -82109,25 +82109,25 @@
82109
82109
 
82110
82110
  /**
82111
82111
  * @namespace proto
82112
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82113
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82114
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82115
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82116
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82117
- * @typedef {import("@hashgraph/proto").proto.IScheduleSignTransactionBody} HieroProto.proto.IScheduleSignTransactionBody
82118
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
82119
- * @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
82120
82120
  */
82121
82121
 
82122
82122
  /**
82123
82123
  * @typedef {import("bignumber.js").default} BigNumber
82124
- * @typedef {import("@hashgraph/cryptography").Key} Key
82124
+ * @typedef {import("@hiero-ledger/cryptography").Key} Key
82125
82125
  * @typedef {import("../channel/Channel.js").default} Channel
82126
82126
  * @typedef {import("../client/Client.js").default<*, *>} Client
82127
82127
  * @typedef {import("../Timestamp.js").default} Timestamp
82128
82128
  * @typedef {import("../transaction/TransactionId.js").default} TransactionId
82129
82129
  * @typedef {import("../account/AccountId.js").default} AccountId
82130
- * @typedef {import("@hashgraph/cryptography").PublicKey} PublicKey
82130
+ * @typedef {import("@hiero-ledger/cryptography").PublicKey} PublicKey
82131
82131
  */
82132
82132
 
82133
82133
  /**
@@ -82387,14 +82387,14 @@
82387
82387
 
82388
82388
  /**
82389
82389
  * @namespace proto
82390
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82391
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82392
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82393
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82394
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82395
- * @typedef {import("@hashgraph/proto").proto.ISystemDeleteTransactionBody} HieroProto.proto.ISystemDeleteTransactionBody
82396
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
82397
- * @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
82398
82398
  */
82399
82399
 
82400
82400
  /**
@@ -82621,14 +82621,14 @@
82621
82621
 
82622
82622
  /**
82623
82623
  * @namespace proto
82624
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82625
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82626
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82627
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82628
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82629
- * @typedef {import("@hashgraph/proto").proto.ISystemUndeleteTransactionBody} HieroProto.proto.ISystemUndeleteTransactionBody
82630
- * @typedef {import("@hashgraph/proto").proto.IContractID} HieroProto.proto.IContractID
82631
- * @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
82632
82632
  */
82633
82633
 
82634
82634
  /**
@@ -82824,13 +82824,13 @@
82824
82824
 
82825
82825
  /**
82826
82826
  * @namespace proto
82827
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
82828
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
82829
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
82830
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
82831
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
82832
- * @typedef {import("@hashgraph/proto").proto.ITokenAssociateTransactionBody} HieroProto.proto.ITokenAssociateTransactionBody
82833
- * @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
82834
82834
  */
82835
82835
 
82836
82836
  /**
@@ -83033,13 +83033,13 @@
83033
83033
 
83034
83034
  /**
83035
83035
  * @namespace proto
83036
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
83037
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83038
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83039
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83040
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83041
- * @typedef {import("@hashgraph/proto").proto.ITokenBurnTransactionBody} HieroProto.proto.ITokenBurnTransactionBody
83042
- * @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
83043
83043
  */
83044
83044
 
83045
83045
  /**
@@ -83256,7 +83256,7 @@
83256
83256
 
83257
83257
  /**
83258
83258
  * @namespace proto
83259
- * @typedef {import("@hashgraph/proto").proto.TokenReference} HieroProto.proto.TokenReference
83259
+ * @typedef {import("@hiero-ledger/proto").proto.TokenReference} HieroProto.proto.TokenReference
83260
83260
  */
83261
83261
 
83262
83262
  class TokenReference {
@@ -83296,13 +83296,13 @@
83296
83296
 
83297
83297
  /**
83298
83298
  * @namespace proto
83299
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
83300
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83301
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83302
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83303
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83304
- * @typedef {import("@hashgraph/proto").proto.ITokenRejectTransactionBody} HieroProto.proto.ITokenRejectTransactionBody
83305
- * @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
83306
83306
  */
83307
83307
 
83308
83308
  /**
@@ -83556,13 +83556,13 @@
83556
83556
 
83557
83557
  /**
83558
83558
  * @namespace proto
83559
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
83560
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
83561
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
83562
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
83563
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
83564
- * @typedef {import("@hashgraph/proto").proto.ITokenDissociateTransactionBody} HieroProto.proto.ITokenDissociateTransactionBody
83565
- * @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
83566
83566
  */
83567
83567
 
83568
83568
  /**
@@ -84024,7 +84024,7 @@
84024
84024
 
84025
84025
  /**
84026
84026
  * @namespace proto
84027
- * @typedef {import("@hashgraph/proto").proto.TokenType} HieroProto.proto.TokenType
84027
+ * @typedef {import("@hiero-ledger/proto").proto.TokenType} HieroProto.proto.TokenType
84028
84028
  */
84029
84029
 
84030
84030
  class TokenType {
@@ -84099,7 +84099,7 @@
84099
84099
 
84100
84100
  /**
84101
84101
  * @namespace proto
84102
- * @typedef {import("@hashgraph/proto").proto.TokenSupplyType} HieroProto.proto.TokenSupplyType
84102
+ * @typedef {import("@hiero-ledger/proto").proto.TokenSupplyType} HieroProto.proto.TokenSupplyType
84103
84103
  */
84104
84104
 
84105
84105
  class TokenSupplyType {
@@ -84175,13 +84175,13 @@
84175
84175
 
84176
84176
  /**
84177
84177
  * @namespace proto
84178
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
84179
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
84180
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
84181
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
84182
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
84183
- * @typedef {import("@hashgraph/proto").proto.ITokenCreateTransactionBody} HieroProto.proto.ITokenCreateTransactionBody
84184
- * @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
84185
84185
  */
84186
84186
 
84187
84187
  /**
@@ -85136,13 +85136,13 @@
85136
85136
 
85137
85137
  /**
85138
85138
  * @namespace proto
85139
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85140
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85141
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85142
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85143
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85144
- * @typedef {import("@hashgraph/proto").proto.ITokenDeleteTransactionBody} HieroProto.proto.ITokenDeleteTransactionBody
85145
- * @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
85146
85146
  */
85147
85147
 
85148
85148
  /**
@@ -85294,13 +85294,13 @@
85294
85294
 
85295
85295
  /**
85296
85296
  * @namespace proto
85297
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85298
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85299
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85300
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85301
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85302
- * @typedef {import("@hashgraph/proto").proto.ITokenFeeScheduleUpdateTransactionBody} HieroProto.proto.ITokenFeeScheduleUpdateTransactionBody
85303
- * @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
85304
85304
  */
85305
85305
 
85306
85306
  /**
@@ -85486,13 +85486,13 @@
85486
85486
 
85487
85487
  /**
85488
85488
  * @namespace proto
85489
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85490
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85491
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85492
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85493
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85494
- * @typedef {import("@hashgraph/proto").proto.ITokenFreezeAccountTransactionBody} HieroProto.proto.ITokenFreezeAccountTransactionBody
85495
- * @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
85496
85496
  */
85497
85497
 
85498
85498
  /**
@@ -85685,13 +85685,13 @@
85685
85685
 
85686
85686
  /**
85687
85687
  * @namespace proto
85688
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
85689
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
85690
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
85691
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
85692
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
85693
- * @typedef {import("@hashgraph/proto").proto.ITokenGrantKycTransactionBody} HieroProto.proto.ITokenGrantKycTransactionBody
85694
- * @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
85695
85695
  */
85696
85696
 
85697
85697
  /**
@@ -86326,13 +86326,13 @@
86326
86326
 
86327
86327
  /**
86328
86328
  * @namespace proto
86329
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
86330
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
86331
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
86332
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
86333
- * @typedef {import("@hashgraph/proto").proto.ITokenInfo} HieroProto.proto.ITokenInfo
86334
- * @typedef {import("@hashgraph/proto").proto.ITokenGetInfoQuery} HieroProto.proto.ITokenGetInfoQuery
86335
- * @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
86336
86336
  */
86337
86337
 
86338
86338
  /**
@@ -86507,13 +86507,13 @@
86507
86507
 
86508
86508
  /**
86509
86509
  * @namespace proto
86510
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
86511
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
86512
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
86513
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
86514
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
86515
- * @typedef {import("@hashgraph/proto").proto.ITokenMintTransactionBody} HieroProto.proto.ITokenMintTransactionBody
86516
- * @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
86517
86517
  */
86518
86518
 
86519
86519
  /**
@@ -86761,16 +86761,16 @@
86761
86761
 
86762
86762
  /**
86763
86763
  * @namespace proto
86764
- * @typedef {import("@hashgraph/proto").proto.TokenFreezeStatus} HieroProto.proto.TokenFreezeStatus
86765
- * @typedef {import("@hashgraph/proto").proto.TokenKycStatus} HieroProto.proto.TokenKycStatus
86766
- * @typedef {import("@hashgraph/proto").proto.TokenPauseStatus} HieroProto.proto.TokenPauseStatus
86767
- * @typedef {import("@hashgraph/proto").proto.ITokenNftInfo} HieroProto.proto.ITokenNftInfo
86768
- * @typedef {import("@hashgraph/proto").proto.INftID} HieroProto.proto.INftID
86769
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
86770
- * @typedef {import("@hashgraph/proto").proto.ITokenID} HieroProto.proto.ITokenID
86771
- * @typedef {import("@hashgraph/proto").proto.IAccountID} HieroProto.proto.IAccountID
86772
- * @typedef {import("@hashgraph/proto").proto.IKey} HieroProto.proto.IKey
86773
- * @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
86774
86774
  */
86775
86775
 
86776
86776
  class TokenNftInfo {
@@ -86892,17 +86892,17 @@
86892
86892
 
86893
86893
  /**
86894
86894
  * @namespace proto
86895
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
86896
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
86897
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
86898
- * @typedef {import("@hashgraph/proto").proto.ITokenNftInfo} HieroProto.proto.ITokenNftInfo
86899
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
86900
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfoQuery} HieroProto.proto.ITokenGetNftInfoQuery
86901
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfosQuery} HieroProto.proto.ITokenGetNftInfosQuery
86902
- * @typedef {import("@hashgraph/proto").proto.ITokenGetAccountNftInfosQuery} HieroProto.proto.ITokenGetAccountNftInfosQuery
86903
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfoResponse} HieroProto.proto.ITokenGetNftInfoResponse
86904
- * @typedef {import("@hashgraph/proto").proto.ITokenGetNftInfosResponse} HieroProto.proto.ITokenGetNftInfosResponse
86905
- * @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
86906
86906
  */
86907
86907
 
86908
86908
  /**
@@ -87254,13 +87254,13 @@
87254
87254
 
87255
87255
  /**
87256
87256
  * @namespace proto
87257
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87258
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87259
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87260
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87261
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87262
- * @typedef {import("@hashgraph/proto").proto.ITokenPauseTransactionBody} HieroProto.proto.ITokenPauseTransactionBody
87263
- * @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
87264
87264
  */
87265
87265
 
87266
87266
  /**
@@ -87412,13 +87412,13 @@
87412
87412
 
87413
87413
  /**
87414
87414
  * @namespace proto
87415
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87416
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87417
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87418
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87419
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87420
- * @typedef {import("@hashgraph/proto").proto.ITokenRevokeKycTransactionBody} HieroProto.proto.ITokenRevokeKycTransactionBody
87421
- * @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
87422
87422
  */
87423
87423
 
87424
87424
  /**
@@ -87611,13 +87611,13 @@
87611
87611
 
87612
87612
  /**
87613
87613
  * @namespace proto
87614
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87615
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87616
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87617
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87618
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87619
- * @typedef {import("@hashgraph/proto").proto.ITokenUnfreezeAccountTransactionBody} HieroProto.proto.ITokenUnfreezeAccountTransactionBody
87620
- * @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
87621
87621
  */
87622
87622
 
87623
87623
  /**
@@ -87810,13 +87810,13 @@
87810
87810
 
87811
87811
  /**
87812
87812
  * @namespace proto
87813
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
87814
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
87815
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
87816
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
87817
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
87818
- * @typedef {import("@hashgraph/proto").proto.ITokenUnpauseTransactionBody} HieroProto.proto.ITokenUnpauseTransactionBody
87819
- * @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
87820
87820
  */
87821
87821
 
87822
87822
  /**
@@ -87967,7 +87967,7 @@
87967
87967
 
87968
87968
  /**
87969
87969
  * @namespace proto
87970
- * @typedef {import("@hashgraph/proto").proto.TokenKeyValidation} HieroProto.proto.TokenKeyValidation
87970
+ * @typedef {import("@hiero-ledger/proto").proto.TokenKeyValidation} HieroProto.proto.TokenKeyValidation
87971
87971
  */
87972
87972
 
87973
87973
  /** Types of validation strategies for token keys. */
@@ -88039,13 +88039,13 @@
88039
88039
 
88040
88040
  /**
88041
88041
  * @namespace proto
88042
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
88043
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
88044
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
88045
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
88046
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
88047
- * @typedef {import("@hashgraph/proto").proto.ITokenUpdateTransactionBody} HieroProto.proto.ITokenUpdateTransactionBody
88048
- * @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
88049
88049
  */
88050
88050
 
88051
88051
  /**
@@ -88858,13 +88858,13 @@
88858
88858
 
88859
88859
  /**
88860
88860
  * @namespace proto
88861
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
88862
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
88863
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
88864
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
88865
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
88866
- * @typedef {import("@hashgraph/proto").proto.ITokenWipeAccountTransactionBody} HieroProto.proto.ITokenWipeAccountTransactionBody
88867
- * @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
88868
88868
  */
88869
88869
 
88870
88870
  /**
@@ -89125,12 +89125,12 @@
89125
89125
 
89126
89126
  /**
89127
89127
  * @namespace proto
89128
- * @typedef {import("@hashgraph/proto").proto.IConsensusCreateTopicTransactionBody} HieroProto.proto.IConsensusCreateTopicTransactionBody
89129
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
89130
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
89131
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
89132
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
89133
- * @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
89134
89134
  */
89135
89135
 
89136
89136
  /**
@@ -89674,12 +89674,12 @@
89674
89674
 
89675
89675
  /**
89676
89676
  * @namespace proto
89677
- * @typedef {import("@hashgraph/proto").proto.IConsensusDeleteTopicTransactionBody} HieroProto.proto.IConsensusDeleteTopicTransactionBody
89678
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
89679
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
89680
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
89681
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
89682
- * @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
89683
89683
  */
89684
89684
 
89685
89685
  /**
@@ -90084,17 +90084,17 @@
90084
90084
 
90085
90085
  /**
90086
90086
  * @namespace proto
90087
- * @typedef {import("@hashgraph/proto").proto.IQuery} HieroProto.proto.IQuery
90088
- * @typedef {import("@hashgraph/proto").proto.IQueryHeader} HieroProto.proto.IQueryHeader
90089
- * @typedef {import("@hashgraph/proto").proto.IResponse} HieroProto.proto.IResponse
90090
- * @typedef {import("@hashgraph/proto").proto.IResponseHeader} HieroProto.proto.IResponseHeader
90091
- * @typedef {import("@hashgraph/proto").proto.IConsensusGetTopicInfoResponse} HieroProto.proto.IConsensusGetTopicInfoResponse
90092
- * @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
90093
90093
  */
90094
90094
 
90095
90095
  /**
90096
90096
  * @namespace com
90097
- * @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
90098
90098
  */
90099
90099
 
90100
90100
  /**
@@ -90270,12 +90270,12 @@
90270
90270
 
90271
90271
  /**
90272
90272
  * @namespace proto
90273
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90273
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90274
90274
  */
90275
90275
 
90276
90276
  /**
90277
90277
  * @namespace com
90278
- * @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
90279
90279
  */
90280
90280
 
90281
90281
  class TopicMessageChunk {
@@ -90345,12 +90345,12 @@
90345
90345
 
90346
90346
  /**
90347
90347
  * @namespace proto
90348
- * @typedef {import("@hashgraph/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90348
+ * @typedef {import("@hiero-ledger/proto").proto.ITimestamp} HieroProto.proto.ITimestamp
90349
90349
  */
90350
90350
 
90351
90351
  /**
90352
90352
  * @namespace com
90353
- * @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
90354
90354
  */
90355
90355
 
90356
90356
  class TopicMessage {
@@ -91030,15 +91030,15 @@
91030
91030
 
91031
91031
  /**
91032
91032
  * @namespace proto
91033
- * @typedef {import("@hashgraph/proto").proto.IConsensusSubmitMessageTransactionBody} HieroProto.proto.IConsensusSubmitMessageTransactionBody
91034
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
91035
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
91036
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
91037
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
91038
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
91039
- * @typedef {import("@hashgraph/proto").proto.IConsensusMessageChunkInfo} HieroProto.proto.IConsensusMessageChunkInfo
91040
- * @typedef {import("@hashgraph/proto").proto.IFixedFee} HieroProto.proto.IFixedFee
91041
- * @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
91042
91042
  */
91043
91043
 
91044
91044
  /**
@@ -91510,12 +91510,12 @@
91510
91510
 
91511
91511
  /**
91512
91512
  * @namespace proto
91513
- * @typedef {import("@hashgraph/proto").proto.IConsensusUpdateTopicTransactionBody} HieroProto.proto.IConsensusUpdateTopicTransactionBody
91514
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
91515
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
91516
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
91517
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
91518
- * @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
91519
91519
  */
91520
91520
 
91521
91521
  /**
@@ -92161,8 +92161,8 @@
92161
92161
 
92162
92162
  /**
92163
92163
  * @namespace proto
92164
- * @typedef {import("@hashgraph/proto").proto.ITransferList} HieroProto.proto.ITransferList
92165
- * @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
92166
92166
  */
92167
92167
 
92168
92168
  /**
@@ -92212,12 +92212,12 @@
92212
92212
 
92213
92213
  /**
92214
92214
  * @namespace proto
92215
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
92216
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
92217
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
92218
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
92219
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
92220
- * @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
92221
92221
  */
92222
92222
 
92223
92223
  /**
@@ -93791,13 +93791,13 @@
93791
93791
 
93792
93792
  /**
93793
93793
  * @namespace proto
93794
- * @typedef {import("@hashgraph/proto").proto.ITransaction} HieroProto.proto.ITransaction
93795
- * @typedef {import("@hashgraph/proto").proto.ISignedTransaction} HieroProto.proto.ISignedTransaction
93796
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} HieroProto.proto.TransactionBody
93797
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} HieroProto.proto.ITransactionBody
93798
- * @typedef {import("@hashgraph/proto").proto.ITransactionResponse} HieroProto.proto.ITransactionResponse
93799
- * @typedef {import("@hashgraph/proto").proto.ITokenUpdateNftsTransactionBody} HieroProto.proto.ITokenUpdateNftsTransactionBody
93800
- * @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
93801
93801
  */
93802
93802
 
93803
93803
  /**
@@ -94012,7 +94012,7 @@
94012
94012
 
94013
94013
  /**
94014
94014
  * @namespace proto
94015
- * @typedef {import("@hashgraph/proto").proto.IServiceEndpoint} IServiceEndpoint
94015
+ * @typedef {import("@hiero-ledger/proto").proto.IServiceEndpoint} IServiceEndpoint
94016
94016
  */
94017
94017
 
94018
94018
  class ServiceEndpoint {
@@ -94163,16 +94163,16 @@
94163
94163
 
94164
94164
  /**
94165
94165
  * @namespace proto
94166
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ITransaction
94167
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ISignedTransaction
94168
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} TransactionBody
94169
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} ITransactionBody
94170
- * @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
94171
94171
  */
94172
94172
 
94173
94173
  /**
94174
94174
  * @namespace com.hedera.hapi.node.addressbook
94175
- * @typedef {import("@hashgraph/proto").com.hedera.hapi.node.addressbook.INodeCreateTransactionBody} INodeCreateTransactionBody
94175
+ * @typedef {import("@hiero-ledger/proto").com.hedera.hapi.node.addressbook.INodeCreateTransactionBody} INodeCreateTransactionBody
94176
94176
  */
94177
94177
 
94178
94178
  /**
@@ -94667,16 +94667,16 @@
94667
94667
 
94668
94668
  /**
94669
94669
  * @namespace proto
94670
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ITransaction
94671
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ISignedTransaction
94672
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} TransactionBody
94673
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} ITransactionBody
94674
- * @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
94675
94675
  */
94676
94676
 
94677
94677
  /**
94678
94678
  * @namespace com.hedera.hapi.node.addressbook
94679
- * @typedef {import("@hashgraph/proto").com.hedera.hapi.node.addressbook.INodeDeleteTransactionBody} INodeDeleteTransactionBody
94679
+ * @typedef {import("@hiero-ledger/proto").com.hedera.hapi.node.addressbook.INodeDeleteTransactionBody} INodeDeleteTransactionBody
94680
94680
  */
94681
94681
 
94682
94682
  /**
@@ -94848,16 +94848,16 @@
94848
94848
 
94849
94849
  /**
94850
94850
  * @namespace proto
94851
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ITransaction
94852
- * @typedef {import("@hashgraph/proto").proto.ITransaction} ISignedTransaction
94853
- * @typedef {import("@hashgraph/proto").proto.TransactionBody} TransactionBody
94854
- * @typedef {import("@hashgraph/proto").proto.ITransactionBody} ITransactionBody
94855
- * @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
94856
94856
  */
94857
94857
 
94858
94858
  /**
94859
94859
  * @namespace com.hedera.hapi.node.addressbook
94860
- * @typedef {import("@hashgraph/proto").com.hedera.hapi.node.addressbook.INodeUpdateTransactionBody} INodeUpdateTransactionBody
94860
+ * @typedef {import("@hiero-ledger/proto").com.hedera.hapi.node.addressbook.INodeUpdateTransactionBody} INodeUpdateTransactionBody
94861
94861
  */
94862
94862
 
94863
94863
  /**
@@ -98408,7 +98408,7 @@
98408
98408
 
98409
98409
  const SDK_NAME = "hiero-sdk-js";
98410
98410
  const SDK_VERSION =
98411
- "2.77.0" ;
98411
+ "2.78.0-beta.2" ;
98412
98412
 
98413
98413
  // SPDX-License-Identifier: Apache-2.0
98414
98414