@hiero-ledger/sdk 2.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1272) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +167 -0
  3. package/dist/umd.js +98781 -0
  4. package/dist/umd.min.js +122 -0
  5. package/lib/BadEntityIdError.cjs +27 -0
  6. package/lib/BadEntityIdError.d.ts +15 -0
  7. package/lib/BadEntityIdError.js +2 -0
  8. package/lib/BadEntityIdError.js.map +1 -0
  9. package/lib/Cache.cjs +376 -0
  10. package/lib/Cache.d.ts +228 -0
  11. package/lib/Cache.js +2 -0
  12. package/lib/Cache.js.map +1 -0
  13. package/lib/Duration.cjs +53 -0
  14. package/lib/Duration.d.ts +37 -0
  15. package/lib/Duration.js +2 -0
  16. package/lib/Duration.js.map +1 -0
  17. package/lib/EntityIdHelper.cjs +547 -0
  18. package/lib/EntityIdHelper.d.ts +203 -0
  19. package/lib/EntityIdHelper.js +2 -0
  20. package/lib/EntityIdHelper.js.map +1 -0
  21. package/lib/EthereumFlow.cjs +207 -0
  22. package/lib/EthereumFlow.d.ts +134 -0
  23. package/lib/EthereumFlow.js +2 -0
  24. package/lib/EthereumFlow.js.map +1 -0
  25. package/lib/EthereumTransaction.cjs +260 -0
  26. package/lib/EthereumTransaction.d.ts +161 -0
  27. package/lib/EthereumTransaction.js +2 -0
  28. package/lib/EthereumTransaction.js.map +1 -0
  29. package/lib/EthereumTransactionData.cjs +66 -0
  30. package/lib/EthereumTransactionData.d.ts +33 -0
  31. package/lib/EthereumTransactionData.js +2 -0
  32. package/lib/EthereumTransactionData.js.map +1 -0
  33. package/lib/EthereumTransactionDataEip1559.cjs +134 -0
  34. package/lib/EthereumTransactionDataEip1559.d.ts +64 -0
  35. package/lib/EthereumTransactionDataEip1559.js +2 -0
  36. package/lib/EthereumTransactionDataEip1559.js.map +1 -0
  37. package/lib/EthereumTransactionDataEip2930.cjs +129 -0
  38. package/lib/EthereumTransactionDataEip2930.d.ts +60 -0
  39. package/lib/EthereumTransactionDataEip2930.js +2 -0
  40. package/lib/EthereumTransactionDataEip2930.js.map +1 -0
  41. package/lib/EthereumTransactionDataLegacy.cjs +112 -0
  42. package/lib/EthereumTransactionDataLegacy.d.ts +52 -0
  43. package/lib/EthereumTransactionDataLegacy.js +2 -0
  44. package/lib/EthereumTransactionDataLegacy.js.map +1 -0
  45. package/lib/EvmAddress.cjs +84 -0
  46. package/lib/EvmAddress.d.ts +47 -0
  47. package/lib/EvmAddress.js +2 -0
  48. package/lib/EvmAddress.js.map +1 -0
  49. package/lib/ExchangeRate.cjs +113 -0
  50. package/lib/ExchangeRate.d.ts +75 -0
  51. package/lib/ExchangeRate.js +2 -0
  52. package/lib/ExchangeRate.js.map +1 -0
  53. package/lib/ExchangeRates.cjs +75 -0
  54. package/lib/ExchangeRates.d.ts +39 -0
  55. package/lib/ExchangeRates.js +2 -0
  56. package/lib/ExchangeRates.js.map +1 -0
  57. package/lib/Executable.cjs +760 -0
  58. package/lib/Executable.d.ts +365 -0
  59. package/lib/Executable.js +2 -0
  60. package/lib/Executable.js.map +1 -0
  61. package/lib/FeeComponents.cjs +170 -0
  62. package/lib/FeeComponents.d.ts +66 -0
  63. package/lib/FeeComponents.js +2 -0
  64. package/lib/FeeComponents.js.map +1 -0
  65. package/lib/FeeData.cjs +111 -0
  66. package/lib/FeeData.d.ts +58 -0
  67. package/lib/FeeData.js +2 -0
  68. package/lib/FeeData.js.map +1 -0
  69. package/lib/FeeDataType.cjs +128 -0
  70. package/lib/FeeDataType.d.ts +44 -0
  71. package/lib/FeeDataType.js +2 -0
  72. package/lib/FeeDataType.js.map +1 -0
  73. package/lib/FeeSchedule.cjs +79 -0
  74. package/lib/FeeSchedule.d.ts +40 -0
  75. package/lib/FeeSchedule.js +2 -0
  76. package/lib/FeeSchedule.js.map +1 -0
  77. package/lib/FeeSchedules.cjs +79 -0
  78. package/lib/FeeSchedules.d.ts +40 -0
  79. package/lib/FeeSchedules.js +2 -0
  80. package/lib/FeeSchedules.js.map +1 -0
  81. package/lib/FreezeType.cjs +117 -0
  82. package/lib/FreezeType.d.ts +42 -0
  83. package/lib/FreezeType.js +2 -0
  84. package/lib/FreezeType.js.map +1 -0
  85. package/lib/Hbar.cjs +139 -0
  86. package/lib/Hbar.d.ts +62 -0
  87. package/lib/Hbar.js +2 -0
  88. package/lib/Hbar.js.map +1 -0
  89. package/lib/HbarUnit.cjs +77 -0
  90. package/lib/HbarUnit.d.ts +46 -0
  91. package/lib/HbarUnit.js +2 -0
  92. package/lib/HbarUnit.js.map +1 -0
  93. package/lib/Key.cjs +62 -0
  94. package/lib/Key.d.ts +23 -0
  95. package/lib/Key.js +2 -0
  96. package/lib/Key.js.map +1 -0
  97. package/lib/KeyList.cjs +181 -0
  98. package/lib/KeyList.d.ts +87 -0
  99. package/lib/KeyList.js +2 -0
  100. package/lib/KeyList.js.map +1 -0
  101. package/lib/LedgerId.cjs +137 -0
  102. package/lib/LedgerId.d.ts +64 -0
  103. package/lib/LedgerId.js +2 -0
  104. package/lib/LedgerId.js.map +1 -0
  105. package/lib/LocalProvider.cjs +159 -0
  106. package/lib/LocalProvider.d.ts +120 -0
  107. package/lib/LocalProvider.js +2 -0
  108. package/lib/LocalProvider.js.map +1 -0
  109. package/lib/ManagedNode.cjs +245 -0
  110. package/lib/ManagedNode.d.ts +127 -0
  111. package/lib/ManagedNode.js +2 -0
  112. package/lib/ManagedNode.js.map +1 -0
  113. package/lib/ManagedNodeAddress.cjs +104 -0
  114. package/lib/ManagedNodeAddress.d.ts +51 -0
  115. package/lib/ManagedNodeAddress.js +2 -0
  116. package/lib/ManagedNodeAddress.js.map +1 -0
  117. package/lib/MaxAttemptsOrTimeoutError.cjs +48 -0
  118. package/lib/MaxAttemptsOrTimeoutError.d.ts +26 -0
  119. package/lib/MaxAttemptsOrTimeoutError.js +2 -0
  120. package/lib/MaxAttemptsOrTimeoutError.js.map +1 -0
  121. package/lib/MaxQueryPaymentExceeded.cjs +34 -0
  122. package/lib/MaxQueryPaymentExceeded.d.ts +21 -0
  123. package/lib/MaxQueryPaymentExceeded.js +2 -0
  124. package/lib/MaxQueryPaymentExceeded.js.map +1 -0
  125. package/lib/MirrorNode.cjs +48 -0
  126. package/lib/MirrorNode.d.ts +39 -0
  127. package/lib/MirrorNode.js +2 -0
  128. package/lib/MirrorNode.js.map +1 -0
  129. package/lib/Mnemonic.cjs +232 -0
  130. package/lib/Mnemonic.d.ts +145 -0
  131. package/lib/Mnemonic.js +2 -0
  132. package/lib/Mnemonic.js.map +1 -0
  133. package/lib/Node.cjs +114 -0
  134. package/lib/Node.d.ts +72 -0
  135. package/lib/Node.js +2 -0
  136. package/lib/Node.js.map +1 -0
  137. package/lib/ObjectMap.cjs +137 -0
  138. package/lib/ObjectMap.d.ts +88 -0
  139. package/lib/ObjectMap.js +2 -0
  140. package/lib/ObjectMap.js.map +1 -0
  141. package/lib/PrecheckStatusError.cjs +77 -0
  142. package/lib/PrecheckStatusError.d.ts +68 -0
  143. package/lib/PrecheckStatusError.js +2 -0
  144. package/lib/PrecheckStatusError.js.map +1 -0
  145. package/lib/PrivateKey.cjs +529 -0
  146. package/lib/PrivateKey.d.ts +312 -0
  147. package/lib/PrivateKey.js +2 -0
  148. package/lib/PrivateKey.js.map +1 -0
  149. package/lib/PrngTransaction.cjs +136 -0
  150. package/lib/PrngTransaction.d.ts +74 -0
  151. package/lib/PrngTransaction.js +2 -0
  152. package/lib/PrngTransaction.js.map +1 -0
  153. package/lib/Provider.cjs +41 -0
  154. package/lib/Provider.d.ts +32 -0
  155. package/lib/Provider.js +2 -0
  156. package/lib/Provider.js.map +1 -0
  157. package/lib/PublicKey.cjs +285 -0
  158. package/lib/PublicKey.d.ts +142 -0
  159. package/lib/PublicKey.js +2 -0
  160. package/lib/PublicKey.js.map +1 -0
  161. package/lib/ReceiptStatusError.cjs +45 -0
  162. package/lib/ReceiptStatusError.d.ts +38 -0
  163. package/lib/ReceiptStatusError.js +2 -0
  164. package/lib/ReceiptStatusError.js.map +1 -0
  165. package/lib/RecordStatusError.cjs +34 -0
  166. package/lib/RecordStatusError.d.ts +27 -0
  167. package/lib/RecordStatusError.js +2 -0
  168. package/lib/RecordStatusError.js.map +1 -0
  169. package/lib/RequestType.cjs +922 -0
  170. package/lib/RequestType.d.ts +131 -0
  171. package/lib/RequestType.js +2 -0
  172. package/lib/RequestType.js.map +1 -0
  173. package/lib/Signer.cjs +47 -0
  174. package/lib/Signer.d.ts +38 -0
  175. package/lib/Signer.js +2 -0
  176. package/lib/Signer.js.map +1 -0
  177. package/lib/SignerSignature.cjs +34 -0
  178. package/lib/SignerSignature.d.ts +29 -0
  179. package/lib/SignerSignature.js +2 -0
  180. package/lib/SignerSignature.js.map +1 -0
  181. package/lib/StakingInfo.cjs +160 -0
  182. package/lib/StakingInfo.d.ts +109 -0
  183. package/lib/StakingInfo.js +2 -0
  184. package/lib/StakingInfo.js.map +1 -0
  185. package/lib/Status.cjs +3353 -0
  186. package/lib/Status.d.ts +395 -0
  187. package/lib/Status.js +2 -0
  188. package/lib/Status.js.map +1 -0
  189. package/lib/StatusError.cjs +66 -0
  190. package/lib/StatusError.d.ts +41 -0
  191. package/lib/StatusError.js +2 -0
  192. package/lib/StatusError.js.map +1 -0
  193. package/lib/Timestamp.cjs +144 -0
  194. package/lib/Timestamp.d.ts +69 -0
  195. package/lib/Timestamp.js +2 -0
  196. package/lib/Timestamp.js.map +1 -0
  197. package/lib/TransactionFeeSchedule.cjs +85 -0
  198. package/lib/TransactionFeeSchedule.d.ts +39 -0
  199. package/lib/TransactionFeeSchedule.js +2 -0
  200. package/lib/TransactionFeeSchedule.js.map +1 -0
  201. package/lib/Transfer.cjs +104 -0
  202. package/lib/Transfer.d.ts +77 -0
  203. package/lib/Transfer.js +2 -0
  204. package/lib/Transfer.js.map +1 -0
  205. package/lib/Wallet.cjs +253 -0
  206. package/lib/Wallet.d.ts +147 -0
  207. package/lib/Wallet.js +2 -0
  208. package/lib/Wallet.js.map +1 -0
  209. package/lib/account/AccountAllowanceAdjustTransaction.cjs +366 -0
  210. package/lib/account/AccountAllowanceAdjustTransaction.d.ts +208 -0
  211. package/lib/account/AccountAllowanceAdjustTransaction.js +2 -0
  212. package/lib/account/AccountAllowanceAdjustTransaction.js.map +1 -0
  213. package/lib/account/AccountAllowanceApproveTransaction.cjs +353 -0
  214. package/lib/account/AccountAllowanceApproveTransaction.d.ts +194 -0
  215. package/lib/account/AccountAllowanceApproveTransaction.js +2 -0
  216. package/lib/account/AccountAllowanceApproveTransaction.js.map +1 -0
  217. package/lib/account/AccountAllowanceDeleteTransaction.cjs +166 -0
  218. package/lib/account/AccountAllowanceDeleteTransaction.d.ts +90 -0
  219. package/lib/account/AccountAllowanceDeleteTransaction.js +2 -0
  220. package/lib/account/AccountAllowanceDeleteTransaction.js.map +1 -0
  221. package/lib/account/AccountBalance.cjs +145 -0
  222. package/lib/account/AccountBalance.d.ts +72 -0
  223. package/lib/account/AccountBalance.js +2 -0
  224. package/lib/account/AccountBalance.js.map +1 -0
  225. package/lib/account/AccountBalanceQuery.cjs +210 -0
  226. package/lib/account/AccountBalanceQuery.d.ts +92 -0
  227. package/lib/account/AccountBalanceQuery.js +2 -0
  228. package/lib/account/AccountBalanceQuery.js.map +1 -0
  229. package/lib/account/AccountCreateTransaction.cjs +566 -0
  230. package/lib/account/AccountCreateTransaction.d.ts +309 -0
  231. package/lib/account/AccountCreateTransaction.js +2 -0
  232. package/lib/account/AccountCreateTransaction.js.map +1 -0
  233. package/lib/account/AccountDeleteTransaction.cjs +181 -0
  234. package/lib/account/AccountDeleteTransaction.d.ts +97 -0
  235. package/lib/account/AccountDeleteTransaction.js +2 -0
  236. package/lib/account/AccountDeleteTransaction.js.map +1 -0
  237. package/lib/account/AccountId.cjs +400 -0
  238. package/lib/account/AccountId.d.ts +149 -0
  239. package/lib/account/AccountId.js +2 -0
  240. package/lib/account/AccountId.js.map +1 -0
  241. package/lib/account/AccountInfo.cjs +356 -0
  242. package/lib/account/AccountInfo.d.ts +234 -0
  243. package/lib/account/AccountInfo.js +2 -0
  244. package/lib/account/AccountInfo.js.map +1 -0
  245. package/lib/account/AccountInfoFlow.cjs +88 -0
  246. package/lib/account/AccountInfoFlow.d.ts +53 -0
  247. package/lib/account/AccountInfoFlow.js +2 -0
  248. package/lib/account/AccountInfoFlow.js.map +1 -0
  249. package/lib/account/AccountInfoQuery.cjs +170 -0
  250. package/lib/account/AccountInfoQuery.d.ts +67 -0
  251. package/lib/account/AccountInfoQuery.js +2 -0
  252. package/lib/account/AccountInfoQuery.js.map +1 -0
  253. package/lib/account/AccountRecordsQuery.cjs +163 -0
  254. package/lib/account/AccountRecordsQuery.d.ts +67 -0
  255. package/lib/account/AccountRecordsQuery.js +2 -0
  256. package/lib/account/AccountRecordsQuery.js.map +1 -0
  257. package/lib/account/AccountUpdateTransaction.cjs +503 -0
  258. package/lib/account/AccountUpdateTransaction.d.ts +271 -0
  259. package/lib/account/AccountUpdateTransaction.js +2 -0
  260. package/lib/account/AccountUpdateTransaction.js.map +1 -0
  261. package/lib/account/HbarAllowance.cjs +126 -0
  262. package/lib/account/HbarAllowance.d.ts +85 -0
  263. package/lib/account/HbarAllowance.js +2 -0
  264. package/lib/account/HbarAllowance.js.map +1 -0
  265. package/lib/account/HbarTransferMap.cjs +45 -0
  266. package/lib/account/HbarTransferMap.d.ts +31 -0
  267. package/lib/account/HbarTransferMap.js +2 -0
  268. package/lib/account/HbarTransferMap.js.map +1 -0
  269. package/lib/account/LiveHash.cjs +76 -0
  270. package/lib/account/LiveHash.d.ts +49 -0
  271. package/lib/account/LiveHash.js +2 -0
  272. package/lib/account/LiveHash.js.map +1 -0
  273. package/lib/account/LiveHashAddTransaction.cjs +238 -0
  274. package/lib/account/LiveHashAddTransaction.d.ts +125 -0
  275. package/lib/account/LiveHashAddTransaction.js +2 -0
  276. package/lib/account/LiveHashAddTransaction.js.map +1 -0
  277. package/lib/account/LiveHashDeleteTransaction.cjs +170 -0
  278. package/lib/account/LiveHashDeleteTransaction.d.ts +88 -0
  279. package/lib/account/LiveHashDeleteTransaction.js +2 -0
  280. package/lib/account/LiveHashDeleteTransaction.js.map +1 -0
  281. package/lib/account/LiveHashQuery.cjs +188 -0
  282. package/lib/account/LiveHashQuery.d.ts +91 -0
  283. package/lib/account/LiveHashQuery.js +2 -0
  284. package/lib/account/LiveHashQuery.js.map +1 -0
  285. package/lib/account/NullableTokenDecimalMap.cjs +26 -0
  286. package/lib/account/NullableTokenDecimalMap.d.ts +19 -0
  287. package/lib/account/NullableTokenDecimalMap.js +2 -0
  288. package/lib/account/NullableTokenDecimalMap.js.map +1 -0
  289. package/lib/account/ProxyStaker.cjs +73 -0
  290. package/lib/account/ProxyStaker.d.ts +53 -0
  291. package/lib/account/ProxyStaker.js +2 -0
  292. package/lib/account/ProxyStaker.js.map +1 -0
  293. package/lib/account/TokenAllowance.cjs +130 -0
  294. package/lib/account/TokenAllowance.d.ts +93 -0
  295. package/lib/account/TokenAllowance.js +2 -0
  296. package/lib/account/TokenAllowance.js.map +1 -0
  297. package/lib/account/TokenBalanceMap.cjs +30 -0
  298. package/lib/account/TokenBalanceMap.d.ts +23 -0
  299. package/lib/account/TokenBalanceMap.js +2 -0
  300. package/lib/account/TokenBalanceMap.js.map +1 -0
  301. package/lib/account/TokenDecimalMap.cjs +26 -0
  302. package/lib/account/TokenDecimalMap.d.ts +19 -0
  303. package/lib/account/TokenDecimalMap.js +2 -0
  304. package/lib/account/TokenDecimalMap.js.map +1 -0
  305. package/lib/account/TokenNftAllowance.cjs +168 -0
  306. package/lib/account/TokenNftAllowance.d.ts +110 -0
  307. package/lib/account/TokenNftAllowance.js +2 -0
  308. package/lib/account/TokenNftAllowance.js.map +1 -0
  309. package/lib/account/TokenNftTransferMap.cjs +116 -0
  310. package/lib/account/TokenNftTransferMap.d.ts +55 -0
  311. package/lib/account/TokenNftTransferMap.js +2 -0
  312. package/lib/account/TokenNftTransferMap.js.map +1 -0
  313. package/lib/account/TokenRelationship.cjs +113 -0
  314. package/lib/account/TokenRelationship.d.ts +87 -0
  315. package/lib/account/TokenRelationship.js +2 -0
  316. package/lib/account/TokenRelationship.js.map +1 -0
  317. package/lib/account/TokenRelationshipMap.cjs +57 -0
  318. package/lib/account/TokenRelationshipMap.d.ts +33 -0
  319. package/lib/account/TokenRelationshipMap.js +2 -0
  320. package/lib/account/TokenRelationshipMap.js.map +1 -0
  321. package/lib/account/TokenTransferAccountMap.cjs +28 -0
  322. package/lib/account/TokenTransferAccountMap.d.ts +8 -0
  323. package/lib/account/TokenTransferAccountMap.js +2 -0
  324. package/lib/account/TokenTransferAccountMap.js.map +1 -0
  325. package/lib/account/TokenTransferMap.cjs +86 -0
  326. package/lib/account/TokenTransferMap.d.ts +41 -0
  327. package/lib/account/TokenTransferMap.js +2 -0
  328. package/lib/account/TokenTransferMap.js.map +1 -0
  329. package/lib/account/TransferTransaction.cjs +303 -0
  330. package/lib/account/TransferTransaction.d.ts +173 -0
  331. package/lib/account/TransferTransaction.js +2 -0
  332. package/lib/account/TransferTransaction.js.map +1 -0
  333. package/lib/address_book/AddressBooks.cjs +17 -0
  334. package/lib/address_book/AddressBooks.d.ts +4 -0
  335. package/lib/address_book/AddressBooks.js +2 -0
  336. package/lib/address_book/AddressBooks.js.map +1 -0
  337. package/lib/address_book/Endpoint.cjs +140 -0
  338. package/lib/address_book/Endpoint.d.ts +79 -0
  339. package/lib/address_book/Endpoint.js +2 -0
  340. package/lib/address_book/Endpoint.js.map +1 -0
  341. package/lib/address_book/IPv4Address.cjs +116 -0
  342. package/lib/address_book/IPv4Address.d.ts +59 -0
  343. package/lib/address_book/IPv4Address.js +2 -0
  344. package/lib/address_book/IPv4Address.js.map +1 -0
  345. package/lib/address_book/IPv4AddressPart.cjs +76 -0
  346. package/lib/address_book/IPv4AddressPart.d.ts +41 -0
  347. package/lib/address_book/IPv4AddressPart.js +2 -0
  348. package/lib/address_book/IPv4AddressPart.js.map +1 -0
  349. package/lib/address_book/NodeAddress.cjs +287 -0
  350. package/lib/address_book/NodeAddress.d.ts +170 -0
  351. package/lib/address_book/NodeAddress.js +2 -0
  352. package/lib/address_book/NodeAddress.js.map +1 -0
  353. package/lib/address_book/NodeAddressBook.cjs +108 -0
  354. package/lib/address_book/NodeAddressBook.d.ts +66 -0
  355. package/lib/address_book/NodeAddressBook.js +2 -0
  356. package/lib/address_book/NodeAddressBook.js.map +1 -0
  357. package/lib/array.cjs +51 -0
  358. package/lib/array.d.ts +14 -0
  359. package/lib/array.js +2 -0
  360. package/lib/array.js.map +1 -0
  361. package/lib/base32.cjs +38 -0
  362. package/lib/base32.d.ts +18 -0
  363. package/lib/base32.js +2 -0
  364. package/lib/base32.js.map +1 -0
  365. package/lib/browser.cjs +36 -0
  366. package/lib/browser.d.ts +3 -0
  367. package/lib/browser.js +2 -0
  368. package/lib/browser.js.map +1 -0
  369. package/lib/channel/Channel.cjs +293 -0
  370. package/lib/channel/Channel.d.ts +121 -0
  371. package/lib/channel/Channel.js +2 -0
  372. package/lib/channel/Channel.js.map +1 -0
  373. package/lib/channel/MirrorChannel.cjs +55 -0
  374. package/lib/channel/MirrorChannel.d.ts +32 -0
  375. package/lib/channel/MirrorChannel.js +2 -0
  376. package/lib/channel/MirrorChannel.js.map +1 -0
  377. package/lib/channel/NativeChannel.cjs +97 -0
  378. package/lib/channel/NativeChannel.d.ts +12 -0
  379. package/lib/channel/NativeChannel.js +2 -0
  380. package/lib/channel/NativeChannel.js.map +1 -0
  381. package/lib/channel/NodeChannel.cjs +173 -0
  382. package/lib/channel/NodeChannel.d.ts +41 -0
  383. package/lib/channel/NodeChannel.js +2 -0
  384. package/lib/channel/NodeChannel.js.map +1 -0
  385. package/lib/channel/NodeMirrorChannel.cjs +78 -0
  386. package/lib/channel/NodeMirrorChannel.d.ts +22 -0
  387. package/lib/channel/NodeMirrorChannel.js +2 -0
  388. package/lib/channel/NodeMirrorChannel.js.map +1 -0
  389. package/lib/channel/WebChannel.cjs +90 -0
  390. package/lib/channel/WebChannel.d.ts +12 -0
  391. package/lib/channel/WebChannel.js +2 -0
  392. package/lib/channel/WebChannel.js.map +1 -0
  393. package/lib/client/Client.cjs +818 -0
  394. package/lib/client/Client.d.ts +487 -0
  395. package/lib/client/Client.js +2 -0
  396. package/lib/client/Client.js.map +1 -0
  397. package/lib/client/ManagedNetwork.cjs +427 -0
  398. package/lib/client/ManagedNetwork.d.ts +175 -0
  399. package/lib/client/ManagedNetwork.js +2 -0
  400. package/lib/client/ManagedNetwork.js.map +1 -0
  401. package/lib/client/MirrorNetwork.cjs +89 -0
  402. package/lib/client/MirrorNetwork.d.ts +27 -0
  403. package/lib/client/MirrorNetwork.js +2 -0
  404. package/lib/client/MirrorNetwork.js.map +1 -0
  405. package/lib/client/NativeClient.cjs +210 -0
  406. package/lib/client/NativeClient.d.ts +72 -0
  407. package/lib/client/NativeClient.js +2 -0
  408. package/lib/client/NativeClient.js.map +1 -0
  409. package/lib/client/Network.cjs +257 -0
  410. package/lib/client/Network.d.ts +90 -0
  411. package/lib/client/Network.js +2 -0
  412. package/lib/client/Network.js.map +1 -0
  413. package/lib/client/NodeClient.cjs +316 -0
  414. package/lib/client/NodeClient.d.ts +129 -0
  415. package/lib/client/NodeClient.js +2 -0
  416. package/lib/client/NodeClient.js.map +1 -0
  417. package/lib/client/WebClient.cjs +280 -0
  418. package/lib/client/WebClient.d.ts +90 -0
  419. package/lib/client/WebClient.js +2 -0
  420. package/lib/client/WebClient.js.map +1 -0
  421. package/lib/client/addressbooks/mainnet.cjs +7 -0
  422. package/lib/client/addressbooks/mainnet.d.ts +1 -0
  423. package/lib/client/addressbooks/mainnet.js +2 -0
  424. package/lib/client/addressbooks/mainnet.js.map +1 -0
  425. package/lib/client/addressbooks/previewnet.cjs +7 -0
  426. package/lib/client/addressbooks/previewnet.d.ts +1 -0
  427. package/lib/client/addressbooks/previewnet.js +2 -0
  428. package/lib/client/addressbooks/previewnet.js.map +1 -0
  429. package/lib/client/addressbooks/testnet.cjs +7 -0
  430. package/lib/client/addressbooks/testnet.d.ts +1 -0
  431. package/lib/client/addressbooks/testnet.js +2 -0
  432. package/lib/client/addressbooks/testnet.js.map +1 -0
  433. package/lib/constants/ClientConstants.cjs +201 -0
  434. package/lib/constants/ClientConstants.d.ts +74 -0
  435. package/lib/constants/ClientConstants.js +2 -0
  436. package/lib/constants/ClientConstants.js.map +1 -0
  437. package/lib/contract/ContractByteCodeQuery.cjs +158 -0
  438. package/lib/contract/ContractByteCodeQuery.d.ts +76 -0
  439. package/lib/contract/ContractByteCodeQuery.js +2 -0
  440. package/lib/contract/ContractByteCodeQuery.js.map +1 -0
  441. package/lib/contract/ContractCallQuery.cjs +338 -0
  442. package/lib/contract/ContractCallQuery.d.ts +141 -0
  443. package/lib/contract/ContractCallQuery.js +2 -0
  444. package/lib/contract/ContractCallQuery.js.map +1 -0
  445. package/lib/contract/ContractCreateFlow.cjs +452 -0
  446. package/lib/contract/ContractCreateFlow.d.ts +243 -0
  447. package/lib/contract/ContractCreateFlow.js +2 -0
  448. package/lib/contract/ContractCreateFlow.js.map +1 -0
  449. package/lib/contract/ContractCreateTransaction.cjs +556 -0
  450. package/lib/contract/ContractCreateTransaction.d.ts +315 -0
  451. package/lib/contract/ContractCreateTransaction.js +2 -0
  452. package/lib/contract/ContractCreateTransaction.js.map +1 -0
  453. package/lib/contract/ContractDeleteTransaction.cjs +235 -0
  454. package/lib/contract/ContractDeleteTransaction.d.ts +135 -0
  455. package/lib/contract/ContractDeleteTransaction.js +2 -0
  456. package/lib/contract/ContractDeleteTransaction.js.map +1 -0
  457. package/lib/contract/ContractExecuteTransaction.cjs +269 -0
  458. package/lib/contract/ContractExecuteTransaction.d.ts +164 -0
  459. package/lib/contract/ContractExecuteTransaction.js +2 -0
  460. package/lib/contract/ContractExecuteTransaction.js.map +1 -0
  461. package/lib/contract/ContractFunctionParameters.cjs +1703 -0
  462. package/lib/contract/ContractFunctionParameters.d.ts +725 -0
  463. package/lib/contract/ContractFunctionParameters.js +2 -0
  464. package/lib/contract/ContractFunctionParameters.js.map +1 -0
  465. package/lib/contract/ContractFunctionResult.cjs +846 -0
  466. package/lib/contract/ContractFunctionResult.d.ts +510 -0
  467. package/lib/contract/ContractFunctionResult.js +2 -0
  468. package/lib/contract/ContractFunctionResult.js.map +1 -0
  469. package/lib/contract/ContractFunctionSelector.cjs +1775 -0
  470. package/lib/contract/ContractFunctionSelector.d.ts +688 -0
  471. package/lib/contract/ContractFunctionSelector.js +2 -0
  472. package/lib/contract/ContractFunctionSelector.js.map +1 -0
  473. package/lib/contract/ContractId.cjs +267 -0
  474. package/lib/contract/ContractId.d.ts +123 -0
  475. package/lib/contract/ContractId.js +2 -0
  476. package/lib/contract/ContractId.js.map +1 -0
  477. package/lib/contract/ContractInfo.cjs +227 -0
  478. package/lib/contract/ContractInfo.d.ts +151 -0
  479. package/lib/contract/ContractInfo.js +2 -0
  480. package/lib/contract/ContractInfo.js.map +1 -0
  481. package/lib/contract/ContractInfoQuery.cjs +172 -0
  482. package/lib/contract/ContractInfoQuery.d.ts +70 -0
  483. package/lib/contract/ContractInfoQuery.js +2 -0
  484. package/lib/contract/ContractInfoQuery.js.map +1 -0
  485. package/lib/contract/ContractLogInfo.cjs +87 -0
  486. package/lib/contract/ContractLogInfo.d.ts +66 -0
  487. package/lib/contract/ContractLogInfo.js +2 -0
  488. package/lib/contract/ContractLogInfo.js.map +1 -0
  489. package/lib/contract/ContractNonceInfo.cjs +129 -0
  490. package/lib/contract/ContractNonceInfo.d.ts +90 -0
  491. package/lib/contract/ContractNonceInfo.js +2 -0
  492. package/lib/contract/ContractNonceInfo.js.map +1 -0
  493. package/lib/contract/ContractStateChange.cjs +75 -0
  494. package/lib/contract/ContractStateChange.d.ts +37 -0
  495. package/lib/contract/ContractUpdateTransaction.cjs +525 -0
  496. package/lib/contract/ContractUpdateTransaction.d.ts +280 -0
  497. package/lib/contract/ContractUpdateTransaction.js +2 -0
  498. package/lib/contract/ContractUpdateTransaction.js.map +1 -0
  499. package/lib/contract/DelegateContractId.cjs +100 -0
  500. package/lib/contract/DelegateContractId.d.ts +24 -0
  501. package/lib/contract/DelegateContractId.js +2 -0
  502. package/lib/contract/DelegateContractId.js.map +1 -0
  503. package/lib/contract/StorageChange.cjs +73 -0
  504. package/lib/contract/StorageChange.d.ts +37 -0
  505. package/lib/cryptography/keccak.cjs +335 -0
  506. package/lib/cryptography/keccak.d.ts +14 -0
  507. package/lib/cryptography/keccak.js +2 -0
  508. package/lib/cryptography/keccak.js.map +1 -0
  509. package/lib/cryptography/sha384.browser.cjs +19 -0
  510. package/lib/cryptography/sha384.browser.d.ts +5 -0
  511. package/lib/cryptography/sha384.browser.js +2 -0
  512. package/lib/cryptography/sha384.browser.js.map +1 -0
  513. package/lib/cryptography/sha384.cjs +27 -0
  514. package/lib/cryptography/sha384.d.ts +10 -0
  515. package/lib/cryptography/sha384.js +2 -0
  516. package/lib/cryptography/sha384.js.map +1 -0
  517. package/lib/cryptography/sha384.native.cjs +21 -0
  518. package/lib/cryptography/sha384.native.d.ts +5 -0
  519. package/lib/encoding/base64.native.cjs +25 -0
  520. package/lib/encoding/base64.native.d.ts +10 -0
  521. package/lib/encoding/base64.native.js +2 -0
  522. package/lib/encoding/base64.native.js.map +1 -0
  523. package/lib/encoding/hex.browser.cjs +95 -0
  524. package/lib/encoding/hex.browser.d.ts +26 -0
  525. package/lib/encoding/hex.browser.js +2 -0
  526. package/lib/encoding/hex.browser.js.map +1 -0
  527. package/lib/encoding/hex.cjs +82 -0
  528. package/lib/encoding/hex.d.ts +26 -0
  529. package/lib/encoding/hex.js +2 -0
  530. package/lib/encoding/hex.js.map +1 -0
  531. package/lib/encoding/hex.native.cjs +127 -0
  532. package/lib/encoding/hex.native.d.ts +36 -0
  533. package/lib/encoding/utf8.browser.cjs +26 -0
  534. package/lib/encoding/utf8.browser.d.ts +10 -0
  535. package/lib/encoding/utf8.browser.js +2 -0
  536. package/lib/encoding/utf8.browser.js.map +1 -0
  537. package/lib/encoding/utf8.cjs +24 -0
  538. package/lib/encoding/utf8.d.ts +10 -0
  539. package/lib/encoding/utf8.js +2 -0
  540. package/lib/encoding/utf8.js.map +1 -0
  541. package/lib/encoding/utf8.native.cjs +29 -0
  542. package/lib/encoding/utf8.native.d.ts +10 -0
  543. package/lib/exports.cjs +1264 -0
  544. package/lib/exports.d.ts +200 -0
  545. package/lib/exports.js +2 -0
  546. package/lib/exports.js.map +1 -0
  547. package/lib/file/FileAppendTransaction.cjs +482 -0
  548. package/lib/file/FileAppendTransaction.d.ts +196 -0
  549. package/lib/file/FileAppendTransaction.js +2 -0
  550. package/lib/file/FileAppendTransaction.js.map +1 -0
  551. package/lib/file/FileContentsQuery.cjs +159 -0
  552. package/lib/file/FileContentsQuery.d.ts +77 -0
  553. package/lib/file/FileContentsQuery.js +2 -0
  554. package/lib/file/FileContentsQuery.js.map +1 -0
  555. package/lib/file/FileCreateTransaction.cjs +259 -0
  556. package/lib/file/FileCreateTransaction.d.ts +153 -0
  557. package/lib/file/FileCreateTransaction.js +2 -0
  558. package/lib/file/FileCreateTransaction.js.map +1 -0
  559. package/lib/file/FileDeleteTransaction.cjs +149 -0
  560. package/lib/file/FileDeleteTransaction.d.ts +84 -0
  561. package/lib/file/FileDeleteTransaction.js +2 -0
  562. package/lib/file/FileDeleteTransaction.js.map +1 -0
  563. package/lib/file/FileId.cjs +240 -0
  564. package/lib/file/FileId.d.ts +126 -0
  565. package/lib/file/FileId.js +2 -0
  566. package/lib/file/FileId.js.map +1 -0
  567. package/lib/file/FileInfo.cjs +128 -0
  568. package/lib/file/FileInfo.d.ts +76 -0
  569. package/lib/file/FileInfo.js +2 -0
  570. package/lib/file/FileInfo.js.map +1 -0
  571. package/lib/file/FileInfoQuery.cjs +171 -0
  572. package/lib/file/FileInfoQuery.d.ts +68 -0
  573. package/lib/file/FileInfoQuery.js +2 -0
  574. package/lib/file/FileInfoQuery.js.map +1 -0
  575. package/lib/file/FileUpdateTransaction.cjs +319 -0
  576. package/lib/file/FileUpdateTransaction.d.ts +188 -0
  577. package/lib/file/FileUpdateTransaction.js +2 -0
  578. package/lib/file/FileUpdateTransaction.js.map +1 -0
  579. package/lib/grpc/GrpcServiceError.cjs +65 -0
  580. package/lib/grpc/GrpcServiceError.d.ts +32 -0
  581. package/lib/grpc/GrpcServiceError.js +2 -0
  582. package/lib/grpc/GrpcServiceError.js.map +1 -0
  583. package/lib/grpc/GrpcStatus.cjs +145 -0
  584. package/lib/grpc/GrpcStatus.d.ts +46 -0
  585. package/lib/grpc/GrpcStatus.js +2 -0
  586. package/lib/grpc/GrpcStatus.js.map +1 -0
  587. package/lib/http/HttpError.cjs +32 -0
  588. package/lib/http/HttpError.d.ts +14 -0
  589. package/lib/http/HttpError.js +2 -0
  590. package/lib/http/HttpError.js.map +1 -0
  591. package/lib/http/HttpStatus.cjs +44 -0
  592. package/lib/http/HttpStatus.d.ts +24 -0
  593. package/lib/http/HttpStatus.js +2 -0
  594. package/lib/http/HttpStatus.js.map +1 -0
  595. package/lib/index.cjs +44 -0
  596. package/lib/index.d.ts +4 -0
  597. package/lib/index.js +2 -0
  598. package/lib/index.js.map +1 -0
  599. package/lib/logger/LogLevel.cjs +77 -0
  600. package/lib/logger/LogLevel.d.ts +29 -0
  601. package/lib/logger/LogLevel.js +2 -0
  602. package/lib/logger/LogLevel.js.map +1 -0
  603. package/lib/logger/Logger.cjs +221 -0
  604. package/lib/logger/Logger.d.ts +132 -0
  605. package/lib/logger/Logger.js +2 -0
  606. package/lib/logger/Logger.js.map +1 -0
  607. package/lib/long.cjs +26 -0
  608. package/lib/long.d.ts +16 -0
  609. package/lib/long.js +2 -0
  610. package/lib/long.js.map +1 -0
  611. package/lib/native.cjs +36 -0
  612. package/lib/native.d.ts +3 -0
  613. package/lib/native.js +2 -0
  614. package/lib/native.js.map +1 -0
  615. package/lib/network/AddressBookQuery.cjs +218 -0
  616. package/lib/network/AddressBookQuery.d.ts +104 -0
  617. package/lib/network/AddressBookQuery.js +2 -0
  618. package/lib/network/AddressBookQuery.js.map +1 -0
  619. package/lib/network/AddressBookQueryWeb.cjs +326 -0
  620. package/lib/network/AddressBookQueryWeb.d.ts +165 -0
  621. package/lib/network/AddressBookQueryWeb.js +2 -0
  622. package/lib/network/AddressBookQueryWeb.js.map +1 -0
  623. package/lib/network/NetworkVersionInfo.cjs +81 -0
  624. package/lib/network/NetworkVersionInfo.d.ts +46 -0
  625. package/lib/network/NetworkVersionInfo.js +2 -0
  626. package/lib/network/NetworkVersionInfo.js.map +1 -0
  627. package/lib/network/NetworkVersionInfoQuery.cjs +112 -0
  628. package/lib/network/NetworkVersionInfoQuery.d.ts +50 -0
  629. package/lib/network/NetworkVersionInfoQuery.js +2 -0
  630. package/lib/network/NetworkVersionInfoQuery.js.map +1 -0
  631. package/lib/network/SemanticVersion.cjs +78 -0
  632. package/lib/network/SemanticVersion.d.ts +45 -0
  633. package/lib/network/SemanticVersion.js +2 -0
  634. package/lib/network/SemanticVersion.js.map +1 -0
  635. package/lib/node/NodeCreateTransaction.cjs +413 -0
  636. package/lib/node/NodeCreateTransaction.d.ts +239 -0
  637. package/lib/node/NodeCreateTransaction.js +2 -0
  638. package/lib/node/NodeCreateTransaction.js.map +1 -0
  639. package/lib/node/NodeDeleteTransaction.cjs +143 -0
  640. package/lib/node/NodeDeleteTransaction.d.ts +80 -0
  641. package/lib/node/NodeDeleteTransaction.js +2 -0
  642. package/lib/node/NodeDeleteTransaction.js.map +1 -0
  643. package/lib/node/NodeUpdateTransaction.cjs +481 -0
  644. package/lib/node/NodeUpdateTransaction.d.ts +274 -0
  645. package/lib/node/NodeUpdateTransaction.js +2 -0
  646. package/lib/node/NodeUpdateTransaction.js.map +1 -0
  647. package/lib/node/ServiceEndpoint.cjs +140 -0
  648. package/lib/node/ServiceEndpoint.d.ts +91 -0
  649. package/lib/node/ServiceEndpoint.js +2 -0
  650. package/lib/node/ServiceEndpoint.js.map +1 -0
  651. package/lib/query/CostQuery.cjs +171 -0
  652. package/lib/query/CostQuery.d.ts +43 -0
  653. package/lib/query/CostQuery.js +2 -0
  654. package/lib/query/CostQuery.js.map +1 -0
  655. package/lib/query/MirrorNodeContractCallQuery.cjs +53 -0
  656. package/lib/query/MirrorNodeContractCallQuery.d.ts +21 -0
  657. package/lib/query/MirrorNodeContractCallQuery.js +2 -0
  658. package/lib/query/MirrorNodeContractCallQuery.js.map +1 -0
  659. package/lib/query/MirrorNodeContractEstimateQuery.cjs +53 -0
  660. package/lib/query/MirrorNodeContractEstimateQuery.d.ts +21 -0
  661. package/lib/query/MirrorNodeContractEstimateQuery.js +2 -0
  662. package/lib/query/MirrorNodeContractEstimateQuery.js.map +1 -0
  663. package/lib/query/MirrorNodeContractQuery.cjs +260 -0
  664. package/lib/query/MirrorNodeContractQuery.d.ts +158 -0
  665. package/lib/query/MirrorNodeContractQuery.js +2 -0
  666. package/lib/query/MirrorNodeContractQuery.js.map +1 -0
  667. package/lib/query/Query.cjs +450 -0
  668. package/lib/query/Query.d.ts +173 -0
  669. package/lib/query/Query.js +2 -0
  670. package/lib/query/Query.js.map +1 -0
  671. package/lib/query/QueryBase.cjs +114 -0
  672. package/lib/query/QueryBase.d.ts +43 -0
  673. package/lib/query/QueryBase.js +2 -0
  674. package/lib/query/QueryBase.js.map +1 -0
  675. package/lib/schedule/ScheduleCreateTransaction.cjs +308 -0
  676. package/lib/schedule/ScheduleCreateTransaction.d.ts +153 -0
  677. package/lib/schedule/ScheduleCreateTransaction.js +2 -0
  678. package/lib/schedule/ScheduleCreateTransaction.js.map +1 -0
  679. package/lib/schedule/ScheduleDeleteTransaction.cjs +146 -0
  680. package/lib/schedule/ScheduleDeleteTransaction.d.ts +81 -0
  681. package/lib/schedule/ScheduleDeleteTransaction.js +2 -0
  682. package/lib/schedule/ScheduleDeleteTransaction.js.map +1 -0
  683. package/lib/schedule/ScheduleId.cjs +164 -0
  684. package/lib/schedule/ScheduleId.d.ts +96 -0
  685. package/lib/schedule/ScheduleId.js +2 -0
  686. package/lib/schedule/ScheduleId.js.map +1 -0
  687. package/lib/schedule/ScheduleInfo.cjs +176 -0
  688. package/lib/schedule/ScheduleInfo.d.ts +93 -0
  689. package/lib/schedule/ScheduleInfo.js +2 -0
  690. package/lib/schedule/ScheduleInfo.js.map +1 -0
  691. package/lib/schedule/ScheduleInfoQuery.cjs +170 -0
  692. package/lib/schedule/ScheduleInfoQuery.d.ts +66 -0
  693. package/lib/schedule/ScheduleInfoQuery.js +2 -0
  694. package/lib/schedule/ScheduleInfoQuery.js.map +1 -0
  695. package/lib/schedule/ScheduleSignTransaction.cjs +164 -0
  696. package/lib/schedule/ScheduleSignTransaction.d.ts +110 -0
  697. package/lib/schedule/ScheduleSignTransaction.js +2 -0
  698. package/lib/schedule/ScheduleSignTransaction.js.map +1 -0
  699. package/lib/system/FreezeTransaction.cjs +348 -0
  700. package/lib/system/FreezeTransaction.d.ts +188 -0
  701. package/lib/system/FreezeTransaction.js +2 -0
  702. package/lib/system/FreezeTransaction.js.map +1 -0
  703. package/lib/system/SystemDeleteTransaction.cjs +200 -0
  704. package/lib/system/SystemDeleteTransaction.d.ts +110 -0
  705. package/lib/system/SystemDeleteTransaction.js +2 -0
  706. package/lib/system/SystemDeleteTransaction.js.map +1 -0
  707. package/lib/system/SystemUndeleteTransaction.cjs +172 -0
  708. package/lib/system/SystemUndeleteTransaction.d.ts +97 -0
  709. package/lib/system/SystemUndeleteTransaction.js +2 -0
  710. package/lib/system/SystemUndeleteTransaction.js.map +1 -0
  711. package/lib/token/AbstractTokenTransferTransaction.cjs +406 -0
  712. package/lib/token/AbstractTokenTransferTransaction.d.ts +138 -0
  713. package/lib/token/AbstractTokenTransferTransaction.js +2 -0
  714. package/lib/token/AbstractTokenTransferTransaction.js.map +1 -0
  715. package/lib/token/AirdropPendingTransaction.cjs +65 -0
  716. package/lib/token/AirdropPendingTransaction.d.ts +35 -0
  717. package/lib/token/AirdropPendingTransaction.js +2 -0
  718. package/lib/token/AirdropPendingTransaction.js.map +1 -0
  719. package/lib/token/AssessedCustomFee.cjs +177 -0
  720. package/lib/token/AssessedCustomFee.d.ts +113 -0
  721. package/lib/token/AssessedCustomFee.js +2 -0
  722. package/lib/token/AssessedCustomFee.js.map +1 -0
  723. package/lib/token/CustomFee.cjs +88 -0
  724. package/lib/token/CustomFee.d.ts +57 -0
  725. package/lib/token/CustomFee.js +2 -0
  726. package/lib/token/CustomFee.js.map +1 -0
  727. package/lib/token/CustomFixedFee.cjs +155 -0
  728. package/lib/token/CustomFixedFee.d.ts +85 -0
  729. package/lib/token/CustomFixedFee.js +2 -0
  730. package/lib/token/CustomFixedFee.js.map +1 -0
  731. package/lib/token/CustomFractionalFee.cjs +200 -0
  732. package/lib/token/CustomFractionalFee.d.ts +103 -0
  733. package/lib/token/CustomFractionalFee.js +2 -0
  734. package/lib/token/CustomFractionalFee.js.map +1 -0
  735. package/lib/token/CustomRoyaltyFee.cjs +150 -0
  736. package/lib/token/CustomRoyaltyFee.d.ts +75 -0
  737. package/lib/token/CustomRoyaltyFee.js +2 -0
  738. package/lib/token/CustomRoyaltyFee.js.map +1 -0
  739. package/lib/token/FeeAssessmentMethod.cjs +58 -0
  740. package/lib/token/FeeAssessmentMethod.d.ts +29 -0
  741. package/lib/token/FeeAssessmentMethod.js +2 -0
  742. package/lib/token/FeeAssessmentMethod.js.map +1 -0
  743. package/lib/token/NftId.cjs +89 -0
  744. package/lib/token/NftId.d.ts +46 -0
  745. package/lib/token/NftId.js +2 -0
  746. package/lib/token/NftId.js.map +1 -0
  747. package/lib/token/PendingAirdropId.cjs +152 -0
  748. package/lib/token/PendingAirdropId.d.ts +81 -0
  749. package/lib/token/PendingAirdropId.js +2 -0
  750. package/lib/token/PendingAirdropId.js.map +1 -0
  751. package/lib/token/PendingAirdropRecord.cjs +55 -0
  752. package/lib/token/PendingAirdropRecord.d.ts +29 -0
  753. package/lib/token/PendingAirdropRecord.js +2 -0
  754. package/lib/token/PendingAirdropRecord.js.map +1 -0
  755. package/lib/token/TokenAirdropTransaction.cjs +179 -0
  756. package/lib/token/TokenAirdropTransaction.d.ts +119 -0
  757. package/lib/token/TokenAirdropTransaction.js +2 -0
  758. package/lib/token/TokenAirdropTransaction.js.map +1 -0
  759. package/lib/token/TokenAssociateTransaction.cjs +176 -0
  760. package/lib/token/TokenAssociateTransaction.d.ts +90 -0
  761. package/lib/token/TokenAssociateTransaction.js +2 -0
  762. package/lib/token/TokenAssociateTransaction.js.map +1 -0
  763. package/lib/token/TokenAssociation.cjs +117 -0
  764. package/lib/token/TokenAssociation.d.ts +76 -0
  765. package/lib/token/TokenAssociation.js +2 -0
  766. package/lib/token/TokenAssociation.js.map +1 -0
  767. package/lib/token/TokenBurnTransaction.cjs +199 -0
  768. package/lib/token/TokenBurnTransaction.d.ts +108 -0
  769. package/lib/token/TokenBurnTransaction.js +2 -0
  770. package/lib/token/TokenBurnTransaction.js.map +1 -0
  771. package/lib/token/TokenCancelAirdropTransaction.cjs +109 -0
  772. package/lib/token/TokenCancelAirdropTransaction.d.ts +50 -0
  773. package/lib/token/TokenCancelAirdropTransaction.js +2 -0
  774. package/lib/token/TokenCancelAirdropTransaction.js.map +1 -0
  775. package/lib/token/TokenClaimAirdropTransaction.cjs +109 -0
  776. package/lib/token/TokenClaimAirdropTransaction.d.ts +50 -0
  777. package/lib/token/TokenClaimAirdropTransaction.js +2 -0
  778. package/lib/token/TokenClaimAirdropTransaction.js.map +1 -0
  779. package/lib/token/TokenCreateTransaction.cjs +817 -0
  780. package/lib/token/TokenCreateTransaction.d.ts +446 -0
  781. package/lib/token/TokenCreateTransaction.js +2 -0
  782. package/lib/token/TokenCreateTransaction.js.map +1 -0
  783. package/lib/token/TokenDeleteTransaction.cjs +140 -0
  784. package/lib/token/TokenDeleteTransaction.d.ts +75 -0
  785. package/lib/token/TokenDeleteTransaction.js +2 -0
  786. package/lib/token/TokenDeleteTransaction.js.map +1 -0
  787. package/lib/token/TokenDissociateTransaction.cjs +176 -0
  788. package/lib/token/TokenDissociateTransaction.d.ts +90 -0
  789. package/lib/token/TokenDissociateTransaction.js +2 -0
  790. package/lib/token/TokenDissociateTransaction.js.map +1 -0
  791. package/lib/token/TokenFeeScheduleUpdateTransaction.cjs +172 -0
  792. package/lib/token/TokenFeeScheduleUpdateTransaction.d.ts +93 -0
  793. package/lib/token/TokenFeeScheduleUpdateTransaction.js +2 -0
  794. package/lib/token/TokenFeeScheduleUpdateTransaction.js.map +1 -0
  795. package/lib/token/TokenFreezeTransaction.cjs +172 -0
  796. package/lib/token/TokenFreezeTransaction.d.ts +90 -0
  797. package/lib/token/TokenFreezeTransaction.js +2 -0
  798. package/lib/token/TokenFreezeTransaction.js.map +1 -0
  799. package/lib/token/TokenGrantKycTransaction.cjs +172 -0
  800. package/lib/token/TokenGrantKycTransaction.d.ts +90 -0
  801. package/lib/token/TokenGrantKycTransaction.js +2 -0
  802. package/lib/token/TokenGrantKycTransaction.js.map +1 -0
  803. package/lib/token/TokenId.cjs +185 -0
  804. package/lib/token/TokenId.d.ts +103 -0
  805. package/lib/token/TokenId.js +2 -0
  806. package/lib/token/TokenId.js.map +1 -0
  807. package/lib/token/TokenInfo.cjs +349 -0
  808. package/lib/token/TokenInfo.d.ts +224 -0
  809. package/lib/token/TokenInfo.js +2 -0
  810. package/lib/token/TokenInfo.js.map +1 -0
  811. package/lib/token/TokenInfoQuery.cjs +170 -0
  812. package/lib/token/TokenInfoQuery.d.ts +67 -0
  813. package/lib/token/TokenInfoQuery.js +2 -0
  814. package/lib/token/TokenInfoQuery.js.map +1 -0
  815. package/lib/token/TokenKeyValidation.cjs +73 -0
  816. package/lib/token/TokenKeyValidation.d.ts +39 -0
  817. package/lib/token/TokenKeyValidation.js +2 -0
  818. package/lib/token/TokenKeyValidation.js.map +1 -0
  819. package/lib/token/TokenMintTransaction.cjs +219 -0
  820. package/lib/token/TokenMintTransaction.d.ts +113 -0
  821. package/lib/token/TokenMintTransaction.js +2 -0
  822. package/lib/token/TokenMintTransaction.js.map +1 -0
  823. package/lib/token/TokenNftInfo.cjs +127 -0
  824. package/lib/token/TokenNftInfo.d.ts +96 -0
  825. package/lib/token/TokenNftInfo.js +2 -0
  826. package/lib/token/TokenNftInfo.js.map +1 -0
  827. package/lib/token/TokenNftInfoQuery.cjs +312 -0
  828. package/lib/token/TokenNftInfoQuery.d.ts +149 -0
  829. package/lib/token/TokenNftInfoQuery.js +2 -0
  830. package/lib/token/TokenNftInfoQuery.js.map +1 -0
  831. package/lib/token/TokenNftTransfer.cjs +95 -0
  832. package/lib/token/TokenNftTransfer.d.ts +70 -0
  833. package/lib/token/TokenNftTransfer.js +2 -0
  834. package/lib/token/TokenNftTransfer.js.map +1 -0
  835. package/lib/token/TokenNftsUpdateTransaction.cjs +185 -0
  836. package/lib/token/TokenNftsUpdateTransaction.d.ts +97 -0
  837. package/lib/token/TokenPauseTransaction.cjs +140 -0
  838. package/lib/token/TokenPauseTransaction.d.ts +75 -0
  839. package/lib/token/TokenPauseTransaction.js +2 -0
  840. package/lib/token/TokenPauseTransaction.js.map +1 -0
  841. package/lib/token/TokenReference.cjs +41 -0
  842. package/lib/token/TokenReference.d.ts +29 -0
  843. package/lib/token/TokenReference.js +2 -0
  844. package/lib/token/TokenReference.js.map +1 -0
  845. package/lib/token/TokenRejectFlow.cjs +248 -0
  846. package/lib/token/TokenRejectFlow.d.ts +141 -0
  847. package/lib/token/TokenRejectFlow.js +2 -0
  848. package/lib/token/TokenRejectFlow.js.map +1 -0
  849. package/lib/token/TokenRejectTransaction.cjs +240 -0
  850. package/lib/token/TokenRejectTransaction.d.ts +120 -0
  851. package/lib/token/TokenRejectTransaction.js +2 -0
  852. package/lib/token/TokenRejectTransaction.js.map +1 -0
  853. package/lib/token/TokenRevokeKycTransaction.cjs +172 -0
  854. package/lib/token/TokenRevokeKycTransaction.d.ts +90 -0
  855. package/lib/token/TokenRevokeKycTransaction.js +2 -0
  856. package/lib/token/TokenRevokeKycTransaction.js.map +1 -0
  857. package/lib/token/TokenSupplyType.cjs +77 -0
  858. package/lib/token/TokenSupplyType.d.ts +38 -0
  859. package/lib/token/TokenSupplyType.js +2 -0
  860. package/lib/token/TokenSupplyType.js.map +1 -0
  861. package/lib/token/TokenTransfer.cjs +122 -0
  862. package/lib/token/TokenTransfer.d.ts +92 -0
  863. package/lib/token/TokenTransfer.js +2 -0
  864. package/lib/token/TokenTransfer.js.map +1 -0
  865. package/lib/token/TokenType.cjs +77 -0
  866. package/lib/token/TokenType.d.ts +38 -0
  867. package/lib/token/TokenType.js +2 -0
  868. package/lib/token/TokenType.js.map +1 -0
  869. package/lib/token/TokenUnfreezeTransaction.cjs +172 -0
  870. package/lib/token/TokenUnfreezeTransaction.d.ts +90 -0
  871. package/lib/token/TokenUnfreezeTransaction.js +2 -0
  872. package/lib/token/TokenUnfreezeTransaction.js.map +1 -0
  873. package/lib/token/TokenUnpauseTransaction.cjs +140 -0
  874. package/lib/token/TokenUnpauseTransaction.d.ts +75 -0
  875. package/lib/token/TokenUnpauseTransaction.js +2 -0
  876. package/lib/token/TokenUnpauseTransaction.js.map +1 -0
  877. package/lib/token/TokenUpdateNftsTransaction.cjs +189 -0
  878. package/lib/token/TokenUpdateNftsTransaction.d.ts +103 -0
  879. package/lib/token/TokenUpdateNftsTransaction.js +2 -0
  880. package/lib/token/TokenUpdateNftsTransaction.js.map +1 -0
  881. package/lib/token/TokenUpdateTransaction.cjs +672 -0
  882. package/lib/token/TokenUpdateTransaction.d.ts +366 -0
  883. package/lib/token/TokenUpdateTransaction.js +2 -0
  884. package/lib/token/TokenUpdateTransaction.js.map +1 -0
  885. package/lib/token/TokenWipeTransaction.cjs +231 -0
  886. package/lib/token/TokenWipeTransaction.d.ts +123 -0
  887. package/lib/token/TokenWipeTransaction.js +2 -0
  888. package/lib/token/TokenWipeTransaction.js.map +1 -0
  889. package/lib/topic/SubscriptionHandle.cjs +40 -0
  890. package/lib/topic/SubscriptionHandle.d.ts +22 -0
  891. package/lib/topic/SubscriptionHandle.js +2 -0
  892. package/lib/topic/SubscriptionHandle.js.map +1 -0
  893. package/lib/topic/TopicCreateTransaction.cjs +473 -0
  894. package/lib/topic/TopicCreateTransaction.d.ts +250 -0
  895. package/lib/topic/TopicCreateTransaction.js +2 -0
  896. package/lib/topic/TopicCreateTransaction.js.map +1 -0
  897. package/lib/topic/TopicDeleteTransaction.cjs +146 -0
  898. package/lib/topic/TopicDeleteTransaction.d.ts +80 -0
  899. package/lib/topic/TopicDeleteTransaction.js +2 -0
  900. package/lib/topic/TopicDeleteTransaction.js.map +1 -0
  901. package/lib/topic/TopicId.cjs +185 -0
  902. package/lib/topic/TopicId.d.ts +102 -0
  903. package/lib/topic/TopicId.js +2 -0
  904. package/lib/topic/TopicId.js.map +1 -0
  905. package/lib/topic/TopicInfo.cjs +187 -0
  906. package/lib/topic/TopicInfo.d.ts +119 -0
  907. package/lib/topic/TopicInfo.js +2 -0
  908. package/lib/topic/TopicInfo.js.map +1 -0
  909. package/lib/topic/TopicInfoQuery.cjs +174 -0
  910. package/lib/topic/TopicInfoQuery.d.ts +81 -0
  911. package/lib/topic/TopicInfoQuery.js +2 -0
  912. package/lib/topic/TopicInfoQuery.js.map +1 -0
  913. package/lib/topic/TopicMessage.cjs +116 -0
  914. package/lib/topic/TopicMessage.d.ts +65 -0
  915. package/lib/topic/TopicMessage.js +2 -0
  916. package/lib/topic/TopicMessage.js.map +1 -0
  917. package/lib/topic/TopicMessageChunk.cjs +71 -0
  918. package/lib/topic/TopicMessageChunk.d.ts +56 -0
  919. package/lib/topic/TopicMessageChunk.js +2 -0
  920. package/lib/topic/TopicMessageChunk.js.map +1 -0
  921. package/lib/topic/TopicMessageQuery.cjs +450 -0
  922. package/lib/topic/TopicMessageQuery.d.ts +220 -0
  923. package/lib/topic/TopicMessageQuery.js +2 -0
  924. package/lib/topic/TopicMessageQuery.js.map +1 -0
  925. package/lib/topic/TopicMessageSubmitTransaction.cjs +412 -0
  926. package/lib/topic/TopicMessageSubmitTransaction.d.ts +201 -0
  927. package/lib/topic/TopicMessageSubmitTransaction.js +2 -0
  928. package/lib/topic/TopicMessageSubmitTransaction.js.map +1 -0
  929. package/lib/topic/TopicUpdateTransaction.cjs +532 -0
  930. package/lib/topic/TopicUpdateTransaction.d.ts +284 -0
  931. package/lib/topic/TopicUpdateTransaction.js +2 -0
  932. package/lib/topic/TopicUpdateTransaction.js.map +1 -0
  933. package/lib/transaction/BatchTransaction.cjs +262 -0
  934. package/lib/transaction/BatchTransaction.d.ts +134 -0
  935. package/lib/transaction/BatchTransaction.js +2 -0
  936. package/lib/transaction/BatchTransaction.js.map +1 -0
  937. package/lib/transaction/CustomFeeLimit.cjs +116 -0
  938. package/lib/transaction/CustomFeeLimit.d.ts +64 -0
  939. package/lib/transaction/CustomFeeLimit.js +2 -0
  940. package/lib/transaction/CustomFeeLimit.js.map +1 -0
  941. package/lib/transaction/List.cjs +177 -0
  942. package/lib/transaction/List.d.ts +100 -0
  943. package/lib/transaction/List.js +2 -0
  944. package/lib/transaction/List.js.map +1 -0
  945. package/lib/transaction/NodeAccountIdSignatureMap.cjs +62 -0
  946. package/lib/transaction/NodeAccountIdSignatureMap.d.ts +23 -0
  947. package/lib/transaction/NodeAccountIdSignatureMap.js +2 -0
  948. package/lib/transaction/NodeAccountIdSignatureMap.js.map +1 -0
  949. package/lib/transaction/NodeAccountIdSignatureMapLegacy.cjs +39 -0
  950. package/lib/transaction/NodeAccountIdSignatureMapLegacy.d.ts +14 -0
  951. package/lib/transaction/NodeAccountIdSignatureMapLegacy.js +2 -0
  952. package/lib/transaction/NodeAccountIdSignatureMapLegacy.js.map +1 -0
  953. package/lib/transaction/SignableNodeTransactionBodyBytes.cjs +47 -0
  954. package/lib/transaction/SignableNodeTransactionBodyBytes.d.ts +38 -0
  955. package/lib/transaction/SignableNodeTransactionBodyBytes.js +2 -0
  956. package/lib/transaction/SignableNodeTransactionBodyBytes.js.map +1 -0
  957. package/lib/transaction/SignatureMap.cjs +95 -0
  958. package/lib/transaction/SignatureMap.d.ts +42 -0
  959. package/lib/transaction/SignatureMap.js +2 -0
  960. package/lib/transaction/SignatureMap.js.map +1 -0
  961. package/lib/transaction/SignatureMapLegacy.cjs +37 -0
  962. package/lib/transaction/SignatureMapLegacy.d.ts +15 -0
  963. package/lib/transaction/SignatureMapLegacy.js +2 -0
  964. package/lib/transaction/SignatureMapLegacy.js.map +1 -0
  965. package/lib/transaction/SignaturePairMap.cjs +50 -0
  966. package/lib/transaction/SignaturePairMap.d.ts +21 -0
  967. package/lib/transaction/SignaturePairMap.js +2 -0
  968. package/lib/transaction/SignaturePairMap.js.map +1 -0
  969. package/lib/transaction/TokenTransfer.cjs +2 -0
  970. package/lib/transaction/TokenTransfer.d.ts +0 -0
  971. package/lib/transaction/Transaction.cjs +1959 -0
  972. package/lib/transaction/Transaction.d.ts +698 -0
  973. package/lib/transaction/Transaction.js +2 -0
  974. package/lib/transaction/Transaction.js.map +1 -0
  975. package/lib/transaction/TransactionHashMap.cjs +44 -0
  976. package/lib/transaction/TransactionHashMap.d.ts +22 -0
  977. package/lib/transaction/TransactionHashMap.js +2 -0
  978. package/lib/transaction/TransactionHashMap.js.map +1 -0
  979. package/lib/transaction/TransactionId.cjs +224 -0
  980. package/lib/transaction/TransactionId.d.ts +122 -0
  981. package/lib/transaction/TransactionId.js +2 -0
  982. package/lib/transaction/TransactionId.js.map +1 -0
  983. package/lib/transaction/TransactionReceipt.cjs +303 -0
  984. package/lib/transaction/TransactionReceipt.d.ts +202 -0
  985. package/lib/transaction/TransactionReceipt.js +2 -0
  986. package/lib/transaction/TransactionReceipt.js.map +1 -0
  987. package/lib/transaction/TransactionReceiptQuery.cjs +347 -0
  988. package/lib/transaction/TransactionReceiptQuery.d.ts +96 -0
  989. package/lib/transaction/TransactionReceiptQuery.js +2 -0
  990. package/lib/transaction/TransactionReceiptQuery.js.map +1 -0
  991. package/lib/transaction/TransactionRecord.cjs +470 -0
  992. package/lib/transaction/TransactionRecord.d.ts +317 -0
  993. package/lib/transaction/TransactionRecord.js +2 -0
  994. package/lib/transaction/TransactionRecord.js.map +1 -0
  995. package/lib/transaction/TransactionRecordQuery.cjs +366 -0
  996. package/lib/transaction/TransactionRecordQuery.d.ts +99 -0
  997. package/lib/transaction/TransactionRecordQuery.js +2 -0
  998. package/lib/transaction/TransactionRecordQuery.js.map +1 -0
  999. package/lib/transaction/TransactionResponse.cjs +242 -0
  1000. package/lib/transaction/TransactionResponse.d.ts +119 -0
  1001. package/lib/transaction/TransactionResponse.js +2 -0
  1002. package/lib/transaction/TransactionResponse.js.map +1 -0
  1003. package/lib/util/ASN1-Decoder.cjs +276 -0
  1004. package/lib/util/ASN1-Decoder.d.ts +104 -0
  1005. package/lib/util/ASN1-Decoder.js +2 -0
  1006. package/lib/util/ASN1-Decoder.js.map +1 -0
  1007. package/lib/util.cjs +464 -0
  1008. package/lib/util.d.ts +210 -0
  1009. package/lib/util.js +2 -0
  1010. package/lib/util.js.map +1 -0
  1011. package/lib/version.cjs +8 -0
  1012. package/lib/version.d.ts +2 -0
  1013. package/lib/version.js +2 -0
  1014. package/lib/version.js.map +1 -0
  1015. package/package.json +139 -0
  1016. package/src/BadEntityIdError.js +24 -0
  1017. package/src/Cache.js +418 -0
  1018. package/src/Duration.js +48 -0
  1019. package/src/EntityIdHelper.js +620 -0
  1020. package/src/EthereumFlow.js +244 -0
  1021. package/src/EthereumTransaction.js +298 -0
  1022. package/src/EthereumTransactionData.js +60 -0
  1023. package/src/EthereumTransactionDataEip1559.js +146 -0
  1024. package/src/EthereumTransactionDataEip2930.js +140 -0
  1025. package/src/EthereumTransactionDataLegacy.js +121 -0
  1026. package/src/EvmAddress.js +78 -0
  1027. package/src/ExchangeRate.js +117 -0
  1028. package/src/ExchangeRates.js +71 -0
  1029. package/src/Executable.js +884 -0
  1030. package/src/FeeComponents.js +199 -0
  1031. package/src/FeeData.js +127 -0
  1032. package/src/FeeDataType.js +125 -0
  1033. package/src/FeeSchedule.js +88 -0
  1034. package/src/FeeSchedules.js +82 -0
  1035. package/src/FreezeType.js +113 -0
  1036. package/src/Hbar.js +147 -0
  1037. package/src/HbarUnit.js +90 -0
  1038. package/src/Key.js +60 -0
  1039. package/src/KeyList.js +179 -0
  1040. package/src/LedgerId.js +134 -0
  1041. package/src/LocalProvider.js +165 -0
  1042. package/src/ManagedNode.js +269 -0
  1043. package/src/ManagedNodeAddress.js +101 -0
  1044. package/src/MaxAttemptsOrTimeoutError.js +42 -0
  1045. package/src/MaxQueryPaymentExceeded.js +28 -0
  1046. package/src/MirrorNode.js +41 -0
  1047. package/src/Mnemonic.js +250 -0
  1048. package/src/Node.js +106 -0
  1049. package/src/ObjectMap.js +137 -0
  1050. package/src/PrecheckStatusError.js +73 -0
  1051. package/src/PrivateKey.js +547 -0
  1052. package/src/PrngTransaction.js +152 -0
  1053. package/src/Provider.js +40 -0
  1054. package/src/PublicKey.js +294 -0
  1055. package/src/ReceiptStatusError.js +41 -0
  1056. package/src/RecordStatusError.js +30 -0
  1057. package/src/RequestType.js +920 -0
  1058. package/src/Signer.js +46 -0
  1059. package/src/SignerSignature.js +27 -0
  1060. package/src/StakingInfo.js +187 -0
  1061. package/src/Status.js +3353 -0
  1062. package/src/StatusError.js +64 -0
  1063. package/src/Timestamp.js +160 -0
  1064. package/src/TransactionFeeSchedule.js +100 -0
  1065. package/src/Transfer.js +113 -0
  1066. package/src/Wallet.js +300 -0
  1067. package/src/account/AccountAllowanceAdjustTransaction.js +540 -0
  1068. package/src/account/AccountAllowanceApproveTransaction.js +569 -0
  1069. package/src/account/AccountAllowanceDeleteTransaction.js +199 -0
  1070. package/src/account/AccountBalance.js +160 -0
  1071. package/src/account/AccountBalanceQuery.js +238 -0
  1072. package/src/account/AccountCreateTransaction.js +674 -0
  1073. package/src/account/AccountDeleteTransaction.js +221 -0
  1074. package/src/account/AccountId.js +486 -0
  1075. package/src/account/AccountInfo.js +433 -0
  1076. package/src/account/AccountInfoFlow.js +106 -0
  1077. package/src/account/AccountInfoQuery.js +187 -0
  1078. package/src/account/AccountRecordsQuery.js +186 -0
  1079. package/src/account/AccountUpdateTransaction.js +634 -0
  1080. package/src/account/HbarAllowance.js +147 -0
  1081. package/src/account/HbarTransferMap.js +48 -0
  1082. package/src/account/LiveHash.js +79 -0
  1083. package/src/account/LiveHashAddTransaction.js +289 -0
  1084. package/src/account/LiveHashDeleteTransaction.js +196 -0
  1085. package/src/account/LiveHashQuery.js +209 -0
  1086. package/src/account/NullableTokenDecimalMap.js +19 -0
  1087. package/src/account/ProxyStaker.js +74 -0
  1088. package/src/account/TokenAllowance.js +152 -0
  1089. package/src/account/TokenBalanceMap.js +23 -0
  1090. package/src/account/TokenDecimalMap.js +19 -0
  1091. package/src/account/TokenNftAllowance.js +217 -0
  1092. package/src/account/TokenNftTransferMap.js +134 -0
  1093. package/src/account/TokenRelationship.js +125 -0
  1094. package/src/account/TokenRelationshipMap.js +59 -0
  1095. package/src/account/TokenTransferAccountMap.js +24 -0
  1096. package/src/account/TokenTransferMap.js +99 -0
  1097. package/src/account/TransferTransaction.js +372 -0
  1098. package/src/address_book/AddressBooks.js +27 -0
  1099. package/src/address_book/Endpoint.js +141 -0
  1100. package/src/address_book/IPv4Address.js +125 -0
  1101. package/src/address_book/IPv4AddressPart.js +71 -0
  1102. package/src/address_book/NodeAddress.js +319 -0
  1103. package/src/address_book/NodeAddressBook.js +114 -0
  1104. package/src/array.js +60 -0
  1105. package/src/base32.js +29 -0
  1106. package/src/browser.js +10 -0
  1107. package/src/channel/Channel.js +340 -0
  1108. package/src/channel/MirrorChannel.js +49 -0
  1109. package/src/channel/NativeChannel.js +120 -0
  1110. package/src/channel/NodeChannel.js +196 -0
  1111. package/src/channel/NodeMirrorChannel.js +91 -0
  1112. package/src/channel/WebChannel.js +100 -0
  1113. package/src/client/Client.js +871 -0
  1114. package/src/client/ManagedNetwork.js +473 -0
  1115. package/src/client/MirrorNetwork.js +87 -0
  1116. package/src/client/NativeClient.js +218 -0
  1117. package/src/client/Network.js +304 -0
  1118. package/src/client/NodeClient.js +321 -0
  1119. package/src/client/WebClient.js +302 -0
  1120. package/src/client/addressbooks/mainnet.js +2 -0
  1121. package/src/client/addressbooks/previewnet.js +2 -0
  1122. package/src/client/addressbooks/testnet.js +2 -0
  1123. package/src/constants/ClientConstants.js +204 -0
  1124. package/src/contract/ContractByteCodeQuery.js +178 -0
  1125. package/src/contract/ContractCallQuery.js +382 -0
  1126. package/src/contract/ContractCreateFlow.js +551 -0
  1127. package/src/contract/ContractCreateTransaction.js +677 -0
  1128. package/src/contract/ContractDeleteTransaction.js +291 -0
  1129. package/src/contract/ContractExecuteTransaction.js +313 -0
  1130. package/src/contract/ContractFunctionParameters.js +1759 -0
  1131. package/src/contract/ContractFunctionResult.js +1060 -0
  1132. package/src/contract/ContractFunctionSelector.js +1360 -0
  1133. package/src/contract/ContractId.js +316 -0
  1134. package/src/contract/ContractInfo.js +264 -0
  1135. package/src/contract/ContractInfoQuery.js +190 -0
  1136. package/src/contract/ContractLogInfo.js +83 -0
  1137. package/src/contract/ContractNonceInfo.js +129 -0
  1138. package/src/contract/ContractStateChange.js +77 -0
  1139. package/src/contract/ContractUpdateTransaction.js +665 -0
  1140. package/src/contract/DelegateContractId.js +94 -0
  1141. package/src/contract/StorageChange.js +71 -0
  1142. package/src/cryptography/keccak.js +419 -0
  1143. package/src/cryptography/sha384.browser.js +13 -0
  1144. package/src/cryptography/sha384.js +20 -0
  1145. package/src/cryptography/sha384.native.js +19 -0
  1146. package/src/encoding/base64.native.js +19 -0
  1147. package/src/encoding/hex.browser.js +95 -0
  1148. package/src/encoding/hex.js +76 -0
  1149. package/src/encoding/hex.native.js +386 -0
  1150. package/src/encoding/utf8.browser.js +19 -0
  1151. package/src/encoding/utf8.js +17 -0
  1152. package/src/encoding/utf8.native.js +20 -0
  1153. package/src/exports.js +213 -0
  1154. package/src/file/FileAppendTransaction.js +586 -0
  1155. package/src/file/FileContentsQuery.js +174 -0
  1156. package/src/file/FileCreateTransaction.js +301 -0
  1157. package/src/file/FileDeleteTransaction.js +167 -0
  1158. package/src/file/FileId.js +247 -0
  1159. package/src/file/FileInfo.js +136 -0
  1160. package/src/file/FileInfoQuery.js +186 -0
  1161. package/src/file/FileUpdateTransaction.js +375 -0
  1162. package/src/grpc/GrpcServiceError.js +64 -0
  1163. package/src/grpc/GrpcStatus.js +142 -0
  1164. package/src/http/HttpError.js +26 -0
  1165. package/src/http/HttpStatus.js +38 -0
  1166. package/src/index.js +11 -0
  1167. package/src/logger/LogLevel.js +72 -0
  1168. package/src/logger/Logger.js +225 -0
  1169. package/src/long.js +20 -0
  1170. package/src/native.js +10 -0
  1171. package/src/network/AddressBookQuery.js +272 -0
  1172. package/src/network/AddressBookQueryWeb.js +388 -0
  1173. package/src/network/NetworkVersionInfo.js +81 -0
  1174. package/src/network/NetworkVersionInfoQuery.js +117 -0
  1175. package/src/network/SemanticVersion.js +74 -0
  1176. package/src/node/NodeCreateTransaction.js +513 -0
  1177. package/src/node/NodeDeleteTransaction.js +161 -0
  1178. package/src/node/NodeUpdateTransaction.js +592 -0
  1179. package/src/node/ServiceEndpoint.js +145 -0
  1180. package/src/query/CostQuery.js +187 -0
  1181. package/src/query/MirrorNodeContractCallQuery.js +49 -0
  1182. package/src/query/MirrorNodeContractEstimateQuery.js +48 -0
  1183. package/src/query/MirrorNodeContractQuery.js +266 -0
  1184. package/src/query/Query.js +527 -0
  1185. package/src/query/QueryBase.js +116 -0
  1186. package/src/schedule/ScheduleCreateTransaction.js +371 -0
  1187. package/src/schedule/ScheduleDeleteTransaction.js +174 -0
  1188. package/src/schedule/ScheduleId.js +173 -0
  1189. package/src/schedule/ScheduleInfo.js +243 -0
  1190. package/src/schedule/ScheduleInfoQuery.js +189 -0
  1191. package/src/schedule/ScheduleSignTransaction.js +189 -0
  1192. package/src/system/FreezeTransaction.js +390 -0
  1193. package/src/system/SystemDeleteTransaction.js +239 -0
  1194. package/src/system/SystemUndeleteTransaction.js +207 -0
  1195. package/src/token/AbstractTokenTransferTransaction.js +589 -0
  1196. package/src/token/AirdropPendingTransaction.js +58 -0
  1197. package/src/token/AssessedCustomFee.js +198 -0
  1198. package/src/token/CustomFee.js +87 -0
  1199. package/src/token/CustomFixedFee.js +178 -0
  1200. package/src/token/CustomFractionalFee.js +226 -0
  1201. package/src/token/CustomRoyaltyFee.js +173 -0
  1202. package/src/token/FeeAssessmentMethod.js +53 -0
  1203. package/src/token/NftId.js +95 -0
  1204. package/src/token/PendingAirdropId.js +157 -0
  1205. package/src/token/PendingAirdropRecord.js +50 -0
  1206. package/src/token/TokenAirdropTransaction.js +220 -0
  1207. package/src/token/TokenAssociateTransaction.js +214 -0
  1208. package/src/token/TokenAssociation.js +127 -0
  1209. package/src/token/TokenBurnTransaction.js +229 -0
  1210. package/src/token/TokenCancelAirdropTransaction.js +120 -0
  1211. package/src/token/TokenClaimAirdropTransaction.js +121 -0
  1212. package/src/token/TokenCreateTransaction.js +978 -0
  1213. package/src/token/TokenDeleteTransaction.js +161 -0
  1214. package/src/token/TokenDissociateTransaction.js +214 -0
  1215. package/src/token/TokenFeeScheduleUpdateTransaction.js +198 -0
  1216. package/src/token/TokenFreezeTransaction.js +203 -0
  1217. package/src/token/TokenGrantKycTransaction.js +203 -0
  1218. package/src/token/TokenId.js +203 -0
  1219. package/src/token/TokenInfo.js +454 -0
  1220. package/src/token/TokenInfoQuery.js +185 -0
  1221. package/src/token/TokenKeyValidation.js +70 -0
  1222. package/src/token/TokenMintTransaction.js +258 -0
  1223. package/src/token/TokenNftInfo.js +135 -0
  1224. package/src/token/TokenNftInfoQuery.js +369 -0
  1225. package/src/token/TokenNftTransfer.js +115 -0
  1226. package/src/token/TokenNftsUpdateTransaction.js +220 -0
  1227. package/src/token/TokenPauseTransaction.js +161 -0
  1228. package/src/token/TokenReference.js +40 -0
  1229. package/src/token/TokenRejectFlow.js +261 -0
  1230. package/src/token/TokenRejectTransaction.js +262 -0
  1231. package/src/token/TokenRevokeKycTransaction.js +203 -0
  1232. package/src/token/TokenSupplyType.js +74 -0
  1233. package/src/token/TokenTransfer.js +142 -0
  1234. package/src/token/TokenType.js +74 -0
  1235. package/src/token/TokenUnfreezeTransaction.js +203 -0
  1236. package/src/token/TokenUnpauseTransaction.js +161 -0
  1237. package/src/token/TokenUpdateNftsTransaction.js +225 -0
  1238. package/src/token/TokenUpdateTransaction.js +827 -0
  1239. package/src/token/TokenWipeTransaction.js +271 -0
  1240. package/src/topic/SubscriptionHandle.js +34 -0
  1241. package/src/topic/TopicCreateTransaction.js +557 -0
  1242. package/src/topic/TopicDeleteTransaction.js +167 -0
  1243. package/src/topic/TopicId.js +204 -0
  1244. package/src/topic/TopicInfo.js +254 -0
  1245. package/src/topic/TopicInfoQuery.js +190 -0
  1246. package/src/topic/TopicMessage.js +170 -0
  1247. package/src/topic/TopicMessageChunk.js +76 -0
  1248. package/src/topic/TopicMessageQuery.js +523 -0
  1249. package/src/topic/TopicMessageSubmitTransaction.js +488 -0
  1250. package/src/topic/TopicUpdateTransaction.js +659 -0
  1251. package/src/transaction/BatchTransaction.js +293 -0
  1252. package/src/transaction/CustomFeeLimit.js +121 -0
  1253. package/src/transaction/List.js +175 -0
  1254. package/src/transaction/NodeAccountIdSignatureMap.js +62 -0
  1255. package/src/transaction/NodeAccountIdSignatureMapLegacy.js +41 -0
  1256. package/src/transaction/SignableNodeTransactionBodyBytes.js +40 -0
  1257. package/src/transaction/SignatureMap.js +104 -0
  1258. package/src/transaction/SignatureMapLegacy.js +37 -0
  1259. package/src/transaction/SignaturePairMap.js +53 -0
  1260. package/src/transaction/TokenTransfer.js +1 -0
  1261. package/src/transaction/Transaction.js +2295 -0
  1262. package/src/transaction/TransactionHashMap.js +41 -0
  1263. package/src/transaction/TransactionId.js +262 -0
  1264. package/src/transaction/TransactionReceipt.js +414 -0
  1265. package/src/transaction/TransactionReceiptQuery.js +418 -0
  1266. package/src/transaction/TransactionRecord.js +638 -0
  1267. package/src/transaction/TransactionRecordQuery.js +440 -0
  1268. package/src/transaction/TransactionResponse.js +283 -0
  1269. package/src/types.d.ts +5 -0
  1270. package/src/util/ASN1-Decoder.js +256 -0
  1271. package/src/util.js +479 -0
  1272. package/src/version.js +3 -0
package/src/Status.js ADDED
@@ -0,0 +1,3353 @@
1
+ // SPDX-License-Identifier: Apache-2.0
2
+
3
+ /**
4
+ * @namespace proto
5
+ * @typedef {import("@hashgraph/proto").proto.ResponseCodeEnum} HieroProto.proto.ResponseCodeEnum
6
+ */
7
+
8
+ export default class Status {
9
+ /**
10
+ * @hideconstructor
11
+ * @internal
12
+ * @param {number} code
13
+ */
14
+ constructor(code) {
15
+ /** @readonly */
16
+ this._code = code;
17
+
18
+ Object.freeze(this);
19
+ }
20
+
21
+ /**
22
+ * @returns {string}
23
+ */
24
+ toString() {
25
+ switch (this) {
26
+ case Status.Ok:
27
+ return "OK";
28
+ case Status.InvalidTransaction:
29
+ return "INVALID_TRANSACTION";
30
+ case Status.PayerAccountNotFound:
31
+ return "PAYER_ACCOUNT_NOT_FOUND";
32
+ case Status.InvalidNodeAccount:
33
+ return "INVALID_NODE_ACCOUNT";
34
+ case Status.TransactionExpired:
35
+ return "TRANSACTION_EXPIRED";
36
+ case Status.InvalidTransactionStart:
37
+ return "INVALID_TRANSACTION_START";
38
+ case Status.InvalidTransactionDuration:
39
+ return "INVALID_TRANSACTION_DURATION";
40
+ case Status.InvalidSignature:
41
+ return "INVALID_SIGNATURE";
42
+ case Status.MemoTooLong:
43
+ return "MEMO_TOO_LONG";
44
+ case Status.InsufficientTxFee:
45
+ return "INSUFFICIENT_TX_FEE";
46
+ case Status.InsufficientPayerBalance:
47
+ return "INSUFFICIENT_PAYER_BALANCE";
48
+ case Status.DuplicateTransaction:
49
+ return "DUPLICATE_TRANSACTION";
50
+ case Status.Busy:
51
+ return "BUSY";
52
+ case Status.NotSupported:
53
+ return "NOT_SUPPORTED";
54
+ case Status.InvalidFileId:
55
+ return "INVALID_FILE_ID";
56
+ case Status.InvalidAccountId:
57
+ return "INVALID_ACCOUNT_ID";
58
+ case Status.InvalidContractId:
59
+ return "INVALID_CONTRACT_ID";
60
+ case Status.InvalidTransactionId:
61
+ return "INVALID_TRANSACTION_ID";
62
+ case Status.ReceiptNotFound:
63
+ return "RECEIPT_NOT_FOUND";
64
+ case Status.RecordNotFound:
65
+ return "RECORD_NOT_FOUND";
66
+ case Status.InvalidSolidityId:
67
+ return "INVALID_SOLIDITY_ID";
68
+ case Status.Unknown:
69
+ return "UNKNOWN";
70
+ case Status.Success:
71
+ return "SUCCESS";
72
+ case Status.FailInvalid:
73
+ return "FAIL_INVALID";
74
+ case Status.FailFee:
75
+ return "FAIL_FEE";
76
+ case Status.FailBalance:
77
+ return "FAIL_BALANCE";
78
+ case Status.KeyRequired:
79
+ return "KEY_REQUIRED";
80
+ case Status.BadEncoding:
81
+ return "BAD_ENCODING";
82
+ case Status.InsufficientAccountBalance:
83
+ return "INSUFFICIENT_ACCOUNT_BALANCE";
84
+ case Status.InvalidSolidityAddress:
85
+ return "INVALID_SOLIDITY_ADDRESS";
86
+ case Status.InsufficientGas:
87
+ return "INSUFFICIENT_GAS";
88
+ case Status.ContractSizeLimitExceeded:
89
+ return "CONTRACT_SIZE_LIMIT_EXCEEDED";
90
+ case Status.LocalCallModificationException:
91
+ return "LOCAL_CALL_MODIFICATION_EXCEPTION";
92
+ case Status.ContractRevertExecuted:
93
+ return "CONTRACT_REVERT_EXECUTED";
94
+ case Status.ContractExecutionException:
95
+ return "CONTRACT_EXECUTION_EXCEPTION";
96
+ case Status.InvalidReceivingNodeAccount:
97
+ return "INVALID_RECEIVING_NODE_ACCOUNT";
98
+ case Status.MissingQueryHeader:
99
+ return "MISSING_QUERY_HEADER";
100
+ case Status.AccountUpdateFailed:
101
+ return "ACCOUNT_UPDATE_FAILED";
102
+ case Status.InvalidKeyEncoding:
103
+ return "INVALID_KEY_ENCODING";
104
+ case Status.NullSolidityAddress:
105
+ return "NULL_SOLIDITY_ADDRESS";
106
+ case Status.ContractUpdateFailed:
107
+ return "CONTRACT_UPDATE_FAILED";
108
+ case Status.InvalidQueryHeader:
109
+ return "INVALID_QUERY_HEADER";
110
+ case Status.InvalidFeeSubmitted:
111
+ return "INVALID_FEE_SUBMITTED";
112
+ case Status.InvalidPayerSignature:
113
+ return "INVALID_PAYER_SIGNATURE";
114
+ case Status.KeyNotProvided:
115
+ return "KEY_NOT_PROVIDED";
116
+ case Status.InvalidExpirationTime:
117
+ return "INVALID_EXPIRATION_TIME";
118
+ case Status.NoWaclKey:
119
+ return "NO_WACL_KEY";
120
+ case Status.FileContentEmpty:
121
+ return "FILE_CONTENT_EMPTY";
122
+ case Status.InvalidAccountAmounts:
123
+ return "INVALID_ACCOUNT_AMOUNTS";
124
+ case Status.EmptyTransactionBody:
125
+ return "EMPTY_TRANSACTION_BODY";
126
+ case Status.InvalidTransactionBody:
127
+ return "INVALID_TRANSACTION_BODY";
128
+ case Status.InvalidSignatureTypeMismatchingKey:
129
+ return "INVALID_SIGNATURE_TYPE_MISMATCHING_KEY";
130
+ case Status.InvalidSignatureCountMismatchingKey:
131
+ return "INVALID_SIGNATURE_COUNT_MISMATCHING_KEY";
132
+ case Status.EmptyLiveHashBody:
133
+ return "EMPTY_LIVE_HASH_BODY";
134
+ case Status.EmptyLiveHash:
135
+ return "EMPTY_LIVE_HASH";
136
+ case Status.EmptyLiveHashKeys:
137
+ return "EMPTY_LIVE_HASH_KEYS";
138
+ case Status.InvalidLiveHashSize:
139
+ return "INVALID_LIVE_HASH_SIZE";
140
+ case Status.EmptyQueryBody:
141
+ return "EMPTY_QUERY_BODY";
142
+ case Status.EmptyLiveHashQuery:
143
+ return "EMPTY_LIVE_HASH_QUERY";
144
+ case Status.LiveHashNotFound:
145
+ return "LIVE_HASH_NOT_FOUND";
146
+ case Status.AccountIdDoesNotExist:
147
+ return "ACCOUNT_ID_DOES_NOT_EXIST";
148
+ case Status.LiveHashAlreadyExists:
149
+ return "LIVE_HASH_ALREADY_EXISTS";
150
+ case Status.InvalidFileWacl:
151
+ return "INVALID_FILE_WACL";
152
+ case Status.SerializationFailed:
153
+ return "SERIALIZATION_FAILED";
154
+ case Status.TransactionOversize:
155
+ return "TRANSACTION_OVERSIZE";
156
+ case Status.TransactionTooManyLayers:
157
+ return "TRANSACTION_TOO_MANY_LAYERS";
158
+ case Status.ContractDeleted:
159
+ return "CONTRACT_DELETED";
160
+ case Status.PlatformNotActive:
161
+ return "PLATFORM_NOT_ACTIVE";
162
+ case Status.KeyPrefixMismatch:
163
+ return "KEY_PREFIX_MISMATCH";
164
+ case Status.PlatformTransactionNotCreated:
165
+ return "PLATFORM_TRANSACTION_NOT_CREATED";
166
+ case Status.InvalidRenewalPeriod:
167
+ return "INVALID_RENEWAL_PERIOD";
168
+ case Status.InvalidPayerAccountId:
169
+ return "INVALID_PAYER_ACCOUNT_ID";
170
+ case Status.AccountDeleted:
171
+ return "ACCOUNT_DELETED";
172
+ case Status.FileDeleted:
173
+ return "FILE_DELETED";
174
+ case Status.AccountRepeatedInAccountAmounts:
175
+ return "ACCOUNT_REPEATED_IN_ACCOUNT_AMOUNTS";
176
+ case Status.SettingNegativeAccountBalance:
177
+ return "SETTING_NEGATIVE_ACCOUNT_BALANCE";
178
+ case Status.ObtainerRequired:
179
+ return "OBTAINER_REQUIRED";
180
+ case Status.ObtainerSameContractId:
181
+ return "OBTAINER_SAME_CONTRACT_ID";
182
+ case Status.ObtainerDoesNotExist:
183
+ return "OBTAINER_DOES_NOT_EXIST";
184
+ case Status.ModifyingImmutableContract:
185
+ return "MODIFYING_IMMUTABLE_CONTRACT";
186
+ case Status.FileSystemException:
187
+ return "FILE_SYSTEM_EXCEPTION";
188
+ case Status.AutorenewDurationNotInRange:
189
+ return "AUTORENEW_DURATION_NOT_IN_RANGE";
190
+ case Status.ErrorDecodingBytestring:
191
+ return "ERROR_DECODING_BYTESTRING";
192
+ case Status.ContractFileEmpty:
193
+ return "CONTRACT_FILE_EMPTY";
194
+ case Status.ContractBytecodeEmpty:
195
+ return "CONTRACT_BYTECODE_EMPTY";
196
+ case Status.InvalidInitialBalance:
197
+ return "INVALID_INITIAL_BALANCE";
198
+ case Status.InvalidReceiveRecordThreshold:
199
+ return "INVALID_RECEIVE_RECORD_THRESHOLD";
200
+ case Status.InvalidSendRecordThreshold:
201
+ return "INVALID_SEND_RECORD_THRESHOLD";
202
+ case Status.AccountIsNotGenesisAccount:
203
+ return "ACCOUNT_IS_NOT_GENESIS_ACCOUNT";
204
+ case Status.PayerAccountUnauthorized:
205
+ return "PAYER_ACCOUNT_UNAUTHORIZED";
206
+ case Status.InvalidFreezeTransactionBody:
207
+ return "INVALID_FREEZE_TRANSACTION_BODY";
208
+ case Status.FreezeTransactionBodyNotFound:
209
+ return "FREEZE_TRANSACTION_BODY_NOT_FOUND";
210
+ case Status.TransferListSizeLimitExceeded:
211
+ return "TRANSFER_LIST_SIZE_LIMIT_EXCEEDED";
212
+ case Status.ResultSizeLimitExceeded:
213
+ return "RESULT_SIZE_LIMIT_EXCEEDED";
214
+ case Status.NotSpecialAccount:
215
+ return "NOT_SPECIAL_ACCOUNT";
216
+ case Status.ContractNegativeGas:
217
+ return "CONTRACT_NEGATIVE_GAS";
218
+ case Status.ContractNegativeValue:
219
+ return "CONTRACT_NEGATIVE_VALUE";
220
+ case Status.InvalidFeeFile:
221
+ return "INVALID_FEE_FILE";
222
+ case Status.InvalidExchangeRateFile:
223
+ return "INVALID_EXCHANGE_RATE_FILE";
224
+ case Status.InsufficientLocalCallGas:
225
+ return "INSUFFICIENT_LOCAL_CALL_GAS";
226
+ case Status.EntityNotAllowedToDelete:
227
+ return "ENTITY_NOT_ALLOWED_TO_DELETE";
228
+ case Status.AuthorizationFailed:
229
+ return "AUTHORIZATION_FAILED";
230
+ case Status.FileUploadedProtoInvalid:
231
+ return "FILE_UPLOADED_PROTO_INVALID";
232
+ case Status.FileUploadedProtoNotSavedToDisk:
233
+ return "FILE_UPLOADED_PROTO_NOT_SAVED_TO_DISK";
234
+ case Status.FeeScheduleFilePartUploaded:
235
+ return "FEE_SCHEDULE_FILE_PART_UPLOADED";
236
+ case Status.ExchangeRateChangeLimitExceeded:
237
+ return "EXCHANGE_RATE_CHANGE_LIMIT_EXCEEDED";
238
+ case Status.MaxContractStorageExceeded:
239
+ return "MAX_CONTRACT_STORAGE_EXCEEDED";
240
+ case Status.TransferAccountSameAsDeleteAccount:
241
+ return "TRANSFER_ACCOUNT_SAME_AS_DELETE_ACCOUNT";
242
+ case Status.TotalLedgerBalanceInvalid:
243
+ return "TOTAL_LEDGER_BALANCE_INVALID";
244
+ case Status.ExpirationReductionNotAllowed:
245
+ return "EXPIRATION_REDUCTION_NOT_ALLOWED";
246
+ case Status.MaxGasLimitExceeded:
247
+ return "MAX_GAS_LIMIT_EXCEEDED";
248
+ case Status.MaxFileSizeExceeded:
249
+ return "MAX_FILE_SIZE_EXCEEDED";
250
+ case Status.ReceiverSigRequired:
251
+ return "RECEIVER_SIG_REQUIRED";
252
+ case Status.InvalidTopicId:
253
+ return "INVALID_TOPIC_ID";
254
+ case Status.InvalidAdminKey:
255
+ return "INVALID_ADMIN_KEY";
256
+ case Status.InvalidSubmitKey:
257
+ return "INVALID_SUBMIT_KEY";
258
+ case Status.Unauthorized:
259
+ return "UNAUTHORIZED";
260
+ case Status.InvalidTopicMessage:
261
+ return "INVALID_TOPIC_MESSAGE";
262
+ case Status.InvalidAutorenewAccount:
263
+ return "INVALID_AUTORENEW_ACCOUNT";
264
+ case Status.AutorenewAccountNotAllowed:
265
+ return "AUTORENEW_ACCOUNT_NOT_ALLOWED";
266
+ case Status.TopicExpired:
267
+ return "TOPIC_EXPIRED";
268
+ case Status.InvalidChunkNumber:
269
+ return "INVALID_CHUNK_NUMBER";
270
+ case Status.InvalidChunkTransactionId:
271
+ return "INVALID_CHUNK_TRANSACTION_ID";
272
+ case Status.AccountFrozenForToken:
273
+ return "ACCOUNT_FROZEN_FOR_TOKEN";
274
+ case Status.TokensPerAccountLimitExceeded:
275
+ return "TOKENS_PER_ACCOUNT_LIMIT_EXCEEDED";
276
+ case Status.InvalidTokenId:
277
+ return "INVALID_TOKEN_ID";
278
+ case Status.InvalidTokenDecimals:
279
+ return "INVALID_TOKEN_DECIMALS";
280
+ case Status.InvalidTokenInitialSupply:
281
+ return "INVALID_TOKEN_INITIAL_SUPPLY";
282
+ case Status.InvalidTreasuryAccountForToken:
283
+ return "INVALID_TREASURY_ACCOUNT_FOR_TOKEN";
284
+ case Status.InvalidTokenSymbol:
285
+ return "INVALID_TOKEN_SYMBOL";
286
+ case Status.TokenHasNoFreezeKey:
287
+ return "TOKEN_HAS_NO_FREEZE_KEY";
288
+ case Status.TransfersNotZeroSumForToken:
289
+ return "TRANSFERS_NOT_ZERO_SUM_FOR_TOKEN";
290
+ case Status.MissingTokenSymbol:
291
+ return "MISSING_TOKEN_SYMBOL";
292
+ case Status.TokenSymbolTooLong:
293
+ return "TOKEN_SYMBOL_TOO_LONG";
294
+ case Status.AccountKycNotGrantedForToken:
295
+ return "ACCOUNT_KYC_NOT_GRANTED_FOR_TOKEN";
296
+ case Status.TokenHasNoKycKey:
297
+ return "TOKEN_HAS_NO_KYC_KEY";
298
+ case Status.InsufficientTokenBalance:
299
+ return "INSUFFICIENT_TOKEN_BALANCE";
300
+ case Status.TokenWasDeleted:
301
+ return "TOKEN_WAS_DELETED";
302
+ case Status.TokenHasNoSupplyKey:
303
+ return "TOKEN_HAS_NO_SUPPLY_KEY";
304
+ case Status.TokenHasNoWipeKey:
305
+ return "TOKEN_HAS_NO_WIPE_KEY";
306
+ case Status.InvalidTokenMintAmount:
307
+ return "INVALID_TOKEN_MINT_AMOUNT";
308
+ case Status.InvalidTokenBurnAmount:
309
+ return "INVALID_TOKEN_BURN_AMOUNT";
310
+ case Status.TokenNotAssociatedToAccount:
311
+ return "TOKEN_NOT_ASSOCIATED_TO_ACCOUNT";
312
+ case Status.CannotWipeTokenTreasuryAccount:
313
+ return "CANNOT_WIPE_TOKEN_TREASURY_ACCOUNT";
314
+ case Status.InvalidKycKey:
315
+ return "INVALID_KYC_KEY";
316
+ case Status.InvalidWipeKey:
317
+ return "INVALID_WIPE_KEY";
318
+ case Status.InvalidFreezeKey:
319
+ return "INVALID_FREEZE_KEY";
320
+ case Status.InvalidSupplyKey:
321
+ return "INVALID_SUPPLY_KEY";
322
+ case Status.MissingTokenName:
323
+ return "MISSING_TOKEN_NAME";
324
+ case Status.TokenNameTooLong:
325
+ return "TOKEN_NAME_TOO_LONG";
326
+ case Status.InvalidWipingAmount:
327
+ return "INVALID_WIPING_AMOUNT";
328
+ case Status.TokenIsImmutable:
329
+ return "TOKEN_IS_IMMUTABLE";
330
+ case Status.TokenAlreadyAssociatedToAccount:
331
+ return "TOKEN_ALREADY_ASSOCIATED_TO_ACCOUNT";
332
+ case Status.TransactionRequiresZeroTokenBalances:
333
+ return "TRANSACTION_REQUIRES_ZERO_TOKEN_BALANCES";
334
+ case Status.AccountIsTreasury:
335
+ return "ACCOUNT_IS_TREASURY";
336
+ case Status.TokenIdRepeatedInTokenList:
337
+ return "TOKEN_ID_REPEATED_IN_TOKEN_LIST";
338
+ case Status.TokenTransferListSizeLimitExceeded:
339
+ return "TOKEN_TRANSFER_LIST_SIZE_LIMIT_EXCEEDED";
340
+ case Status.EmptyTokenTransferBody:
341
+ return "EMPTY_TOKEN_TRANSFER_BODY";
342
+ case Status.EmptyTokenTransferAccountAmounts:
343
+ return "EMPTY_TOKEN_TRANSFER_ACCOUNT_AMOUNTS";
344
+ case Status.InvalidScheduleId:
345
+ return "INVALID_SCHEDULE_ID";
346
+ case Status.ScheduleIsImmutable:
347
+ return "SCHEDULE_IS_IMMUTABLE";
348
+ case Status.InvalidSchedulePayerId:
349
+ return "INVALID_SCHEDULE_PAYER_ID";
350
+ case Status.InvalidScheduleAccountId:
351
+ return "INVALID_SCHEDULE_ACCOUNT_ID";
352
+ case Status.NoNewValidSignatures:
353
+ return "NO_NEW_VALID_SIGNATURES";
354
+ case Status.UnresolvableRequiredSigners:
355
+ return "UNRESOLVABLE_REQUIRED_SIGNERS";
356
+ case Status.ScheduledTransactionNotInWhitelist:
357
+ return "SCHEDULED_TRANSACTION_NOT_IN_WHITELIST";
358
+ case Status.SomeSignaturesWereInvalid:
359
+ return "SOME_SIGNATURES_WERE_INVALID";
360
+ case Status.TransactionIdFieldNotAllowed:
361
+ return "TRANSACTION_ID_FIELD_NOT_ALLOWED";
362
+ case Status.IdenticalScheduleAlreadyCreated:
363
+ return "IDENTICAL_SCHEDULE_ALREADY_CREATED";
364
+ case Status.InvalidZeroByteInString:
365
+ return "INVALID_ZERO_BYTE_IN_STRING";
366
+ case Status.ScheduleAlreadyDeleted:
367
+ return "SCHEDULE_ALREADY_DELETED";
368
+ case Status.ScheduleAlreadyExecuted:
369
+ return "SCHEDULE_ALREADY_EXECUTED";
370
+ case Status.MessageSizeTooLarge:
371
+ return "MESSAGE_SIZE_TOO_LARGE";
372
+ case Status.OperationRepeatedInBucketGroups:
373
+ return "OPERATION_REPEATED_IN_BUCKET_GROUPS";
374
+ case Status.BucketCapacityOverflow:
375
+ return "BUCKET_CAPACITY_OVERFLOW";
376
+ case Status.NodeCapacityNotSufficientForOperation:
377
+ return "NODE_CAPACITY_NOT_SUFFICIENT_FOR_OPERATION";
378
+ case Status.BucketHasNoThrottleGroups:
379
+ return "BUCKET_HAS_NO_THROTTLE_GROUPS";
380
+ case Status.ThrottleGroupHasZeroOpsPerSec:
381
+ return "THROTTLE_GROUP_HAS_ZERO_OPS_PER_SEC";
382
+ case Status.SuccessButMissingExpectedOperation:
383
+ return "SUCCESS_BUT_MISSING_EXPECTED_OPERATION";
384
+ case Status.UnparseableThrottleDefinitions:
385
+ return "UNPARSEABLE_THROTTLE_DEFINITIONS";
386
+ case Status.InvalidThrottleDefinitions:
387
+ return "INVALID_THROTTLE_DEFINITIONS";
388
+ case Status.AccountExpiredAndPendingRemoval:
389
+ return "ACCOUNT_EXPIRED_AND_PENDING_REMOVAL";
390
+ case Status.InvalidTokenMaxSupply:
391
+ return "INVALID_TOKEN_MAX_SUPPLY";
392
+ case Status.InvalidTokenNftSerialNumber:
393
+ return "INVALID_TOKEN_NFT_SERIAL_NUMBER";
394
+ case Status.InvalidNftId:
395
+ return "INVALID_NFT_ID";
396
+ case Status.MetadataTooLong:
397
+ return "METADATA_TOO_LONG";
398
+ case Status.BatchSizeLimitExceeded:
399
+ return "BATCH_SIZE_LIMIT_EXCEEDED";
400
+ case Status.InvalidQueryRange:
401
+ return "INVALID_QUERY_RANGE";
402
+ case Status.FractionDividesByZero:
403
+ return "FRACTION_DIVIDES_BY_ZERO";
404
+ case Status.InsufficientPayerBalanceForCustomFee:
405
+ return "INSUFFICIENT_PAYER_BALANCE_FOR_CUSTOM_FEE";
406
+ case Status.CustomFeesListTooLong:
407
+ return "CUSTOM_FEES_LIST_TOO_LONG";
408
+ case Status.InvalidCustomFeeCollector:
409
+ return "INVALID_CUSTOM_FEE_COLLECTOR";
410
+ case Status.InvalidTokenIdInCustomFees:
411
+ return "INVALID_TOKEN_ID_IN_CUSTOM_FEES";
412
+ case Status.TokenNotAssociatedToFeeCollector:
413
+ return "TOKEN_NOT_ASSOCIATED_TO_FEE_COLLECTOR";
414
+ case Status.TokenMaxSupplyReached:
415
+ return "TOKEN_MAX_SUPPLY_REACHED";
416
+ case Status.SenderDoesNotOwnNftSerialNo:
417
+ return "SENDER_DOES_NOT_OWN_NFT_SERIAL_NO";
418
+ case Status.CustomFeeNotFullySpecified:
419
+ return "CUSTOM_FEE_NOT_FULLY_SPECIFIED";
420
+ case Status.CustomFeeMustBePositive:
421
+ return "CUSTOM_FEE_MUST_BE_POSITIVE";
422
+ case Status.TokenHasNoFeeScheduleKey:
423
+ return "TOKEN_HAS_NO_FEE_SCHEDULE_KEY";
424
+ case Status.CustomFeeOutsideNumericRange:
425
+ return "CUSTOM_FEE_OUTSIDE_NUMERIC_RANGE";
426
+ case Status.RoyaltyFractionCannotExceedOne:
427
+ return "ROYALTY_FRACTION_CANNOT_EXCEED_ONE";
428
+ case Status.FractionalFeeMaxAmountLessThanMinAmount:
429
+ return "FRACTIONAL_FEE_MAX_AMOUNT_LESS_THAN_MIN_AMOUNT";
430
+ case Status.CustomScheduleAlreadyHasNoFees:
431
+ return "CUSTOM_SCHEDULE_ALREADY_HAS_NO_FEES";
432
+ case Status.CustomFeeDenominationMustBeFungibleCommon:
433
+ return "CUSTOM_FEE_DENOMINATION_MUST_BE_FUNGIBLE_COMMON";
434
+ case Status.CustomFractionalFeeOnlyAllowedForFungibleCommon:
435
+ return "CUSTOM_FRACTIONAL_FEE_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON";
436
+ case Status.InvalidCustomFeeScheduleKey:
437
+ return "INVALID_CUSTOM_FEE_SCHEDULE_KEY";
438
+ case Status.InvalidTokenMintMetadata:
439
+ return "INVALID_TOKEN_MINT_METADATA";
440
+ case Status.InvalidTokenBurnMetadata:
441
+ return "INVALID_TOKEN_BURN_METADATA";
442
+ case Status.CurrentTreasuryStillOwnsNfts:
443
+ return "CURRENT_TREASURY_STILL_OWNS_NFTS";
444
+ case Status.AccountStillOwnsNfts:
445
+ return "ACCOUNT_STILL_OWNS_NFTS";
446
+ case Status.TreasuryMustOwnBurnedNft:
447
+ return "TREASURY_MUST_OWN_BURNED_NFT";
448
+ case Status.AccountDoesNotOwnWipedNft:
449
+ return "ACCOUNT_DOES_NOT_OWN_WIPED_NFT";
450
+ case Status.AccountAmountTransfersOnlyAllowedForFungibleCommon:
451
+ return "ACCOUNT_AMOUNT_TRANSFERS_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON";
452
+ case Status.MaxNftsInPriceRegimeHaveBeenMinted:
453
+ return "MAX_NFTS_IN_PRICE_REGIME_HAVE_BEEN_MINTED";
454
+ case Status.PayerAccountDeleted:
455
+ return "PAYER_ACCOUNT_DELETED";
456
+ case Status.CustomFeeChargingExceededMaxRecursionDepth:
457
+ return "CUSTOM_FEE_CHARGING_EXCEEDED_MAX_RECURSION_DEPTH";
458
+ case Status.CustomFeeChargingExceededMaxAccountAmounts:
459
+ return "CUSTOM_FEE_CHARGING_EXCEEDED_MAX_ACCOUNT_AMOUNTS";
460
+ case Status.InsufficientSenderAccountBalanceForCustomFee:
461
+ return "INSUFFICIENT_SENDER_ACCOUNT_BALANCE_FOR_CUSTOM_FEE";
462
+ case Status.SerialNumberLimitReached:
463
+ return "SERIAL_NUMBER_LIMIT_REACHED";
464
+ case Status.CustomRoyaltyFeeOnlyAllowedForNonFungibleUnique:
465
+ return "CUSTOM_ROYALTY_FEE_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE";
466
+ case Status.NoRemainingAutomaticAssociations:
467
+ return "NO_REMAINING_AUTOMATIC_ASSOCIATIONS";
468
+ case Status.ExistingAutomaticAssociationsExceedGivenLimit:
469
+ return "EXISTING_AUTOMATIC_ASSOCIATIONS_EXCEED_GIVEN_LIMIT";
470
+ case Status.RequestedNumAutomaticAssociationsExceedsAssociationLimit:
471
+ return "REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT";
472
+ case Status.TokenIsPaused:
473
+ return "TOKEN_IS_PAUSED";
474
+ case Status.TokenHasNoPauseKey:
475
+ return "TOKEN_HAS_NO_PAUSE_KEY";
476
+ case Status.InvalidPauseKey:
477
+ return "INVALID_PAUSE_KEY";
478
+ case Status.FreezeUpdateFileDoesNotExist:
479
+ return "FREEZE_UPDATE_FILE_DOES_NOT_EXIST";
480
+ case Status.FreezeUpdateFileHashDoesNotMatch:
481
+ return "FREEZE_UPDATE_FILE_HASH_DOES_NOT_MATCH";
482
+ case Status.NoUpgradeHasBeenPrepared:
483
+ return "NO_UPGRADE_HAS_BEEN_PREPARED";
484
+ case Status.NoFreezeIsScheduled:
485
+ return "NO_FREEZE_IS_SCHEDULED";
486
+ case Status.UpdateFileHashChangedSincePrepareUpgrade:
487
+ return "UPDATE_FILE_HASH_CHANGED_SINCE_PREPARE_UPGRADE";
488
+ case Status.FreezeStartTimeMustBeFuture:
489
+ return "FREEZE_START_TIME_MUST_BE_FUTURE";
490
+ case Status.PreparedUpdateFileIsImmutable:
491
+ return "PREPARED_UPDATE_FILE_IS_IMMUTABLE";
492
+ case Status.FreezeAlreadyScheduled:
493
+ return "FREEZE_ALREADY_SCHEDULED";
494
+ case Status.FreezeUpgradeInProgress:
495
+ return "FREEZE_UPGRADE_IN_PROGRESS";
496
+ case Status.UpdateFileIdDoesNotMatchPrepared:
497
+ return "UPDATE_FILE_ID_DOES_NOT_MATCH_PREPARED";
498
+ case Status.UpdateFileHashDoesNotMatchPrepared:
499
+ return "UPDATE_FILE_HASH_DOES_NOT_MATCH_PREPARED";
500
+ case Status.ConsensusGasExhausted:
501
+ return "CONSENSUS_GAS_EXHAUSTED";
502
+ case Status.RevertedSuccess:
503
+ return "REVERTED_SUCCESS";
504
+ case Status.MaxStorageInPriceRegimeHasBeenUsed:
505
+ return "MAX_STORAGE_IN_PRICE_REGIME_HAS_BEEN_USED";
506
+ case Status.InvalidAliasKey:
507
+ return "INVALID_ALIAS_KEY";
508
+ case Status.UnexpectedTokenDecimals:
509
+ return "UNEXPECTED_TOKEN_DECIMALS";
510
+ case Status.InvalidProxyAccountId:
511
+ return "INVALID_PROXY_ACCOUNT_ID";
512
+ case Status.InvalidTransferAccountId:
513
+ return "INVALID_TRANSFER_ACCOUNT_ID";
514
+ case Status.InvalidFeeCollectorAccountId:
515
+ return "INVALID_FEE_COLLECTOR_ACCOUNT_ID";
516
+ case Status.AliasIsImmutable:
517
+ return "ALIAS_IS_IMMUTABLE";
518
+ case Status.SpenderAccountSameAsOwner:
519
+ return "SPENDER_ACCOUNT_SAME_AS_OWNER";
520
+ case Status.AmountExceedsTokenMaxSupply:
521
+ return "AMOUNT_EXCEEDS_TOKEN_MAX_SUPPLY";
522
+ case Status.NegativeAllowanceAmount:
523
+ return "NEGATIVE_ALLOWANCE_AMOUNT";
524
+ case Status.CannotApproveForAllFungibleCommon:
525
+ return "CANNOT_APPROVE_FOR_ALL_FUNGIBLE_COMMON";
526
+ case Status.SpenderDoesNotHaveAllowance:
527
+ return "SPENDER_DOES_NOT_HAVE_ALLOWANCE";
528
+ case Status.AmountExceedsAllowance:
529
+ return "AMOUNT_EXCEEDS_ALLOWANCE";
530
+ case Status.MaxAllowancesExceeded:
531
+ return "MAX_ALLOWANCES_EXCEEDED";
532
+ case Status.EmptyAllowances:
533
+ return "EMPTY_ALLOWANCES";
534
+ case Status.SpenderAccountRepeatedInAllowances:
535
+ return "SPENDER_ACCOUNT_REPEATED_IN_ALLOWANCES";
536
+ case Status.RepeatedSerialNumsInNftAllowances:
537
+ return "REPEATED_SERIAL_NUMS_IN_NFT_ALLOWANCES";
538
+ case Status.FungibleTokenInNftAllowances:
539
+ return "FUNGIBLE_TOKEN_IN_NFT_ALLOWANCES";
540
+ case Status.NftInFungibleTokenAllowances:
541
+ return "NFT_IN_FUNGIBLE_TOKEN_ALLOWANCES";
542
+ case Status.InvalidAllowanceOwnerId:
543
+ return "INVALID_ALLOWANCE_OWNER_ID";
544
+ case Status.InvalidAllowanceSpenderId:
545
+ return "INVALID_ALLOWANCE_SPENDER_ID";
546
+ case Status.RepeatedAllowancesToDelete:
547
+ return "REPEATED_ALLOWANCES_TO_DELETE";
548
+ case Status.InvalidDelegatingSpender:
549
+ return "INVALID_DELEGATING_SPENDER";
550
+ case Status.DelegatingSpenderCannotGrantApproveForAll:
551
+ return "DELEGATING_SPENDER_CANNOT_GRANT_APPROVE_FOR_ALL";
552
+ case Status.DelegatingSpenderDoesNotHaveApproveForAll:
553
+ return "DELEGATING_SPENDER_DOES_NOT_HAVE_APPROVE_FOR_ALL";
554
+ case Status.ScheduleExpirationTimeTooFarInFuture:
555
+ return "SCHEDULE_EXPIRATION_TIME_TOO_FAR_IN_FUTURE";
556
+ case Status.ScheduleExpirationTimeMustBeHigherThanConsensusTime:
557
+ return "SCHEDULE_EXPIRATION_TIME_MUST_BE_HIGHER_THAN_CONSENSUS_TIME";
558
+ case Status.ScheduleFutureThrottleExceeded:
559
+ return "SCHEDULE_FUTURE_THROTTLE_EXCEEDED";
560
+ case Status.ScheduleFutureGasLimitExceeded:
561
+ return "SCHEDULE_FUTURE_GAS_LIMIT_EXCEEDED";
562
+ case Status.InvalidEthereumTransaction:
563
+ return "INVALID_ETHEREUM_TRANSACTION";
564
+ case Status.WrongChainId:
565
+ return "WRONG_CHAIN_ID";
566
+ case Status.WrongNonce:
567
+ return "WRONG_NONCE";
568
+ case Status.AccessListUnsupported:
569
+ return "ACCESS_LIST_UNSUPPORTED";
570
+ case Status.SchedulePendingExpiration:
571
+ return "SCHEDULE_PENDING_EXPIRATION";
572
+ case Status.ContractIsTokenTreasury:
573
+ return "CONTRACT_IS_TOKEN_TREASURY";
574
+ case Status.ContractHasNonZeroTokenBalances:
575
+ return "CONTRACT_HAS_NON_ZERO_TOKEN_BALANCES";
576
+ case Status.ContractExpiredAndPendingRemoval:
577
+ return "CONTRACT_EXPIRED_AND_PENDING_REMOVAL";
578
+ case Status.ContractHasNoAutoRenewAccount:
579
+ return "CONTRACT_HAS_NO_AUTO_RENEW_ACCOUNT";
580
+ case Status.PermanentRemovalRequiresSystemInitiation:
581
+ return "PERMANENT_REMOVAL_REQUIRES_SYSTEM_INITIATION";
582
+ case Status.ProxyAccountIdFieldIsDeprecated:
583
+ return "PROXY_ACCOUNT_ID_FIELD_IS_DEPRECATED";
584
+ case Status.SelfStakingIsNotAllowed:
585
+ return "SELF_STAKING_IS_NOT_ALLOWED";
586
+ case Status.InvalidStakingId:
587
+ return "INVALID_STAKING_ID";
588
+ case Status.StakingNotEnabled:
589
+ return "STAKING_NOT_ENABLED";
590
+ case Status.InvalidPrngRange:
591
+ return "INVALID_PRNG_RANGE";
592
+ case Status.MaxEntitiesInPriceRegimeHaveBeenCreated:
593
+ return "MAX_ENTITIES_IN_PRICE_REGIME_HAVE_BEEN_CREATED";
594
+ case Status.InvalidFullPrefixSignatureForPrecompile:
595
+ return "INVALID_FULL_PREFIX_SIGNATURE_FOR_PRECOMPILE";
596
+ case Status.InsufficientBalancesForStorageRent:
597
+ return "INSUFFICIENT_BALANCES_FOR_STORAGE_RENT";
598
+ case Status.MaxChildRecordsExceeded:
599
+ return "MAX_CHILD_RECORDS_EXCEEDED";
600
+ case Status.InsufficientBalancesForRenewalFees:
601
+ return "INSUFFICIENT_BALANCES_FOR_RENEWAL_FEES";
602
+ case Status.TransactionHasUnknownFields:
603
+ return "TRANSACTION_HAS_UNKNOWN_FIELDS";
604
+ case Status.AccountIsImmutable:
605
+ return "ACCOUNT_IS_IMMUTABLE";
606
+ case Status.AliasAlreadyAssigned:
607
+ return "ALIAS_ALREADY_ASSIGNED";
608
+ case Status.InvalidMetadataKey:
609
+ return "INVALID_METADATA_KEY";
610
+ case Status.TokenHasNoMetadataKey:
611
+ return "TOKEN_HAS_NO_METADATA_KEY";
612
+ case Status.MissingTokenMetadata:
613
+ return "MISSING_TOKEN_METADATA";
614
+ case Status.MissingSerialNumbers:
615
+ return "MISSING_SERIAL_NUMBERS";
616
+ case Status.TokenHasNoAdminKey:
617
+ return "TOKEN_HAS_NO_ADMIN_KEY";
618
+ case Status.NodeDeleted:
619
+ return "NODE_DELETED";
620
+ case Status.InvalidNodeId:
621
+ return "INVALID_NODE_ID";
622
+ case Status.InvalidGossipEndpoint:
623
+ return "INVALID_GOSSIP_ENDPOINT";
624
+ case Status.InvalidNodeAccountId:
625
+ return "INVALID_NODE_ACCOUNT_ID";
626
+ case Status.InvalidNodeDescription:
627
+ return "INVALID_NODE_DESCRIPTION";
628
+ case Status.InvalidServiceEndpoint:
629
+ return "INVALID_SERVICE_ENDPOINT";
630
+ case Status.InvalidGossipCaCertificate:
631
+ return "INVALID_GOSSIP_CA_CERTIFICATE";
632
+ case Status.InvalidGrpcCertificate:
633
+ return "INVALID_GRPC_CERTIFICATE";
634
+ case Status.InvalidMaxAutoAssociations:
635
+ return "INVALID_MAX_AUTO_ASSOCIATIONS";
636
+ case Status.MaxNodesCreated:
637
+ return "MAX_NODES_CREATED";
638
+ case Status.IpFqdnCannotBeSetForSameEndpoint:
639
+ return "IP_FQDN_CANNOT_BE_SET_FOR_SAME_ENDPOINT";
640
+ case Status.GossipEndpointCannotHaveFqdn:
641
+ return "GOSSIP_ENDPOINT_CANNOT_HAVE_FQDN";
642
+ case Status.FqdnSizeTooLarge:
643
+ return "FQDN_SIZE_TOO_LARGE";
644
+ case Status.InvalidEndpoint:
645
+ return "INVALID_ENDPOINT";
646
+ case Status.GossipEndpointsExceededLimit:
647
+ return "GOSSIP_ENDPOINTS_EXCEEDED_LIMIT";
648
+ case Status.ServiceEndpointsExceededLimit:
649
+ return "SERVICE_ENDPOINTS_EXCEEDED_LIMIT";
650
+ case Status.InvalidIpv4Address:
651
+ return "INVALID_IPV4_ADDRESS";
652
+ case Status.TokenReferenceRepeated:
653
+ return "TOKEN_REFERENCE_REPEATED";
654
+ case Status.InvalidOwnerId:
655
+ return "INVALID_OWNER_ID";
656
+ case Status.TokenReferenceListSizeLimitExceeded:
657
+ return "TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED";
658
+ case Status.EmptyTokenReferenceList:
659
+ return "EMPTY_TOKEN_REFERENCE_LIST";
660
+ case Status.UpdateNodeAccountNotAllowed:
661
+ return "UPDATE_NODE_ACCOUNT_NOT_ALLOWED";
662
+ case Status.TokenHasNoMetadataOrSupplyKey:
663
+ return "TOKEN_HAS_NO_METADATA_OR_SUPPLY_KEY";
664
+ case Status.EmptyPendingAirdropIdList:
665
+ return "EMPTY_PENDING_AIRDROP_ID_LIST";
666
+ case Status.PendingAirdropIdRepeated:
667
+ return "PENDING_AIRDROP_ID_REPEATED";
668
+ case Status.MaxPendingAirdropIdExceeded:
669
+ return "PENDING_AIRDROP_ID_LIST_TOO_LONG";
670
+ case Status.PendingNftAirdropAlreadyExists:
671
+ return "PENDING_NFT_AIRDROP_ALREADY_EXISTS";
672
+ case Status.AccountHasPendingAirdrops:
673
+ return "ACCOUNT_HAS_PENDING_AIRDROPS";
674
+ case Status.ThrottledAtConsensus:
675
+ return "THROTTLED_AT_CONSENSUS";
676
+ case Status.InvalidPendingAirdropId:
677
+ return "INVALID_PENDING_AIRDROP_ID";
678
+ case Status.TokenAirdropWithFallbackRoyalty:
679
+ return "TOKEN_AIRDROP_WITH_FALLBACK_ROYALTY";
680
+ case Status.InvalidTokenInPendingAirdrop:
681
+ return "INVALID_TOKEN_IN_PENDING_AIRDROP";
682
+ case Status.ScheduleExpiryIsBusy:
683
+ return "SCHEDULE_EXPIRY_IS_BUSY";
684
+ case Status.InvalidGrpcCertificateHash:
685
+ return "INVALID_GRPC_CERTIFICATE_HASH";
686
+ case Status.MissingExpiryTime:
687
+ return "MISSING_EXPIRY_TIME";
688
+ case Status.NoSchedulingAllowedAfterScheduledRecursion:
689
+ return "NO_SCHEDULING_ALLOWED_AFTER_SCHEDULED_RECURSION";
690
+ case Status.RecursiveSchedulingLimitReached:
691
+ return "RECURSIVE_SCHEDULING_LIMIT_REACHED";
692
+ case Status.WaitingForLedgerId:
693
+ return "WAITING_FOR_LEDGER_ID";
694
+ case Status.MaxEntriesForFeeExemptKeyListExceeded:
695
+ return "MAX_ENTRIES_FOR_FEE_EXEMPT_KEY_LIST_EXCEEDED";
696
+ case Status.FeeExemptKeyListContainsDuplicatedKeys:
697
+ return "FEE_EXEMPT_KEY_LIST_CONTAINS_DUPLICATED_KEYS";
698
+ case Status.InvalidKeyInFeeExemptKeyList:
699
+ return "INVALID_KEY_IN_FEE_EXEMPT_KEY_LIST";
700
+ case Status.InvalidFeeScheduleKey:
701
+ return "INVALID_FEE_SCHEDULE_KEY";
702
+ case Status.FeeScheduleKeyCannotBeUpdated:
703
+ return "FEE_SCHEDULE_KEY_CANNOT_BE_UPDATED";
704
+ case Status.FeeScheduleKeyNotSet:
705
+ return "FEE_SCHEDULE_KEY_NOT_SET";
706
+ case Status.MaxCustomFeeLimitExceeded:
707
+ return "MAX_CUSTOM_FEE_LIMIT_EXCEEDED";
708
+ case Status.NoValidMaxCustomFee:
709
+ return "NO_VALID_MAX_CUSTOM_FEE";
710
+ case Status.InvalidMaxCustomFees:
711
+ return "INVALID_MAX_CUSTOM_FEES";
712
+ case Status.DuplicateDenominationInMaxCustomFeeList:
713
+ return "DUPLICATE_DENOMINATION_IN_MAX_CUSTOM_FEE_LIST";
714
+ case Status.DuplicateAccountIdInMaxCustomFeeList:
715
+ return "DUPLICATE_ACCOUNT_ID_IN_MAX_CUSTOM_FEE_LIST";
716
+ case Status.MaxCustomFeesIsNotSupported:
717
+ return "MAX_CUSTOM_FEES_IS_NOT_SUPPORTED";
718
+ case Status.BatchListEmpty:
719
+ return "BATCH_LIST_EMPTY";
720
+ case Status.BatchListContainsDuplicates:
721
+ return "BATCH_LIST_CONTAINS_DUPLICATES";
722
+ case Status.BatchTransactionInBlacklist:
723
+ return "BATCH_TRANSACTION_IN_BLACKLIST";
724
+ case Status.InnerTransactionFailed:
725
+ return "INNER_TRANSACTION_FAILED";
726
+ case Status.MissingBatchKey:
727
+ return "MISSING_BATCH_KEY";
728
+ case Status.BatchKeySetOnNonInnerTransaction:
729
+ return "BATCH_KEY_SET_ON_NON_INNER_TRANSACTION";
730
+ case Status.InvalidBatchKey:
731
+ return "INVALID_BATCH_KEY";
732
+ case Status.ScheduleExpiryNotConfigurable:
733
+ return "SCHEDULE_EXPIRY_NOT_CONFIGURABLE";
734
+ case Status.CreatingSystemEntities:
735
+ return "CREATING_SYSTEM_ENTITIES";
736
+
737
+ case Status.ThrottleGroupLcmOverflow:
738
+ return "THROTTLE_GROUP_LCM_OVERFLOW";
739
+ case Status.AirdropContainsMultipleSendersForAToken:
740
+ return "AIRDROP_CONTAINS_MULTIPLE_SENDERS_FOR_A_TOKEN";
741
+ case Status.GrpcWebProxyNotSupported:
742
+ return "GRPC_WEB_PROXY_NOT_SUPPORTED";
743
+ case Status.NftTransfersOnlyAllowedForNonFungibleUnique:
744
+ return "NFT_TRANSFERS_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE";
745
+ default:
746
+ return `UNKNOWN (${this._code})`;
747
+ }
748
+ }
749
+
750
+ /**
751
+ * @internal
752
+ * @param {number} code
753
+ * @returns {Status}
754
+ */
755
+ static _fromCode(code) {
756
+ switch (code) {
757
+ case 0:
758
+ return Status.Ok;
759
+ case 1:
760
+ return Status.InvalidTransaction;
761
+ case 2:
762
+ return Status.PayerAccountNotFound;
763
+ case 3:
764
+ return Status.InvalidNodeAccount;
765
+ case 4:
766
+ return Status.TransactionExpired;
767
+ case 5:
768
+ return Status.InvalidTransactionStart;
769
+ case 6:
770
+ return Status.InvalidTransactionDuration;
771
+ case 7:
772
+ return Status.InvalidSignature;
773
+ case 8:
774
+ return Status.MemoTooLong;
775
+ case 9:
776
+ return Status.InsufficientTxFee;
777
+ case 10:
778
+ return Status.InsufficientPayerBalance;
779
+ case 11:
780
+ return Status.DuplicateTransaction;
781
+ case 12:
782
+ return Status.Busy;
783
+ case 13:
784
+ return Status.NotSupported;
785
+ case 14:
786
+ return Status.InvalidFileId;
787
+ case 15:
788
+ return Status.InvalidAccountId;
789
+ case 16:
790
+ return Status.InvalidContractId;
791
+ case 17:
792
+ return Status.InvalidTransactionId;
793
+ case 18:
794
+ return Status.ReceiptNotFound;
795
+ case 19:
796
+ return Status.RecordNotFound;
797
+ case 20:
798
+ return Status.InvalidSolidityId;
799
+ case 21:
800
+ return Status.Unknown;
801
+ case 22:
802
+ return Status.Success;
803
+ case 23:
804
+ return Status.FailInvalid;
805
+ case 24:
806
+ return Status.FailFee;
807
+ case 25:
808
+ return Status.FailBalance;
809
+ case 26:
810
+ return Status.KeyRequired;
811
+ case 27:
812
+ return Status.BadEncoding;
813
+ case 28:
814
+ return Status.InsufficientAccountBalance;
815
+ case 29:
816
+ return Status.InvalidSolidityAddress;
817
+ case 30:
818
+ return Status.InsufficientGas;
819
+ case 31:
820
+ return Status.ContractSizeLimitExceeded;
821
+ case 32:
822
+ return Status.LocalCallModificationException;
823
+ case 33:
824
+ return Status.ContractRevertExecuted;
825
+ case 34:
826
+ return Status.ContractExecutionException;
827
+ case 35:
828
+ return Status.InvalidReceivingNodeAccount;
829
+ case 36:
830
+ return Status.MissingQueryHeader;
831
+ case 37:
832
+ return Status.AccountUpdateFailed;
833
+ case 38:
834
+ return Status.InvalidKeyEncoding;
835
+ case 39:
836
+ return Status.NullSolidityAddress;
837
+ case 40:
838
+ return Status.ContractUpdateFailed;
839
+ case 41:
840
+ return Status.InvalidQueryHeader;
841
+ case 42:
842
+ return Status.InvalidFeeSubmitted;
843
+ case 43:
844
+ return Status.InvalidPayerSignature;
845
+ case 44:
846
+ return Status.KeyNotProvided;
847
+ case 45:
848
+ return Status.InvalidExpirationTime;
849
+ case 46:
850
+ return Status.NoWaclKey;
851
+ case 47:
852
+ return Status.FileContentEmpty;
853
+ case 48:
854
+ return Status.InvalidAccountAmounts;
855
+ case 49:
856
+ return Status.EmptyTransactionBody;
857
+ case 50:
858
+ return Status.InvalidTransactionBody;
859
+ case 51:
860
+ return Status.InvalidSignatureTypeMismatchingKey;
861
+ case 52:
862
+ return Status.InvalidSignatureCountMismatchingKey;
863
+ case 53:
864
+ return Status.EmptyLiveHashBody;
865
+ case 54:
866
+ return Status.EmptyLiveHash;
867
+ case 55:
868
+ return Status.EmptyLiveHashKeys;
869
+ case 56:
870
+ return Status.InvalidLiveHashSize;
871
+ case 57:
872
+ return Status.EmptyQueryBody;
873
+ case 58:
874
+ return Status.EmptyLiveHashQuery;
875
+ case 59:
876
+ return Status.LiveHashNotFound;
877
+ case 60:
878
+ return Status.AccountIdDoesNotExist;
879
+ case 61:
880
+ return Status.LiveHashAlreadyExists;
881
+ case 62:
882
+ return Status.InvalidFileWacl;
883
+ case 63:
884
+ return Status.SerializationFailed;
885
+ case 64:
886
+ return Status.TransactionOversize;
887
+ case 65:
888
+ return Status.TransactionTooManyLayers;
889
+ case 66:
890
+ return Status.ContractDeleted;
891
+ case 67:
892
+ return Status.PlatformNotActive;
893
+ case 68:
894
+ return Status.KeyPrefixMismatch;
895
+ case 69:
896
+ return Status.PlatformTransactionNotCreated;
897
+ case 70:
898
+ return Status.InvalidRenewalPeriod;
899
+ case 71:
900
+ return Status.InvalidPayerAccountId;
901
+ case 72:
902
+ return Status.AccountDeleted;
903
+ case 73:
904
+ return Status.FileDeleted;
905
+ case 74:
906
+ return Status.AccountRepeatedInAccountAmounts;
907
+ case 75:
908
+ return Status.SettingNegativeAccountBalance;
909
+ case 76:
910
+ return Status.ObtainerRequired;
911
+ case 77:
912
+ return Status.ObtainerSameContractId;
913
+ case 78:
914
+ return Status.ObtainerDoesNotExist;
915
+ case 79:
916
+ return Status.ModifyingImmutableContract;
917
+ case 80:
918
+ return Status.FileSystemException;
919
+ case 81:
920
+ return Status.AutorenewDurationNotInRange;
921
+ case 82:
922
+ return Status.ErrorDecodingBytestring;
923
+ case 83:
924
+ return Status.ContractFileEmpty;
925
+ case 84:
926
+ return Status.ContractBytecodeEmpty;
927
+ case 85:
928
+ return Status.InvalidInitialBalance;
929
+ case 86:
930
+ return Status.InvalidReceiveRecordThreshold;
931
+ case 87:
932
+ return Status.InvalidSendRecordThreshold;
933
+ case 88:
934
+ return Status.AccountIsNotGenesisAccount;
935
+ case 89:
936
+ return Status.PayerAccountUnauthorized;
937
+ case 90:
938
+ return Status.InvalidFreezeTransactionBody;
939
+ case 91:
940
+ return Status.FreezeTransactionBodyNotFound;
941
+ case 92:
942
+ return Status.TransferListSizeLimitExceeded;
943
+ case 93:
944
+ return Status.ResultSizeLimitExceeded;
945
+ case 94:
946
+ return Status.NotSpecialAccount;
947
+ case 95:
948
+ return Status.ContractNegativeGas;
949
+ case 96:
950
+ return Status.ContractNegativeValue;
951
+ case 97:
952
+ return Status.InvalidFeeFile;
953
+ case 98:
954
+ return Status.InvalidExchangeRateFile;
955
+ case 99:
956
+ return Status.InsufficientLocalCallGas;
957
+ case 100:
958
+ return Status.EntityNotAllowedToDelete;
959
+ case 101:
960
+ return Status.AuthorizationFailed;
961
+ case 102:
962
+ return Status.FileUploadedProtoInvalid;
963
+ case 103:
964
+ return Status.FileUploadedProtoNotSavedToDisk;
965
+ case 104:
966
+ return Status.FeeScheduleFilePartUploaded;
967
+ case 105:
968
+ return Status.ExchangeRateChangeLimitExceeded;
969
+ case 106:
970
+ return Status.MaxContractStorageExceeded;
971
+ case 107:
972
+ return Status.TransferAccountSameAsDeleteAccount;
973
+ case 108:
974
+ return Status.TotalLedgerBalanceInvalid;
975
+ case 110:
976
+ return Status.ExpirationReductionNotAllowed;
977
+ case 111:
978
+ return Status.MaxGasLimitExceeded;
979
+ case 112:
980
+ return Status.MaxFileSizeExceeded;
981
+ case 113:
982
+ return Status.ReceiverSigRequired;
983
+ case 150:
984
+ return Status.InvalidTopicId;
985
+ case 155:
986
+ return Status.InvalidAdminKey;
987
+ case 156:
988
+ return Status.InvalidSubmitKey;
989
+ case 157:
990
+ return Status.Unauthorized;
991
+ case 158:
992
+ return Status.InvalidTopicMessage;
993
+ case 159:
994
+ return Status.InvalidAutorenewAccount;
995
+ case 160:
996
+ return Status.AutorenewAccountNotAllowed;
997
+ case 162:
998
+ return Status.TopicExpired;
999
+ case 163:
1000
+ return Status.InvalidChunkNumber;
1001
+ case 164:
1002
+ return Status.InvalidChunkTransactionId;
1003
+ case 165:
1004
+ return Status.AccountFrozenForToken;
1005
+ case 166:
1006
+ return Status.TokensPerAccountLimitExceeded;
1007
+ case 167:
1008
+ return Status.InvalidTokenId;
1009
+ case 168:
1010
+ return Status.InvalidTokenDecimals;
1011
+ case 169:
1012
+ return Status.InvalidTokenInitialSupply;
1013
+ case 170:
1014
+ return Status.InvalidTreasuryAccountForToken;
1015
+ case 171:
1016
+ return Status.InvalidTokenSymbol;
1017
+ case 172:
1018
+ return Status.TokenHasNoFreezeKey;
1019
+ case 173:
1020
+ return Status.TransfersNotZeroSumForToken;
1021
+ case 174:
1022
+ return Status.MissingTokenSymbol;
1023
+ case 175:
1024
+ return Status.TokenSymbolTooLong;
1025
+ case 176:
1026
+ return Status.AccountKycNotGrantedForToken;
1027
+ case 177:
1028
+ return Status.TokenHasNoKycKey;
1029
+ case 178:
1030
+ return Status.InsufficientTokenBalance;
1031
+ case 179:
1032
+ return Status.TokenWasDeleted;
1033
+ case 180:
1034
+ return Status.TokenHasNoSupplyKey;
1035
+ case 181:
1036
+ return Status.TokenHasNoWipeKey;
1037
+ case 182:
1038
+ return Status.InvalidTokenMintAmount;
1039
+ case 183:
1040
+ return Status.InvalidTokenBurnAmount;
1041
+ case 184:
1042
+ return Status.TokenNotAssociatedToAccount;
1043
+ case 185:
1044
+ return Status.CannotWipeTokenTreasuryAccount;
1045
+ case 186:
1046
+ return Status.InvalidKycKey;
1047
+ case 187:
1048
+ return Status.InvalidWipeKey;
1049
+ case 188:
1050
+ return Status.InvalidFreezeKey;
1051
+ case 189:
1052
+ return Status.InvalidSupplyKey;
1053
+ case 190:
1054
+ return Status.MissingTokenName;
1055
+ case 191:
1056
+ return Status.TokenNameTooLong;
1057
+ case 192:
1058
+ return Status.InvalidWipingAmount;
1059
+ case 193:
1060
+ return Status.TokenIsImmutable;
1061
+ case 194:
1062
+ return Status.TokenAlreadyAssociatedToAccount;
1063
+ case 195:
1064
+ return Status.TransactionRequiresZeroTokenBalances;
1065
+ case 196:
1066
+ return Status.AccountIsTreasury;
1067
+ case 197:
1068
+ return Status.TokenIdRepeatedInTokenList;
1069
+ case 198:
1070
+ return Status.TokenTransferListSizeLimitExceeded;
1071
+ case 199:
1072
+ return Status.EmptyTokenTransferBody;
1073
+ case 200:
1074
+ return Status.EmptyTokenTransferAccountAmounts;
1075
+ case 201:
1076
+ return Status.InvalidScheduleId;
1077
+ case 202:
1078
+ return Status.ScheduleIsImmutable;
1079
+ case 203:
1080
+ return Status.InvalidSchedulePayerId;
1081
+ case 204:
1082
+ return Status.InvalidScheduleAccountId;
1083
+ case 205:
1084
+ return Status.NoNewValidSignatures;
1085
+ case 206:
1086
+ return Status.UnresolvableRequiredSigners;
1087
+ case 207:
1088
+ return Status.ScheduledTransactionNotInWhitelist;
1089
+ case 208:
1090
+ return Status.SomeSignaturesWereInvalid;
1091
+ case 209:
1092
+ return Status.TransactionIdFieldNotAllowed;
1093
+ case 210:
1094
+ return Status.IdenticalScheduleAlreadyCreated;
1095
+ case 211:
1096
+ return Status.InvalidZeroByteInString;
1097
+ case 212:
1098
+ return Status.ScheduleAlreadyDeleted;
1099
+ case 213:
1100
+ return Status.ScheduleAlreadyExecuted;
1101
+ case 214:
1102
+ return Status.MessageSizeTooLarge;
1103
+ case 215:
1104
+ return Status.OperationRepeatedInBucketGroups;
1105
+ case 216:
1106
+ return Status.BucketCapacityOverflow;
1107
+ case 217:
1108
+ return Status.NodeCapacityNotSufficientForOperation;
1109
+ case 218:
1110
+ return Status.BucketHasNoThrottleGroups;
1111
+ case 219:
1112
+ return Status.ThrottleGroupHasZeroOpsPerSec;
1113
+ case 220:
1114
+ return Status.SuccessButMissingExpectedOperation;
1115
+ case 221:
1116
+ return Status.UnparseableThrottleDefinitions;
1117
+ case 222:
1118
+ return Status.InvalidThrottleDefinitions;
1119
+ case 223:
1120
+ return Status.AccountExpiredAndPendingRemoval;
1121
+ case 224:
1122
+ return Status.InvalidTokenMaxSupply;
1123
+ case 225:
1124
+ return Status.InvalidTokenNftSerialNumber;
1125
+ case 226:
1126
+ return Status.InvalidNftId;
1127
+ case 227:
1128
+ return Status.MetadataTooLong;
1129
+ case 228:
1130
+ return Status.BatchSizeLimitExceeded;
1131
+ case 229:
1132
+ return Status.InvalidQueryRange;
1133
+ case 230:
1134
+ return Status.FractionDividesByZero;
1135
+ case 231:
1136
+ return Status.InsufficientPayerBalanceForCustomFee;
1137
+ case 232:
1138
+ return Status.CustomFeesListTooLong;
1139
+ case 233:
1140
+ return Status.InvalidCustomFeeCollector;
1141
+ case 234:
1142
+ return Status.InvalidTokenIdInCustomFees;
1143
+ case 235:
1144
+ return Status.TokenNotAssociatedToFeeCollector;
1145
+ case 236:
1146
+ return Status.TokenMaxSupplyReached;
1147
+ case 237:
1148
+ return Status.SenderDoesNotOwnNftSerialNo;
1149
+ case 238:
1150
+ return Status.CustomFeeNotFullySpecified;
1151
+ case 239:
1152
+ return Status.CustomFeeMustBePositive;
1153
+ case 240:
1154
+ return Status.TokenHasNoFeeScheduleKey;
1155
+ case 241:
1156
+ return Status.CustomFeeOutsideNumericRange;
1157
+ case 242:
1158
+ return Status.RoyaltyFractionCannotExceedOne;
1159
+ case 243:
1160
+ return Status.FractionalFeeMaxAmountLessThanMinAmount;
1161
+ case 244:
1162
+ return Status.CustomScheduleAlreadyHasNoFees;
1163
+ case 245:
1164
+ return Status.CustomFeeDenominationMustBeFungibleCommon;
1165
+ case 246:
1166
+ return Status.CustomFractionalFeeOnlyAllowedForFungibleCommon;
1167
+ case 247:
1168
+ return Status.InvalidCustomFeeScheduleKey;
1169
+ case 248:
1170
+ return Status.InvalidTokenMintMetadata;
1171
+ case 249:
1172
+ return Status.InvalidTokenBurnMetadata;
1173
+ case 250:
1174
+ return Status.CurrentTreasuryStillOwnsNfts;
1175
+ case 251:
1176
+ return Status.AccountStillOwnsNfts;
1177
+ case 252:
1178
+ return Status.TreasuryMustOwnBurnedNft;
1179
+ case 253:
1180
+ return Status.AccountDoesNotOwnWipedNft;
1181
+ case 254:
1182
+ return Status.AccountAmountTransfersOnlyAllowedForFungibleCommon;
1183
+ case 255:
1184
+ return Status.MaxNftsInPriceRegimeHaveBeenMinted;
1185
+ case 256:
1186
+ return Status.PayerAccountDeleted;
1187
+ case 257:
1188
+ return Status.CustomFeeChargingExceededMaxRecursionDepth;
1189
+ case 258:
1190
+ return Status.CustomFeeChargingExceededMaxAccountAmounts;
1191
+ case 259:
1192
+ return Status.InsufficientSenderAccountBalanceForCustomFee;
1193
+ case 260:
1194
+ return Status.SerialNumberLimitReached;
1195
+ case 261:
1196
+ return Status.CustomRoyaltyFeeOnlyAllowedForNonFungibleUnique;
1197
+ case 262:
1198
+ return Status.NoRemainingAutomaticAssociations;
1199
+ case 263:
1200
+ return Status.ExistingAutomaticAssociationsExceedGivenLimit;
1201
+ case 264:
1202
+ return Status.RequestedNumAutomaticAssociationsExceedsAssociationLimit;
1203
+ case 265:
1204
+ return Status.TokenIsPaused;
1205
+ case 266:
1206
+ return Status.TokenHasNoPauseKey;
1207
+ case 267:
1208
+ return Status.InvalidPauseKey;
1209
+ case 268:
1210
+ return Status.FreezeUpdateFileDoesNotExist;
1211
+ case 269:
1212
+ return Status.FreezeUpdateFileHashDoesNotMatch;
1213
+ case 270:
1214
+ return Status.NoUpgradeHasBeenPrepared;
1215
+ case 271:
1216
+ return Status.NoFreezeIsScheduled;
1217
+ case 272:
1218
+ return Status.UpdateFileHashChangedSincePrepareUpgrade;
1219
+ case 273:
1220
+ return Status.FreezeStartTimeMustBeFuture;
1221
+ case 274:
1222
+ return Status.PreparedUpdateFileIsImmutable;
1223
+ case 275:
1224
+ return Status.FreezeAlreadyScheduled;
1225
+ case 276:
1226
+ return Status.FreezeUpgradeInProgress;
1227
+ case 277:
1228
+ return Status.UpdateFileIdDoesNotMatchPrepared;
1229
+ case 278:
1230
+ return Status.UpdateFileHashDoesNotMatchPrepared;
1231
+ case 279:
1232
+ return Status.ConsensusGasExhausted;
1233
+ case 280:
1234
+ return Status.RevertedSuccess;
1235
+ case 281:
1236
+ return Status.MaxStorageInPriceRegimeHasBeenUsed;
1237
+ case 282:
1238
+ return Status.InvalidAliasKey;
1239
+ case 283:
1240
+ return Status.UnexpectedTokenDecimals;
1241
+ case 284:
1242
+ return Status.InvalidProxyAccountId;
1243
+ case 285:
1244
+ return Status.InvalidTransferAccountId;
1245
+ case 286:
1246
+ return Status.InvalidFeeCollectorAccountId;
1247
+ case 287:
1248
+ return Status.AliasIsImmutable;
1249
+ case 288:
1250
+ return Status.SpenderAccountSameAsOwner;
1251
+ case 289:
1252
+ return Status.AmountExceedsTokenMaxSupply;
1253
+ case 290:
1254
+ return Status.NegativeAllowanceAmount;
1255
+ case 291:
1256
+ return Status.CannotApproveForAllFungibleCommon;
1257
+ case 292:
1258
+ return Status.SpenderDoesNotHaveAllowance;
1259
+ case 293:
1260
+ return Status.AmountExceedsAllowance;
1261
+ case 294:
1262
+ return Status.MaxAllowancesExceeded;
1263
+ case 295:
1264
+ return Status.EmptyAllowances;
1265
+ case 296:
1266
+ return Status.SpenderAccountRepeatedInAllowances;
1267
+ case 297:
1268
+ return Status.RepeatedSerialNumsInNftAllowances;
1269
+ case 298:
1270
+ return Status.FungibleTokenInNftAllowances;
1271
+ case 299:
1272
+ return Status.NftInFungibleTokenAllowances;
1273
+ case 300:
1274
+ return Status.InvalidAllowanceOwnerId;
1275
+ case 301:
1276
+ return Status.InvalidAllowanceSpenderId;
1277
+ case 302:
1278
+ return Status.RepeatedAllowancesToDelete;
1279
+ case 303:
1280
+ return Status.InvalidDelegatingSpender;
1281
+ case 304:
1282
+ return Status.DelegatingSpenderCannotGrantApproveForAll;
1283
+ case 305:
1284
+ return Status.DelegatingSpenderDoesNotHaveApproveForAll;
1285
+ case 306:
1286
+ return Status.ScheduleExpirationTimeTooFarInFuture;
1287
+ case 307:
1288
+ return Status.ScheduleExpirationTimeMustBeHigherThanConsensusTime;
1289
+ case 308:
1290
+ return Status.ScheduleFutureThrottleExceeded;
1291
+ case 309:
1292
+ return Status.ScheduleFutureGasLimitExceeded;
1293
+ case 310:
1294
+ return Status.InvalidEthereumTransaction;
1295
+ case 311:
1296
+ return Status.WrongChainId;
1297
+ case 312:
1298
+ return Status.WrongNonce;
1299
+ case 313:
1300
+ return Status.AccessListUnsupported;
1301
+ case 314:
1302
+ return Status.SchedulePendingExpiration;
1303
+ case 315:
1304
+ return Status.ContractIsTokenTreasury;
1305
+ case 316:
1306
+ return Status.ContractHasNonZeroTokenBalances;
1307
+ case 317:
1308
+ return Status.ContractExpiredAndPendingRemoval;
1309
+ case 318:
1310
+ return Status.ContractHasNoAutoRenewAccount;
1311
+ case 319:
1312
+ return Status.PermanentRemovalRequiresSystemInitiation;
1313
+ case 320:
1314
+ return Status.ProxyAccountIdFieldIsDeprecated;
1315
+ case 321:
1316
+ return Status.SelfStakingIsNotAllowed;
1317
+ case 322:
1318
+ return Status.InvalidStakingId;
1319
+ case 323:
1320
+ return Status.StakingNotEnabled;
1321
+ case 324:
1322
+ return Status.InvalidPrngRange;
1323
+ case 325:
1324
+ return Status.MaxEntitiesInPriceRegimeHaveBeenCreated;
1325
+ case 326:
1326
+ return Status.InvalidFullPrefixSignatureForPrecompile;
1327
+ case 327:
1328
+ return Status.InsufficientBalancesForStorageRent;
1329
+ case 328:
1330
+ return Status.MaxChildRecordsExceeded;
1331
+ case 329:
1332
+ return Status.InsufficientBalancesForRenewalFees;
1333
+ case 330:
1334
+ return Status.TransactionHasUnknownFields;
1335
+ case 331:
1336
+ return Status.AccountIsImmutable;
1337
+ case 332:
1338
+ return Status.AliasAlreadyAssigned;
1339
+ case 333:
1340
+ return Status.InvalidMetadataKey;
1341
+ case 334:
1342
+ return Status.TokenHasNoMetadataKey;
1343
+ case 335:
1344
+ return Status.MissingTokenMetadata;
1345
+ case 336:
1346
+ return Status.MissingSerialNumbers;
1347
+ case 337:
1348
+ return Status.TokenHasNoAdminKey;
1349
+ case 338:
1350
+ return Status.NodeDeleted;
1351
+ case 339:
1352
+ return Status.InvalidNodeId;
1353
+ case 340:
1354
+ return Status.InvalidGossipEndpoint;
1355
+ case 341:
1356
+ return Status.InvalidNodeAccountId;
1357
+ case 342:
1358
+ return Status.InvalidNodeDescription;
1359
+ case 343:
1360
+ return Status.InvalidServiceEndpoint;
1361
+ case 344:
1362
+ return Status.InvalidGossipCaCertificate;
1363
+ case 345:
1364
+ return Status.InvalidGrpcCertificate;
1365
+ case 346:
1366
+ return Status.InvalidMaxAutoAssociations;
1367
+ case 347:
1368
+ return Status.MaxNodesCreated;
1369
+ case 348:
1370
+ return Status.IpFqdnCannotBeSetForSameEndpoint;
1371
+ case 349:
1372
+ return Status.GossipEndpointCannotHaveFqdn;
1373
+ case 350:
1374
+ return Status.FqdnSizeTooLarge;
1375
+ case 351:
1376
+ return Status.InvalidEndpoint;
1377
+ case 352:
1378
+ return Status.GossipEndpointsExceededLimit;
1379
+ case 353:
1380
+ return Status.TokenReferenceRepeated;
1381
+ case 354:
1382
+ return Status.InvalidOwnerId;
1383
+ case 355:
1384
+ return Status.TokenReferenceListSizeLimitExceeded;
1385
+ case 356:
1386
+ return Status.ServiceEndpointsExceededLimit;
1387
+ case 357:
1388
+ return Status.InvalidIpv4Address;
1389
+ case 358:
1390
+ return Status.EmptyTokenReferenceList;
1391
+ case 359:
1392
+ return Status.UpdateNodeAccountNotAllowed;
1393
+ case 360:
1394
+ return Status.TokenHasNoMetadataOrSupplyKey;
1395
+ case 361:
1396
+ return Status.EmptyPendingAirdropIdList;
1397
+ case 362:
1398
+ return Status.PendingAirdropIdRepeated;
1399
+ case 363:
1400
+ return Status.MaxPendingAirdropIdExceeded;
1401
+ case 364:
1402
+ return Status.PendingNftAirdropAlreadyExists;
1403
+ case 365:
1404
+ return Status.AccountHasPendingAirdrops;
1405
+ case 366:
1406
+ return Status.ThrottledAtConsensus;
1407
+ case 367:
1408
+ return Status.InvalidPendingAirdropId;
1409
+ case 368:
1410
+ return Status.TokenAirdropWithFallbackRoyalty;
1411
+ case 369:
1412
+ return Status.InvalidTokenInPendingAirdrop;
1413
+ case 370:
1414
+ return Status.ScheduleExpiryIsBusy;
1415
+ case 371:
1416
+ return Status.InvalidGrpcCertificateHash;
1417
+ case 372:
1418
+ return Status.MissingExpiryTime;
1419
+ case 373:
1420
+ return Status.NoSchedulingAllowedAfterScheduledRecursion;
1421
+ case 374:
1422
+ return Status.RecursiveSchedulingLimitReached;
1423
+ case 375:
1424
+ return Status.WaitingForLedgerId;
1425
+ case 376:
1426
+ return Status.MaxEntriesForFeeExemptKeyListExceeded;
1427
+ case 377:
1428
+ return Status.FeeExemptKeyListContainsDuplicatedKeys;
1429
+ case 378:
1430
+ return Status.InvalidKeyInFeeExemptKeyList;
1431
+ case 379:
1432
+ return Status.InvalidFeeScheduleKey;
1433
+ case 380:
1434
+ return Status.FeeScheduleKeyCannotBeUpdated;
1435
+ case 381:
1436
+ return Status.FeeScheduleKeyNotSet;
1437
+ case 382:
1438
+ return Status.MaxCustomFeeLimitExceeded;
1439
+ case 383:
1440
+ return Status.NoValidMaxCustomFee;
1441
+ case 384:
1442
+ return Status.InvalidMaxCustomFees;
1443
+ case 385:
1444
+ return Status.DuplicateDenominationInMaxCustomFeeList;
1445
+ case 386:
1446
+ return Status.DuplicateAccountIdInMaxCustomFeeList;
1447
+ case 387:
1448
+ return Status.MaxCustomFeesIsNotSupported;
1449
+ case 388:
1450
+ return Status.BatchListEmpty;
1451
+ case 389:
1452
+ return Status.BatchListContainsDuplicates;
1453
+ case 390:
1454
+ return Status.BatchTransactionInBlacklist;
1455
+ case 391:
1456
+ return Status.InnerTransactionFailed;
1457
+ case 392:
1458
+ return Status.MissingBatchKey;
1459
+ case 393:
1460
+ return Status.BatchKeySetOnNonInnerTransaction;
1461
+ case 394:
1462
+ return Status.InvalidBatchKey;
1463
+ case 395:
1464
+ return Status.ScheduleExpiryNotConfigurable;
1465
+ case 396:
1466
+ return Status.CreatingSystemEntities;
1467
+ case 397:
1468
+ return Status.ThrottleGroupLcmOverflow;
1469
+ case 398:
1470
+ return Status.AirdropContainsMultipleSendersForAToken;
1471
+ case 399:
1472
+ return Status.GrpcWebProxyNotSupported;
1473
+ case 400:
1474
+ return Status.NftTransfersOnlyAllowedForNonFungibleUnique;
1475
+ default:
1476
+ throw new Error(
1477
+ `(BUG) Status.fromCode() does not handle code: ${code}`,
1478
+ );
1479
+ }
1480
+ }
1481
+
1482
+ /**
1483
+ * @returns {HieroProto.proto.ResponseCodeEnum}
1484
+ */
1485
+ valueOf() {
1486
+ return this._code;
1487
+ }
1488
+ }
1489
+
1490
+ /**
1491
+ * The transaction passed the precheck validations.
1492
+ */
1493
+ Status.Ok = new Status(0);
1494
+
1495
+ /**
1496
+ * For any error not handled by specific error codes listed below.
1497
+ */
1498
+ Status.InvalidTransaction = new Status(1);
1499
+
1500
+ /**
1501
+ * Payer account does not exist.
1502
+ */
1503
+ Status.PayerAccountNotFound = new Status(2);
1504
+
1505
+ /**
1506
+ * Node Account provided does not match the node account of the node the transaction was submitted
1507
+ * to.
1508
+ */
1509
+ Status.InvalidNodeAccount = new Status(3);
1510
+
1511
+ /**
1512
+ * Pre-Check error when TransactionValidStart + transactionValidDuration is less than current
1513
+ * consensus time.
1514
+ */
1515
+ Status.TransactionExpired = new Status(4);
1516
+
1517
+ /**
1518
+ * Transaction start time is greater than current consensus time
1519
+ */
1520
+ Status.InvalidTransactionStart = new Status(5);
1521
+
1522
+ /**
1523
+ * The given transactionValidDuration was either non-positive, or greater than the maximum
1524
+ * valid duration of 180 secs.
1525
+ *
1526
+ */
1527
+ Status.InvalidTransactionDuration = new Status(6);
1528
+
1529
+ /**
1530
+ * The transaction signature is not valid
1531
+ */
1532
+ Status.InvalidSignature = new Status(7);
1533
+
1534
+ /**
1535
+ * Transaction memo size exceeded 100 bytes
1536
+ */
1537
+ Status.MemoTooLong = new Status(8);
1538
+
1539
+ /**
1540
+ * The fee provided in the transaction is insufficient for this type of transaction
1541
+ */
1542
+ Status.InsufficientTxFee = new Status(9);
1543
+
1544
+ /**
1545
+ * The payer account has insufficient cryptocurrency to pay the transaction fee
1546
+ */
1547
+ Status.InsufficientPayerBalance = new Status(10);
1548
+
1549
+ /**
1550
+ * This transaction ID is a duplicate of one that was submitted to this node or reached consensus
1551
+ * in the last 180 seconds (receipt period)
1552
+ */
1553
+ Status.DuplicateTransaction = new Status(11);
1554
+
1555
+ /**
1556
+ * If API is throttled out
1557
+ */
1558
+ Status.Busy = new Status(12);
1559
+
1560
+ /**
1561
+ * The API is not currently supported
1562
+ */
1563
+ Status.NotSupported = new Status(13);
1564
+
1565
+ /**
1566
+ * The file id is invalid or does not exist
1567
+ */
1568
+ Status.InvalidFileId = new Status(14);
1569
+
1570
+ /**
1571
+ * The account id is invalid or does not exist
1572
+ */
1573
+ Status.InvalidAccountId = new Status(15);
1574
+
1575
+ /**
1576
+ * The contract id is invalid or does not exist
1577
+ */
1578
+ Status.InvalidContractId = new Status(16);
1579
+
1580
+ /**
1581
+ * Transaction id is not valid
1582
+ */
1583
+ Status.InvalidTransactionId = new Status(17);
1584
+
1585
+ /**
1586
+ * Receipt for given transaction id does not exist
1587
+ */
1588
+ Status.ReceiptNotFound = new Status(18);
1589
+
1590
+ /**
1591
+ * Record for given transaction id does not exist
1592
+ */
1593
+ Status.RecordNotFound = new Status(19);
1594
+
1595
+ /**
1596
+ * The solidity id is invalid or entity with this solidity id does not exist
1597
+ */
1598
+ Status.InvalidSolidityId = new Status(20);
1599
+
1600
+ /**
1601
+ * The responding node has submitted the transaction to the network. Its final status is still
1602
+ * unknown.
1603
+ */
1604
+ Status.Unknown = new Status(21);
1605
+
1606
+ /**
1607
+ * The transaction succeeded
1608
+ */
1609
+ Status.Success = new Status(22);
1610
+
1611
+ /**
1612
+ * There was a system error and the transaction failed because of invalid request parameters.
1613
+ */
1614
+ Status.FailInvalid = new Status(23);
1615
+
1616
+ /**
1617
+ * There was a system error while performing fee calculation, reserved for future.
1618
+ */
1619
+ Status.FailFee = new Status(24);
1620
+
1621
+ /**
1622
+ * There was a system error while performing balance checks, reserved for future.
1623
+ */
1624
+ Status.FailBalance = new Status(25);
1625
+
1626
+ /**
1627
+ * Key not provided in the transaction body
1628
+ */
1629
+ Status.KeyRequired = new Status(26);
1630
+
1631
+ /**
1632
+ * Unsupported algorithm/encoding used for keys in the transaction
1633
+ */
1634
+ Status.BadEncoding = new Status(27);
1635
+
1636
+ /**
1637
+ * When the account balance is not sufficient for the transfer
1638
+ */
1639
+ Status.InsufficientAccountBalance = new Status(28);
1640
+
1641
+ /**
1642
+ * During an update transaction when the system is not able to find the Users Solidity address
1643
+ */
1644
+ Status.InvalidSolidityAddress = new Status(29);
1645
+
1646
+ /**
1647
+ * Not enough gas was supplied to execute transaction
1648
+ */
1649
+ Status.InsufficientGas = new Status(30);
1650
+
1651
+ /**
1652
+ * contract byte code size is over the limit
1653
+ */
1654
+ Status.ContractSizeLimitExceeded = new Status(31);
1655
+
1656
+ /**
1657
+ * local execution (query) is requested for a function which changes state
1658
+ */
1659
+ Status.LocalCallModificationException = new Status(32);
1660
+
1661
+ /**
1662
+ * Contract REVERT OPCODE executed
1663
+ */
1664
+ Status.ContractRevertExecuted = new Status(33);
1665
+
1666
+ /**
1667
+ * For any contract execution related error not handled by specific error codes listed above.
1668
+ */
1669
+ Status.ContractExecutionException = new Status(34);
1670
+
1671
+ /**
1672
+ * In Query validation, account with +ve(amount) value should be Receiving node account, the
1673
+ * receiver account should be only one account in the list
1674
+ */
1675
+ Status.InvalidReceivingNodeAccount = new Status(35);
1676
+
1677
+ /**
1678
+ * Header is missing in Query request
1679
+ */
1680
+ Status.MissingQueryHeader = new Status(36);
1681
+
1682
+ /**
1683
+ * The update of the account failed
1684
+ */
1685
+ Status.AccountUpdateFailed = new Status(37);
1686
+
1687
+ /**
1688
+ * Provided key encoding was not supported by the system
1689
+ */
1690
+ Status.InvalidKeyEncoding = new Status(38);
1691
+
1692
+ /**
1693
+ * null solidity address
1694
+ */
1695
+ Status.NullSolidityAddress = new Status(39);
1696
+
1697
+ /**
1698
+ * update of the contract failed
1699
+ */
1700
+ Status.ContractUpdateFailed = new Status(40);
1701
+
1702
+ /**
1703
+ * the query header is invalid
1704
+ */
1705
+ Status.InvalidQueryHeader = new Status(41);
1706
+
1707
+ /**
1708
+ * Invalid fee submitted
1709
+ */
1710
+ Status.InvalidFeeSubmitted = new Status(42);
1711
+
1712
+ /**
1713
+ * Payer signature is invalid
1714
+ */
1715
+ Status.InvalidPayerSignature = new Status(43);
1716
+
1717
+ /**
1718
+ * The keys were not provided in the request.
1719
+ */
1720
+ Status.KeyNotProvided = new Status(44);
1721
+
1722
+ /**
1723
+ * Expiration time provided in the transaction was invalid.
1724
+ */
1725
+ Status.InvalidExpirationTime = new Status(45);
1726
+
1727
+ /**
1728
+ * WriteAccess Control Keys are not provided for the file
1729
+ */
1730
+ Status.NoWaclKey = new Status(46);
1731
+
1732
+ /**
1733
+ * The contents of file are provided as empty.
1734
+ */
1735
+ Status.FileContentEmpty = new Status(47);
1736
+
1737
+ /**
1738
+ * The crypto transfer credit and debit do not sum equal to 0
1739
+ */
1740
+ Status.InvalidAccountAmounts = new Status(48);
1741
+
1742
+ /**
1743
+ * Transaction body provided is empty
1744
+ */
1745
+ Status.EmptyTransactionBody = new Status(49);
1746
+
1747
+ /**
1748
+ * Invalid transaction body provided
1749
+ */
1750
+ Status.InvalidTransactionBody = new Status(50);
1751
+
1752
+ /**
1753
+ * the type of key (base ed25519 key, KeyList, or ThresholdKey) does not match the type of
1754
+ * signature (base ed25519 signature, SignatureList, or ThresholdKeySignature)
1755
+ */
1756
+ Status.InvalidSignatureTypeMismatchingKey = new Status(51);
1757
+
1758
+ /**
1759
+ * the number of key (KeyList, or ThresholdKey) does not match that of signature (SignatureList,
1760
+ * or ThresholdKeySignature). e.g. if a keyList has 3 base keys, then the corresponding
1761
+ * signatureList should also have 3 base signatures.
1762
+ */
1763
+ Status.InvalidSignatureCountMismatchingKey = new Status(52);
1764
+
1765
+ /**
1766
+ * the livehash body is empty
1767
+ */
1768
+ Status.EmptyLiveHashBody = new Status(53);
1769
+
1770
+ /**
1771
+ * the livehash data is missing
1772
+ */
1773
+ Status.EmptyLiveHash = new Status(54);
1774
+
1775
+ /**
1776
+ * the keys for a livehash are missing
1777
+ */
1778
+ Status.EmptyLiveHashKeys = new Status(55);
1779
+
1780
+ /**
1781
+ * the livehash data is not the output of a SHA-384 digest
1782
+ */
1783
+ Status.InvalidLiveHashSize = new Status(56);
1784
+
1785
+ /**
1786
+ * the query body is empty
1787
+ */
1788
+ Status.EmptyQueryBody = new Status(57);
1789
+
1790
+ /**
1791
+ * the crypto livehash query is empty
1792
+ */
1793
+ Status.EmptyLiveHashQuery = new Status(58);
1794
+
1795
+ /**
1796
+ * the livehash is not present
1797
+ */
1798
+ Status.LiveHashNotFound = new Status(59);
1799
+
1800
+ /**
1801
+ * the account id passed has not yet been created.
1802
+ */
1803
+ Status.AccountIdDoesNotExist = new Status(60);
1804
+
1805
+ /**
1806
+ * the livehash already exists for a given account
1807
+ */
1808
+ Status.LiveHashAlreadyExists = new Status(61);
1809
+
1810
+ /**
1811
+ * File WACL keys are invalid
1812
+ */
1813
+ Status.InvalidFileWacl = new Status(62);
1814
+
1815
+ /**
1816
+ * Serialization failure
1817
+ */
1818
+ Status.SerializationFailed = new Status(63);
1819
+
1820
+ /**
1821
+ * The size of the Transaction is greater than transactionMaxBytes
1822
+ */
1823
+ Status.TransactionOversize = new Status(64);
1824
+
1825
+ /**
1826
+ * The Transaction has more than 50 levels
1827
+ */
1828
+ Status.TransactionTooManyLayers = new Status(65);
1829
+
1830
+ /**
1831
+ * Contract is marked as deleted
1832
+ */
1833
+ Status.ContractDeleted = new Status(66);
1834
+
1835
+ /**
1836
+ * the platform node is either disconnected or lagging behind.
1837
+ */
1838
+ Status.PlatformNotActive = new Status(67);
1839
+
1840
+ /**
1841
+ * one public key matches more than one prefixes on the signature map
1842
+ */
1843
+ Status.KeyPrefixMismatch = new Status(68);
1844
+
1845
+ /**
1846
+ * transaction not created by platform due to large backlog
1847
+ */
1848
+ Status.PlatformTransactionNotCreated = new Status(69);
1849
+
1850
+ /**
1851
+ * auto renewal period is not a positive number of seconds
1852
+ */
1853
+ Status.InvalidRenewalPeriod = new Status(70);
1854
+
1855
+ /**
1856
+ * the response code when a smart contract id is passed for a crypto API request
1857
+ */
1858
+ Status.InvalidPayerAccountId = new Status(71);
1859
+
1860
+ /**
1861
+ * the account has been marked as deleted
1862
+ */
1863
+ Status.AccountDeleted = new Status(72);
1864
+
1865
+ /**
1866
+ * the file has been marked as deleted
1867
+ */
1868
+ Status.FileDeleted = new Status(73);
1869
+
1870
+ /**
1871
+ * same accounts repeated in the transfer account list
1872
+ */
1873
+ Status.AccountRepeatedInAccountAmounts = new Status(74);
1874
+
1875
+ /**
1876
+ * attempting to set negative balance value for crypto account
1877
+ */
1878
+ Status.SettingNegativeAccountBalance = new Status(75);
1879
+
1880
+ /**
1881
+ * when deleting smart contract that has crypto balance either transfer account or transfer smart
1882
+ * contract is required
1883
+ */
1884
+ Status.ObtainerRequired = new Status(76);
1885
+
1886
+ /**
1887
+ * when deleting smart contract that has crypto balance you can not use the same contract id as
1888
+ * transferContractId as the one being deleted
1889
+ */
1890
+ Status.ObtainerSameContractId = new Status(77);
1891
+
1892
+ /**
1893
+ * transferAccountId or transferContractId specified for contract delete does not exist
1894
+ */
1895
+ Status.ObtainerDoesNotExist = new Status(78);
1896
+
1897
+ /**
1898
+ * attempting to modify (update or delete a immutable smart contract, i.e. one created without a
1899
+ * admin key)
1900
+ */
1901
+ Status.ModifyingImmutableContract = new Status(79);
1902
+
1903
+ /**
1904
+ * Unexpected exception thrown by file system functions
1905
+ */
1906
+ Status.FileSystemException = new Status(80);
1907
+
1908
+ /**
1909
+ * the duration is not a subset of [MINIMUM_AUTORENEW_DURATION,MAXIMUM_AUTORENEW_DURATION]
1910
+ */
1911
+ Status.AutorenewDurationNotInRange = new Status(81);
1912
+
1913
+ /**
1914
+ * Decoding the smart contract binary to a byte array failed. Check that the input is a valid hex
1915
+ * string.
1916
+ */
1917
+ Status.ErrorDecodingBytestring = new Status(82);
1918
+
1919
+ /**
1920
+ * File to create a smart contract was of length zero
1921
+ */
1922
+ Status.ContractFileEmpty = new Status(83);
1923
+
1924
+ /**
1925
+ * Bytecode for smart contract is of length zero
1926
+ */
1927
+ Status.ContractBytecodeEmpty = new Status(84);
1928
+
1929
+ /**
1930
+ * Attempt to set negative initial balance
1931
+ */
1932
+ Status.InvalidInitialBalance = new Status(85);
1933
+
1934
+ /**
1935
+ * [Deprecated]. attempt to set negative receive record threshold
1936
+ */
1937
+ Status.InvalidReceiveRecordThreshold = new Status(86);
1938
+
1939
+ /**
1940
+ * [Deprecated]. attempt to set negative send record threshold
1941
+ */
1942
+ Status.InvalidSendRecordThreshold = new Status(87);
1943
+
1944
+ /**
1945
+ * Special Account Operations should be performed by only Genesis account, return this code if it
1946
+ * is not Genesis Account
1947
+ */
1948
+ Status.AccountIsNotGenesisAccount = new Status(88);
1949
+
1950
+ /**
1951
+ * The fee payer account doesn't have permission to submit such Transaction
1952
+ */
1953
+ Status.PayerAccountUnauthorized = new Status(89);
1954
+
1955
+ /**
1956
+ * FreezeTransactionBody is invalid
1957
+ */
1958
+ Status.InvalidFreezeTransactionBody = new Status(90);
1959
+
1960
+ /**
1961
+ * FreezeTransactionBody does not exist
1962
+ */
1963
+ Status.FreezeTransactionBodyNotFound = new Status(91);
1964
+
1965
+ /**
1966
+ * Exceeded the number of accounts (both from and to) allowed for crypto transfer list
1967
+ */
1968
+ Status.TransferListSizeLimitExceeded = new Status(92);
1969
+
1970
+ /**
1971
+ * Smart contract result size greater than specified maxResultSize
1972
+ */
1973
+ Status.ResultSizeLimitExceeded = new Status(93);
1974
+
1975
+ /**
1976
+ * The payer account is not a special account(account 0.0.55)
1977
+ */
1978
+ Status.NotSpecialAccount = new Status(94);
1979
+
1980
+ /**
1981
+ * Negative gas was offered in smart contract call
1982
+ */
1983
+ Status.ContractNegativeGas = new Status(95);
1984
+
1985
+ /**
1986
+ * Negative value / initial balance was specified in a smart contract call / create
1987
+ */
1988
+ Status.ContractNegativeValue = new Status(96);
1989
+
1990
+ /**
1991
+ * Failed to update fee file
1992
+ */
1993
+ Status.InvalidFeeFile = new Status(97);
1994
+
1995
+ /**
1996
+ * Failed to update exchange rate file
1997
+ */
1998
+ Status.InvalidExchangeRateFile = new Status(98);
1999
+
2000
+ /**
2001
+ * Payment tendered for contract local call cannot cover both the fee and the gas
2002
+ */
2003
+ Status.InsufficientLocalCallGas = new Status(99);
2004
+
2005
+ /**
2006
+ * Entities with Entity ID below 1000 are not allowed to be deleted
2007
+ */
2008
+ Status.EntityNotAllowedToDelete = new Status(100);
2009
+
2010
+ /**
2011
+ * Violating one of these rules: 1) treasury account can update all entities below 0.0.1000, 2)
2012
+ * account 0.0.50 can update all entities from 0.0.51 - 0.0.80, 3) Network Function Master Account
2013
+ * A/c 0.0.50 - Update all Network Function accounts & perform all the Network Functions listed
2014
+ * below, 4) Network Function Accounts: i) A/c 0.0.55 - Update Address Book files (0.0.101/102),
2015
+ * ii) A/c 0.0.56 - Update Fee schedule (0.0.111), iii) A/c 0.0.57 - Update Exchange Rate
2016
+ * (0.0.112).
2017
+ */
2018
+ Status.AuthorizationFailed = new Status(101);
2019
+
2020
+ /**
2021
+ * Fee Schedule Proto uploaded but not valid (append or update is required)
2022
+ */
2023
+ Status.FileUploadedProtoInvalid = new Status(102);
2024
+
2025
+ /**
2026
+ * Fee Schedule Proto uploaded but not valid (append or update is required)
2027
+ */
2028
+ Status.FileUploadedProtoNotSavedToDisk = new Status(103);
2029
+
2030
+ /**
2031
+ * Fee Schedule Proto File Part uploaded
2032
+ */
2033
+ Status.FeeScheduleFilePartUploaded = new Status(104);
2034
+
2035
+ /**
2036
+ * The change on Exchange Rate exceeds Exchange_Rate_Allowed_Percentage
2037
+ */
2038
+ Status.ExchangeRateChangeLimitExceeded = new Status(105);
2039
+
2040
+ /**
2041
+ * Contract permanent storage exceeded the currently allowable limit
2042
+ */
2043
+ Status.MaxContractStorageExceeded = new Status(106);
2044
+
2045
+ /**
2046
+ * Transfer Account should not be same as Account to be deleted
2047
+ */
2048
+ Status.TransferAccountSameAsDeleteAccount = new Status(107);
2049
+
2050
+ Status.TotalLedgerBalanceInvalid = new Status(108);
2051
+ /**
2052
+ * The expiration date/time on a smart contract may not be reduced
2053
+ */
2054
+ Status.ExpirationReductionNotAllowed = new Status(110);
2055
+
2056
+ /**
2057
+ * Gas exceeded currently allowable gas limit per transaction
2058
+ */
2059
+ Status.MaxGasLimitExceeded = new Status(111);
2060
+
2061
+ /**
2062
+ * File size exceeded the currently allowable limit
2063
+ */
2064
+ Status.MaxFileSizeExceeded = new Status(112);
2065
+
2066
+ /**
2067
+ * When a valid signature is not provided for operations on account with receiverSigRequired=true
2068
+ */
2069
+ Status.ReceiverSigRequired = new Status(113);
2070
+
2071
+ /**
2072
+ * The Topic ID specified is not in the system.
2073
+ */
2074
+ Status.InvalidTopicId = new Status(150);
2075
+
2076
+ /**
2077
+ * A provided admin key was invalid.
2078
+ */
2079
+ Status.InvalidAdminKey = new Status(155);
2080
+
2081
+ /**
2082
+ * A provided submit key was invalid.
2083
+ */
2084
+ Status.InvalidSubmitKey = new Status(156);
2085
+
2086
+ /**
2087
+ * An attempted operation was not authorized (ie - a deleteTopic for a topic with no adminKey).
2088
+ */
2089
+ Status.Unauthorized = new Status(157);
2090
+
2091
+ /**
2092
+ * A ConsensusService message is empty.
2093
+ */
2094
+ Status.InvalidTopicMessage = new Status(158);
2095
+
2096
+ /**
2097
+ * The autoRenewAccount specified is not a valid, active account.
2098
+ */
2099
+ Status.InvalidAutorenewAccount = new Status(159);
2100
+
2101
+ /**
2102
+ * An adminKey was not specified on the topic, so there must not be an autoRenewAccount.
2103
+ */
2104
+ Status.AutorenewAccountNotAllowed = new Status(160);
2105
+
2106
+ /**
2107
+ * The topic has expired, was not automatically renewed, and is in a 7 day grace period before the
2108
+ * topic will be deleted unrecoverably. This error response code will not be returned until
2109
+ * autoRenew functionality is supported by HAPI.
2110
+ */
2111
+ Status.TopicExpired = new Status(162);
2112
+
2113
+ /**
2114
+ * chunk number must be from 1 to total (chunks) inclusive.
2115
+ */
2116
+ Status.InvalidChunkNumber = new Status(163);
2117
+
2118
+ /**
2119
+ * For every chunk, the payer account that is part of initialTransactionID must match the Payer Account of this transaction. The entire initialTransactionID should match the transactionID of the first chunk, but this is not checked or enforced by Hedera except when the chunk number is 1.
2120
+ */
2121
+ Status.InvalidChunkTransactionId = new Status(164);
2122
+
2123
+ /**
2124
+ * Account is frozen and cannot transact with the token
2125
+ */
2126
+ Status.AccountFrozenForToken = new Status(165);
2127
+
2128
+ /**
2129
+ * An involved account already has more than <tt>tokens.maxPerAccount</tt> associations with non-deleted tokens.
2130
+ */
2131
+ Status.TokensPerAccountLimitExceeded = new Status(166);
2132
+
2133
+ /**
2134
+ * The token is invalid or does not exist
2135
+ */
2136
+ Status.InvalidTokenId = new Status(167);
2137
+
2138
+ /**
2139
+ * Invalid token decimals
2140
+ */
2141
+ Status.InvalidTokenDecimals = new Status(168);
2142
+
2143
+ /**
2144
+ * Invalid token initial supply
2145
+ */
2146
+ Status.InvalidTokenInitialSupply = new Status(169);
2147
+
2148
+ /**
2149
+ * Treasury Account does not exist or is deleted
2150
+ */
2151
+ Status.InvalidTreasuryAccountForToken = new Status(170);
2152
+
2153
+ /**
2154
+ * Token Symbol is not UTF-8 capitalized alphabetical string
2155
+ */
2156
+ Status.InvalidTokenSymbol = new Status(171);
2157
+
2158
+ /**
2159
+ * Freeze key is not set on token
2160
+ */
2161
+ Status.TokenHasNoFreezeKey = new Status(172);
2162
+
2163
+ /**
2164
+ * Amounts in transfer list are not net zero
2165
+ */
2166
+ Status.TransfersNotZeroSumForToken = new Status(173);
2167
+
2168
+ /**
2169
+ * A token symbol was not provided
2170
+ */
2171
+ Status.MissingTokenSymbol = new Status(174);
2172
+
2173
+ /**
2174
+ * The provided token symbol was too long
2175
+ */
2176
+ Status.TokenSymbolTooLong = new Status(175);
2177
+
2178
+ /**
2179
+ * KYC must be granted and account does not have KYC granted
2180
+ */
2181
+ Status.AccountKycNotGrantedForToken = new Status(176);
2182
+
2183
+ /**
2184
+ * KYC key is not set on token
2185
+ */
2186
+ Status.TokenHasNoKycKey = new Status(177);
2187
+
2188
+ /**
2189
+ * Token balance is not sufficient for the transaction
2190
+ */
2191
+ Status.InsufficientTokenBalance = new Status(178);
2192
+
2193
+ /**
2194
+ * Token transactions cannot be executed on deleted token
2195
+ */
2196
+ Status.TokenWasDeleted = new Status(179);
2197
+
2198
+ /**
2199
+ * Supply key is not set on token
2200
+ */
2201
+ Status.TokenHasNoSupplyKey = new Status(180);
2202
+
2203
+ /**
2204
+ * Wipe key is not set on token
2205
+ */
2206
+ Status.TokenHasNoWipeKey = new Status(181);
2207
+
2208
+ /**
2209
+ * The requested token mint amount would cause an invalid total supply
2210
+ */
2211
+ Status.InvalidTokenMintAmount = new Status(182);
2212
+
2213
+ /**
2214
+ * The requested token burn amount would cause an invalid total supply
2215
+ */
2216
+ Status.InvalidTokenBurnAmount = new Status(183);
2217
+
2218
+ /**
2219
+ * A required token-account relationship is missing
2220
+ */
2221
+ Status.TokenNotAssociatedToAccount = new Status(184);
2222
+
2223
+ /**
2224
+ * The target of a wipe operation was the token treasury account
2225
+ */
2226
+ Status.CannotWipeTokenTreasuryAccount = new Status(185);
2227
+
2228
+ /**
2229
+ * The provided KYC key was invalid.
2230
+ */
2231
+ Status.InvalidKycKey = new Status(186);
2232
+
2233
+ /**
2234
+ * The provided wipe key was invalid.
2235
+ */
2236
+ Status.InvalidWipeKey = new Status(187);
2237
+
2238
+ /**
2239
+ * The provided freeze key was invalid.
2240
+ */
2241
+ Status.InvalidFreezeKey = new Status(188);
2242
+
2243
+ /**
2244
+ * The provided supply key was invalid.
2245
+ */
2246
+ Status.InvalidSupplyKey = new Status(189);
2247
+
2248
+ /**
2249
+ * Token Name is not provided
2250
+ */
2251
+ Status.MissingTokenName = new Status(190);
2252
+
2253
+ /**
2254
+ * Token Name is too long
2255
+ */
2256
+ Status.TokenNameTooLong = new Status(191);
2257
+
2258
+ /**
2259
+ * The provided wipe amount must not be negative, zero or bigger than the token holder balance
2260
+ */
2261
+ Status.InvalidWipingAmount = new Status(192);
2262
+
2263
+ /**
2264
+ * Token does not have Admin key set, thus update/delete transactions cannot be performed
2265
+ */
2266
+ Status.TokenIsImmutable = new Status(193);
2267
+
2268
+ /**
2269
+ * An <tt>associateToken</tt> operation specified a token already associated to the account
2270
+ */
2271
+ Status.TokenAlreadyAssociatedToAccount = new Status(194);
2272
+
2273
+ /**
2274
+ * An attempted operation is invalid until all token balances for the target account are zero
2275
+ */
2276
+ Status.TransactionRequiresZeroTokenBalances = new Status(195);
2277
+
2278
+ /**
2279
+ * An attempted operation is invalid because the account is a treasury
2280
+ */
2281
+ Status.AccountIsTreasury = new Status(196);
2282
+
2283
+ /**
2284
+ * Same TokenIDs present in the token list
2285
+ */
2286
+ Status.TokenIdRepeatedInTokenList = new Status(197);
2287
+
2288
+ /**
2289
+ * Exceeded the number of token transfers (both from and to) allowed for token transfer list
2290
+ */
2291
+ Status.TokenTransferListSizeLimitExceeded = new Status(198);
2292
+
2293
+ /**
2294
+ * TokenTransfersTransactionBody has no TokenTransferList
2295
+ */
2296
+ Status.EmptyTokenTransferBody = new Status(199);
2297
+
2298
+ /**
2299
+ * TokenTransfersTransactionBody has a TokenTransferList with no AccountAmounts
2300
+ */
2301
+ Status.EmptyTokenTransferAccountAmounts = new Status(200);
2302
+
2303
+ /**
2304
+ * The Scheduled entity does not exist; or has now expired, been deleted, or been executed
2305
+ */
2306
+ Status.InvalidScheduleId = new Status(201);
2307
+
2308
+ /**
2309
+ * The Scheduled entity cannot be modified. Admin key not set
2310
+ */
2311
+ Status.ScheduleIsImmutable = new Status(202);
2312
+
2313
+ /**
2314
+ * The provided Scheduled Payer does not exist
2315
+ */
2316
+ Status.InvalidSchedulePayerId = new Status(203);
2317
+
2318
+ /**
2319
+ * The Schedule Create Transaction TransactionID account does not exist
2320
+ */
2321
+ Status.InvalidScheduleAccountId = new Status(204);
2322
+
2323
+ /**
2324
+ * The provided sig map did not contain any new valid signatures from required signers of the scheduled transaction
2325
+ */
2326
+ Status.NoNewValidSignatures = new Status(205);
2327
+
2328
+ /**
2329
+ * The required signers for a scheduled transaction cannot be resolved, for example because they do not exist or have been deleted
2330
+ */
2331
+ Status.UnresolvableRequiredSigners = new Status(206);
2332
+
2333
+ /**
2334
+ * Only whitelisted transaction types may be scheduled
2335
+ */
2336
+ Status.ScheduledTransactionNotInWhitelist = new Status(207);
2337
+
2338
+ /**
2339
+ * At least one of the signatures in the provided sig map did not represent a valid signature for any required signer
2340
+ */
2341
+ Status.SomeSignaturesWereInvalid = new Status(208);
2342
+
2343
+ /**
2344
+ * The scheduled field in the TransactionID may not be set to true
2345
+ */
2346
+ Status.TransactionIdFieldNotAllowed = new Status(209);
2347
+
2348
+ /**
2349
+ * A schedule already exists with the same identifying fields of an attempted ScheduleCreate (that is, all fields other than scheduledPayerAccountID)
2350
+ */
2351
+ Status.IdenticalScheduleAlreadyCreated = new Status(210);
2352
+
2353
+ /**
2354
+ * A string field in the transaction has a UTF-8 encoding with the prohibited zero byte
2355
+ */
2356
+ Status.InvalidZeroByteInString = new Status(211);
2357
+
2358
+ /**
2359
+ * A schedule being signed or deleted has already been deleted
2360
+ */
2361
+ Status.ScheduleAlreadyDeleted = new Status(212);
2362
+
2363
+ /**
2364
+ * A schedule being signed or deleted has already been executed
2365
+ */
2366
+ Status.ScheduleAlreadyExecuted = new Status(213);
2367
+
2368
+ /**
2369
+ * ConsensusSubmitMessage request's message size is larger than allowed.
2370
+ */
2371
+ Status.MessageSizeTooLarge = new Status(214);
2372
+
2373
+ /**
2374
+ * An operation was assigned to more than one throttle group in a given bucket
2375
+ */
2376
+ Status.OperationRepeatedInBucketGroups = new Status(215);
2377
+
2378
+ /**
2379
+ * The capacity needed to satisfy all opsPerSec groups in a bucket overflowed a signed 8-byte integral type
2380
+ */
2381
+ Status.BucketCapacityOverflow = new Status(216);
2382
+
2383
+ /**
2384
+ * Given the network size in the address book, the node-level capacity for an operation would never be enough to accept a single request; usually means a bucket burstPeriod should be increased
2385
+ */
2386
+ Status.NodeCapacityNotSufficientForOperation = new Status(217);
2387
+
2388
+ /**
2389
+ * A bucket was defined without any throttle groups
2390
+ */
2391
+ Status.BucketHasNoThrottleGroups = new Status(218);
2392
+
2393
+ /**
2394
+ * A throttle group was granted zero opsPerSec
2395
+ */
2396
+ Status.ThrottleGroupHasZeroOpsPerSec = new Status(219);
2397
+
2398
+ /**
2399
+ * The throttle definitions file was updated, but some supported operations were not assigned a bucket
2400
+ */
2401
+ Status.SuccessButMissingExpectedOperation = new Status(220);
2402
+
2403
+ /**
2404
+ * The new contents for the throttle definitions system file were not valid protobuf
2405
+ */
2406
+ Status.UnparseableThrottleDefinitions = new Status(221);
2407
+
2408
+ /**
2409
+ * The new throttle definitions system file were invalid, and no more specific error could be divined
2410
+ */
2411
+ Status.InvalidThrottleDefinitions = new Status(222);
2412
+
2413
+ /**
2414
+ * The transaction references an account which has passed its expiration without renewal funds available, and currently remains in the ledger only because of the grace period given to expired entities
2415
+ */
2416
+ Status.AccountExpiredAndPendingRemoval = new Status(223);
2417
+
2418
+ /**
2419
+ * Invalid token max supply
2420
+ */
2421
+ Status.InvalidTokenMaxSupply = new Status(224);
2422
+
2423
+ /**
2424
+ * Invalid token nft serial number
2425
+ */
2426
+ Status.InvalidTokenNftSerialNumber = new Status(225);
2427
+
2428
+ /**
2429
+ * Invalid nft id
2430
+ */
2431
+ Status.InvalidNftId = new Status(226);
2432
+
2433
+ /**
2434
+ * Nft metadata is too long
2435
+ */
2436
+ Status.MetadataTooLong = new Status(227);
2437
+
2438
+ /**
2439
+ * Repeated operations count exceeds the limit
2440
+ */
2441
+ Status.BatchSizeLimitExceeded = new Status(228);
2442
+
2443
+ /**
2444
+ * The range of data to be gathered is out of the set boundaries
2445
+ */
2446
+ Status.InvalidQueryRange = new Status(229);
2447
+
2448
+ /**
2449
+ * A custom fractional fee set a denominator of zero
2450
+ */
2451
+ Status.FractionDividesByZero = new Status(230);
2452
+
2453
+ /**
2454
+ * The transaction payer could not afford a custom fee
2455
+ */
2456
+ Status.InsufficientPayerBalanceForCustomFee = new Status(231);
2457
+
2458
+ /**
2459
+ * More than 10 custom fees were specified
2460
+ */
2461
+ Status.CustomFeesListTooLong = new Status(232);
2462
+
2463
+ /**
2464
+ * Any of the feeCollector accounts for customFees is invalid
2465
+ */
2466
+ Status.InvalidCustomFeeCollector = new Status(233);
2467
+
2468
+ /**
2469
+ * Any of the token Ids in customFees is invalid
2470
+ */
2471
+ Status.InvalidTokenIdInCustomFees = new Status(234);
2472
+
2473
+ /**
2474
+ * Any of the token Ids in customFees are not associated to feeCollector
2475
+ */
2476
+ Status.TokenNotAssociatedToFeeCollector = new Status(235);
2477
+
2478
+ /**
2479
+ * A token cannot have more units minted due to its configured supply ceiling
2480
+ */
2481
+ Status.TokenMaxSupplyReached = new Status(236);
2482
+
2483
+ /**
2484
+ * The transaction attempted to move an NFT serial number from an account other than its owner
2485
+ */
2486
+ Status.SenderDoesNotOwnNftSerialNo = new Status(237);
2487
+
2488
+ /**
2489
+ * A custom fee schedule entry did not specify either a fixed or fractional fee
2490
+ */
2491
+ Status.CustomFeeNotFullySpecified = new Status(238);
2492
+
2493
+ /**
2494
+ * Only positive fees may be assessed at this time
2495
+ */
2496
+ Status.CustomFeeMustBePositive = new Status(239);
2497
+
2498
+ /**
2499
+ * Fee schedule key is not set on token
2500
+ */
2501
+ Status.TokenHasNoFeeScheduleKey = new Status(240);
2502
+
2503
+ /**
2504
+ * A fractional custom fee exceeded the range of a 64-bit signed integer
2505
+ */
2506
+ Status.CustomFeeOutsideNumericRange = new Status(241);
2507
+
2508
+ /**
2509
+ * A royalty cannot exceed the total fungible value exchanged for an NFT
2510
+ */
2511
+ Status.RoyaltyFractionCannotExceedOne = new Status(242);
2512
+
2513
+ /**
2514
+ * Each fractional custom fee must have its maximum_amount, if specified, at least its minimum_amount
2515
+ */
2516
+ Status.FractionalFeeMaxAmountLessThanMinAmount = new Status(243);
2517
+
2518
+ /**
2519
+ * A fee schedule update tried to clear the custom fees from a token whose fee schedule was already empty
2520
+ */
2521
+ Status.CustomScheduleAlreadyHasNoFees = new Status(244);
2522
+
2523
+ /**
2524
+ * Only tokens of type FUNGIBLE_COMMON can be used to as fee schedule denominations
2525
+ */
2526
+ Status.CustomFeeDenominationMustBeFungibleCommon = new Status(245);
2527
+
2528
+ /**
2529
+ * Only tokens of type FUNGIBLE_COMMON can have fractional fees
2530
+ */
2531
+ Status.CustomFractionalFeeOnlyAllowedForFungibleCommon = new Status(246);
2532
+
2533
+ /**
2534
+ * The provided custom fee schedule key was invalid
2535
+ */
2536
+ Status.InvalidCustomFeeScheduleKey = new Status(247);
2537
+
2538
+ /**
2539
+ * The requested token mint metadata was invalid
2540
+ */
2541
+ Status.InvalidTokenMintMetadata = new Status(248);
2542
+
2543
+ /**
2544
+ * The requested token burn metadata was invalid
2545
+ */
2546
+ Status.InvalidTokenBurnMetadata = new Status(249);
2547
+
2548
+ /**
2549
+ * The treasury for a unique token cannot be changed until it owns no NFTs
2550
+ */
2551
+ Status.CurrentTreasuryStillOwnsNfts = new Status(250);
2552
+
2553
+ /**
2554
+ * An account cannot be dissociated from a unique token if it owns NFTs for the token
2555
+ */
2556
+ Status.AccountStillOwnsNfts = new Status(251);
2557
+
2558
+ /**
2559
+ * A NFT can only be burned when owned by the unique token's treasury
2560
+ */
2561
+ Status.TreasuryMustOwnBurnedNft = new Status(252);
2562
+
2563
+ /**
2564
+ * An account did not own the NFT to be wiped
2565
+ */
2566
+ Status.AccountDoesNotOwnWipedNft = new Status(253);
2567
+
2568
+ /**
2569
+ * An AccountAmount token transfers list referenced a token type other than FUNGIBLE_COMMON
2570
+ */
2571
+ Status.AccountAmountTransfersOnlyAllowedForFungibleCommon = new Status(254);
2572
+
2573
+ /**
2574
+ * All the NFTs allowed in the current price regime have already been minted
2575
+ */
2576
+ Status.MaxNftsInPriceRegimeHaveBeenMinted = new Status(255);
2577
+
2578
+ /**
2579
+ * The payer account has been marked as deleted
2580
+ */
2581
+ Status.PayerAccountDeleted = new Status(256);
2582
+
2583
+ /**
2584
+ * The reference chain of custom fees for a transferred token exceeded the maximum length of 2
2585
+ */
2586
+ Status.CustomFeeChargingExceededMaxRecursionDepth = new Status(257);
2587
+
2588
+ /**
2589
+ * More than 20 balance adjustments were to satisfy a CryptoTransfer and its implied custom fee payments
2590
+ */
2591
+ Status.CustomFeeChargingExceededMaxAccountAmounts = new Status(258);
2592
+
2593
+ /**
2594
+ * The sender account in the token transfer transaction could not afford a custom fee
2595
+ */
2596
+ Status.InsufficientSenderAccountBalanceForCustomFee = new Status(259);
2597
+
2598
+ /**
2599
+ * Currently no more than 4,294,967,295 NFTs may be minted for a given unique token type
2600
+ */
2601
+ Status.SerialNumberLimitReached = new Status(260);
2602
+
2603
+ /**
2604
+ * Only tokens of type NON_FUNGIBLE_UNIQUE can have royalty fees
2605
+ */
2606
+ Status.CustomRoyaltyFeeOnlyAllowedForNonFungibleUnique = new Status(261);
2607
+
2608
+ /**
2609
+ * The account has reached the limit on the automatic associations count.
2610
+ */
2611
+ Status.NoRemainingAutomaticAssociations = new Status(262);
2612
+
2613
+ /**
2614
+ * Already existing automatic associations are more than the new maximum automatic associations.
2615
+ */
2616
+ Status.ExistingAutomaticAssociationsExceedGivenLimit = new Status(263);
2617
+
2618
+ /**
2619
+ * Cannot set the number of automatic associations for an account more than the maximum allowed
2620
+ * token associations <tt>tokens.maxPerAccount</tt>.
2621
+ */
2622
+ Status.RequestedNumAutomaticAssociationsExceedsAssociationLimit = new Status(
2623
+ 264,
2624
+ );
2625
+
2626
+ /**
2627
+ * Token is paused. This Token cannot be a part of any kind of Transaction until unpaused.
2628
+ */
2629
+ Status.TokenIsPaused = new Status(265);
2630
+
2631
+ /**
2632
+ * Pause key is not set on token
2633
+ */
2634
+ Status.TokenHasNoPauseKey = new Status(266);
2635
+
2636
+ /**
2637
+ * The provided pause key was invalid
2638
+ */
2639
+ Status.InvalidPauseKey = new Status(267);
2640
+
2641
+ /**
2642
+ * The update file in a freeze transaction body must exist.
2643
+ */
2644
+ Status.FreezeUpdateFileDoesNotExist = new Status(268);
2645
+
2646
+ /**
2647
+ * The hash of the update file in a freeze transaction body must match the in-memory hash.
2648
+ */
2649
+ Status.FreezeUpdateFileHashDoesNotMatch = new Status(269);
2650
+
2651
+ /**
2652
+ * A FREEZE_UPGRADE transaction was handled with no previous update prepared.
2653
+ */
2654
+ Status.NoUpgradeHasBeenPrepared = new Status(270);
2655
+
2656
+ /**
2657
+ * A FREEZE_ABORT transaction was handled with no scheduled freeze.
2658
+ */
2659
+ Status.NoFreezeIsScheduled = new Status(271);
2660
+
2661
+ /**
2662
+ * The update file hash when handling a FREEZE_UPGRADE transaction differs from the file
2663
+ * hash at the time of handling the PREPARE_UPGRADE transaction.
2664
+ */
2665
+ Status.UpdateFileHashChangedSincePrepareUpgrade = new Status(272);
2666
+
2667
+ /**
2668
+ * The given freeze start time was in the (consensus) past.
2669
+ */
2670
+ Status.FreezeStartTimeMustBeFuture = new Status(273);
2671
+
2672
+ /**
2673
+ * The prepared update file cannot be updated or appended until either the upgrade has
2674
+ * been completed, or a FREEZE_ABORT has been handled.
2675
+ */
2676
+ Status.PreparedUpdateFileIsImmutable = new Status(274);
2677
+
2678
+ /**
2679
+ * Once a freeze is scheduled, it must be aborted before any other type of freeze can
2680
+ * can be performed.
2681
+ */
2682
+ Status.FreezeAlreadyScheduled = new Status(275);
2683
+
2684
+ /**
2685
+ * If an NMT upgrade has been prepared, the following operation must be a FREEZE_UPGRADE.
2686
+ * (To issue a FREEZE_ONLY, submit a FREEZE_ABORT first.)
2687
+ */
2688
+ Status.FreezeUpgradeInProgress = new Status(276);
2689
+
2690
+ /**
2691
+ * If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must
2692
+ * confirm the id of the file to be used in the upgrade.
2693
+ */
2694
+ Status.UpdateFileIdDoesNotMatchPrepared = new Status(277);
2695
+
2696
+ /**
2697
+ * If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must
2698
+ * confirm the hash of the file to be used in the upgrade.
2699
+ */
2700
+ Status.UpdateFileHashDoesNotMatchPrepared = new Status(278);
2701
+
2702
+ /**
2703
+ * Consensus throttle did not allow execution of this transaction. System is throttled at
2704
+ * consensus level.
2705
+ */
2706
+ Status.ConsensusGasExhausted = new Status(279);
2707
+
2708
+ /**
2709
+ * A precompiled contract succeeded, but was later reverted.
2710
+ */
2711
+ Status.RevertedSuccess = new Status(280);
2712
+
2713
+ /**
2714
+ * All contract storage allocated to the current price regime has been consumed.
2715
+ */
2716
+ Status.MaxStorageInPriceRegimeHasBeenUsed = new Status(281);
2717
+
2718
+ /**
2719
+ * An alias used in a CryptoTransfer transaction is not the serialization of a primitive Key
2720
+ * message--that is, a Key with a single Ed25519 or ECDSA(secp256k1) public key and no
2721
+ * unknown protobuf fields.
2722
+ */
2723
+ Status.InvalidAliasKey = new Status(282);
2724
+
2725
+ /**
2726
+ * A fungible token transfer expected a different number of decimals than the involved
2727
+ * type actually has.
2728
+ */
2729
+ Status.UnexpectedTokenDecimals = new Status(283);
2730
+
2731
+ /**
2732
+ * The proxy account id is invalid or does not exist.
2733
+ */
2734
+ Status.InvalidProxyAccountId = new Status(284);
2735
+
2736
+ /**
2737
+ * The transfer account id in CryptoDelete transaction is invalid or does not exist.
2738
+ */
2739
+ Status.InvalidTransferAccountId = new Status(285);
2740
+
2741
+ /**
2742
+ * The fee collector account id in TokenFeeScheduleUpdate is invalid or does not exist.
2743
+ */
2744
+ Status.InvalidFeeCollectorAccountId = new Status(286);
2745
+
2746
+ /**
2747
+ * The alias already set on an account cannot be updated using CryptoUpdate transaction.
2748
+ */
2749
+ Status.AliasIsImmutable = new Status(287);
2750
+
2751
+ /**
2752
+ * An approved allowance specifies a spender account that is the same as the hbar/token
2753
+ * owner account.
2754
+ */
2755
+ Status.SpenderAccountSameAsOwner = new Status(288);
2756
+
2757
+ /**
2758
+ * The establishment or adjustment of an approved allowance cause the token allowance
2759
+ * to exceed the token maximum supply.
2760
+ */
2761
+ Status.AmountExceedsTokenMaxSupply = new Status(289);
2762
+
2763
+ /**
2764
+ * The specified amount for an approved allowance cannot be negative.
2765
+ */
2766
+ Status.NegativeAllowanceAmount = new Status(290);
2767
+
2768
+ /**
2769
+ * The approveForAll flag cannot be set for a fungible token.
2770
+ */
2771
+ Status.CannotApproveForAllFungibleCommon = new Status(291);
2772
+
2773
+ /**
2774
+ * The spender does not have an existing approved allowance with the hbar/token owner.
2775
+ */
2776
+ Status.SpenderDoesNotHaveAllowance = new Status(292);
2777
+
2778
+ /**
2779
+ * The transfer amount exceeds the current approved allowance for the spender account.
2780
+ */
2781
+ Status.AmountExceedsAllowance = new Status(293);
2782
+
2783
+ /**
2784
+ * The payer account of an approveAllowances or adjustAllowance transaction is attempting
2785
+ * to go beyond the maximum allowed number of allowances.
2786
+ */
2787
+ Status.MaxAllowancesExceeded = new Status(294);
2788
+
2789
+ /**
2790
+ * No allowances have been specified in the approval/adjust transaction.
2791
+ */
2792
+ Status.EmptyAllowances = new Status(295);
2793
+
2794
+ /**
2795
+ * Spender is repeated more than once in Crypto or Token or NFT allowance lists in a single
2796
+ * CryptoApproveAllowance or CryptoAdjustAllowance transaction.
2797
+ */
2798
+ Status.SpenderAccountRepeatedInAllowances = new Status(296);
2799
+
2800
+ /**
2801
+ * Serial numbers are repeated in nft allowance for a single spender account
2802
+ */
2803
+ Status.RepeatedSerialNumsInNftAllowances = new Status(297);
2804
+
2805
+ /**
2806
+ * Fungible common token used in NFT allowances
2807
+ */
2808
+ Status.FungibleTokenInNftAllowances = new Status(298);
2809
+
2810
+ /**
2811
+ * Non fungible token used in fungible token allowances
2812
+ */
2813
+ Status.NftInFungibleTokenAllowances = new Status(299);
2814
+
2815
+ /**
2816
+ * The account id specified as the owner is invalid or does not exist.
2817
+ */
2818
+ Status.InvalidAllowanceOwnerId = new Status(300);
2819
+
2820
+ /**
2821
+ * The account id specified as the spender is invalid or does not exist.
2822
+ */
2823
+ Status.InvalidAllowanceSpenderId = new Status(301);
2824
+
2825
+ /**
2826
+ * If the CryptoDeleteAllowance transaction has repeated crypto or token or Nft allowances to delete.
2827
+ */
2828
+ Status.RepeatedAllowancesToDelete = new Status(302);
2829
+
2830
+ /**
2831
+ * If the account Id specified as the delegating spender is invalid or does not exist.
2832
+ */
2833
+ Status.InvalidDelegatingSpender = new Status(303);
2834
+
2835
+ /**
2836
+ * The delegating Spender cannot grant approveForAll allowance on a NFT token type for another spender.
2837
+ */
2838
+ Status.DelegatingSpenderCannotGrantApproveForAll = new Status(304);
2839
+
2840
+ /**
2841
+ * The delegating Spender cannot grant allowance on a NFT serial for another spender as it doesnt not have approveForAll
2842
+ * granted on token-owner.
2843
+ */
2844
+ Status.DelegatingSpenderDoesNotHaveApproveForAll = new Status(305);
2845
+
2846
+ /**
2847
+ * The scheduled transaction could not be created because it's expiration_time was too far in the future.
2848
+ */
2849
+ Status.ScheduleExpirationTimeTooFarInFuture = new Status(306);
2850
+
2851
+ /**
2852
+ * The scheduled transaction could not be created because it's expiration_time was less than or equal to the consensus time.
2853
+ */
2854
+ Status.ScheduleExpirationTimeMustBeHigherThanConsensusTime = new Status(307);
2855
+
2856
+ /**
2857
+ * The scheduled transaction could not be created because it would cause throttles to be violated on the specified expiration_time.
2858
+ */
2859
+ Status.ScheduleFutureThrottleExceeded = new Status(308);
2860
+
2861
+ /**
2862
+ * The scheduled transaction could not be created because it would cause the gas limit to be violated on the specified expiration_time.
2863
+ */
2864
+ Status.ScheduleFutureGasLimitExceeded = new Status(309);
2865
+
2866
+ /**
2867
+ * The ethereum transaction either failed parsing or failed signature validation, or some other EthereumTransaction error not covered by another response code.
2868
+ */
2869
+ Status.InvalidEthereumTransaction = new Status(310);
2870
+
2871
+ /**
2872
+ * EthereumTransaction was signed against a chainId that this network does not support.
2873
+ */
2874
+ Status.WrongChainId = new Status(311);
2875
+
2876
+ /**
2877
+ * This transaction specified an ethereumNonce that is not the current ethereumNonce of the account.
2878
+ */
2879
+ Status.WrongNonce = new Status(312);
2880
+
2881
+ /**
2882
+ * The ethereum transaction specified an access list, which the network does not support.
2883
+ */
2884
+ Status.AccessListUnsupported = new Status(313);
2885
+
2886
+ /**
2887
+ * The scheduled transaction is pending expiration.
2888
+ */
2889
+ Status.SchedulePendingExpiration = new Status(314);
2890
+
2891
+ /**
2892
+ * A selfdestruct or ContractDelete targeted a contract that is a token treasury.
2893
+ */
2894
+ Status.ContractIsTokenTreasury = new Status(315);
2895
+
2896
+ /**
2897
+ * A selfdestruct or ContractDelete targeted a contract with non-zero token balances.
2898
+ */
2899
+ Status.ContractHasNonZeroTokenBalances = new Status(316);
2900
+
2901
+ /**
2902
+ * A contract referenced by a transaction is "detached"; that is, expired and lacking any
2903
+ * hbar funds for auto-renewal payment---but still within its post-expiry grace period.
2904
+ */
2905
+ Status.ContractExpiredAndPendingRemoval = new Status(317);
2906
+
2907
+ /**
2908
+ * A ContractUpdate requested removal of a contract's auto-renew account, but that contract has
2909
+ * no auto-renew account.
2910
+ */
2911
+ Status.ContractHasNoAutoRenewAccount = new Status(318);
2912
+
2913
+ /**
2914
+ * A delete transaction submitted via HAPI set permanent_removal=true
2915
+ */
2916
+ Status.PermanentRemovalRequiresSystemInitiation = new Status(319);
2917
+
2918
+ /*
2919
+ * A CryptoCreate or ContractCreate used the deprecated proxyAccountID field.
2920
+ */
2921
+ Status.ProxyAccountIdFieldIsDeprecated = new Status(320);
2922
+
2923
+ /**
2924
+ * An account set the staked_account_id to itself in CryptoUpdate or ContractUpdate transactions.
2925
+ */
2926
+ Status.SelfStakingIsNotAllowed = new Status(321);
2927
+
2928
+ /**
2929
+ * The staking account id or staking node id given is invalid or does not exist.
2930
+ */
2931
+ Status.InvalidStakingId = new Status(322);
2932
+
2933
+ /**
2934
+ * Native staking, while implemented, has not yet enabled by the council.
2935
+ */
2936
+ Status.StakingNotEnabled = new Status(323);
2937
+
2938
+ /**
2939
+ * The range provided in PRNG transaction is negative.
2940
+ */
2941
+ Status.InvalidPrngRange = new Status(324);
2942
+
2943
+ /**
2944
+ * The maximum number of entities allowed in the current price regime have been created.
2945
+ */
2946
+ Status.MaxEntitiesInPriceRegimeHaveBeenCreated = new Status(325);
2947
+
2948
+ /**
2949
+ * The full prefix signature for precompile is not valid
2950
+ */
2951
+ Status.InvalidFullPrefixSignatureForPrecompile = new Status(326);
2952
+
2953
+ /**
2954
+ * The combined balances of a contract and its auto-renew account (if any) did not cover
2955
+ * the rent charged for net new storage used in a transaction.
2956
+ */
2957
+ Status.InsufficientBalancesForStorageRent = new Status(327);
2958
+
2959
+ /**
2960
+ * A contract transaction tried to use more than the allowed number of child records, via
2961
+ * either system contract records or internal contract creations.
2962
+ */
2963
+ Status.MaxChildRecordsExceeded = new Status(328);
2964
+
2965
+ /**
2966
+ * The combined balances of a contract and its auto-renew account (if any) or balance of an account did not cover
2967
+ * the auto-renewal fees in a transaction.
2968
+ */
2969
+ Status.InsufficientBalancesForRenewalFees = new Status(329);
2970
+
2971
+ /**
2972
+ * A transaction's protobuf message includes unknown fields; could mean that a client
2973
+ * expects not-yet-released functionality to be available.
2974
+ */
2975
+ Status.TransactionHasUnknownFields = new Status(330);
2976
+
2977
+ /**
2978
+ * The account cannot be modified. Account's key is not set
2979
+ */
2980
+ Status.AccountIsImmutable = new Status(331);
2981
+
2982
+ /**
2983
+ * An alias that is assigned to an account or contract cannot be assigned to another account or contract.
2984
+ */
2985
+ Status.AliasAlreadyAssigned = new Status(332);
2986
+
2987
+ /**
2988
+ * A provided metadata key was invalid. Verification includes, for example, checking the size of Ed25519 and ECDSA(secp256k1) public keys.
2989
+ */
2990
+ Status.InvalidMetadataKey = new Status(333);
2991
+
2992
+ /**
2993
+ * Metadata key is not set on token
2994
+ */
2995
+ Status.TokenHasNoMetadataKey = new Status(334);
2996
+
2997
+ /**
2998
+ * Token Metadata is not provided
2999
+ */
3000
+ Status.MissingTokenMetadata = new Status(335);
3001
+
3002
+ /**
3003
+ * NFT serial numbers are missing in the TokenUpdateNftsTransactionBody
3004
+ */
3005
+ Status.MissingSerialNumbers = new Status(336);
3006
+
3007
+ /**
3008
+ * Admin key is not set on token
3009
+ */
3010
+ Status.TokenHasNoAdminKey = new Status(337);
3011
+
3012
+ /**
3013
+ * The node has been marked as deleted
3014
+ */
3015
+ Status.NodeDeleted = new Status(338);
3016
+
3017
+ /**
3018
+ * A node is not found during update and delete node transaction
3019
+ */
3020
+ Status.InvalidNodeId = new Status(339);
3021
+
3022
+ /**
3023
+ * gossip_endpoint has a fully qualified domain name instead of ip
3024
+ */
3025
+ Status.InvalidGossipEndpoint = new Status(340);
3026
+
3027
+ /**
3028
+ * The node account_id is invalid
3029
+ */
3030
+ Status.InvalidNodeAccountId = new Status(341);
3031
+
3032
+ /**
3033
+ * The node description is invalid
3034
+ */
3035
+ Status.InvalidNodeDescription = new Status(342);
3036
+
3037
+ /**
3038
+ * service_endpoint is invalid
3039
+ */
3040
+ Status.InvalidServiceEndpoint = new Status(343);
3041
+
3042
+ /**
3043
+ * gossip_ca_certificate is invalid
3044
+ */
3045
+ Status.InvalidGossipCaCertificate = new Status(344);
3046
+
3047
+ /**
3048
+ * grpc_certificate_hash is invalid
3049
+ */
3050
+ Status.InvalidGrpcCertificate = new Status(345);
3051
+
3052
+ /**
3053
+ * The maximum automatic associations value is not valid.
3054
+ * The most common cause for this error is a value less than `-1`.
3055
+ */
3056
+ Status.InvalidMaxAutoAssociations = new Status(346);
3057
+
3058
+ /**
3059
+ * The maximum number of nodes allowed in the address book have been created.
3060
+ */
3061
+ Status.MaxNodesCreated = new Status(347);
3062
+
3063
+ /**
3064
+ * In ServiceEndpoint, domain_name and ipAddressV4 are mutually exclusive
3065
+ */
3066
+ Status.IpFqdnCannotBeSetForSameEndpoint = new Status(348);
3067
+
3068
+ /**
3069
+ * Fully qualified domain name is not allowed in gossip_endpoint
3070
+ */
3071
+ Status.GossipEndpointCannotHaveFqdn = new Status(349);
3072
+
3073
+ /**
3074
+ * In ServiceEndpoint, domain_name size too large
3075
+ */
3076
+ Status.FqdnSizeTooLarge = new Status(350);
3077
+
3078
+ /**
3079
+ * ServiceEndpoint is invalid
3080
+ */
3081
+ Status.InvalidEndpoint = new Status(351);
3082
+
3083
+ /**
3084
+ * The number of gossip endpoints exceeds the limit
3085
+ */
3086
+ Status.GossipEndpointsExceededLimit = new Status(352);
3087
+
3088
+ /**
3089
+ * The transaction attempted to use duplicate `TokenReference`.<br/>
3090
+ * This affects `TokenReject` attempting to reject same token reference more than once.
3091
+ */
3092
+ Status.TokenReferenceRepeated = new Status(353);
3093
+
3094
+ /**
3095
+ * The account id specified as the owner in `TokenReject` is invalid or does not exist.
3096
+ */
3097
+ Status.InvalidOwnerId = new Status(354);
3098
+
3099
+ /**
3100
+ * The transaction attempted to use more than the allowed number of `TokenReference`.
3101
+ */
3102
+ Status.TokenReferenceListSizeLimitExceeded = new Status(355);
3103
+
3104
+ /**
3105
+ * The number of service endpoints exceeds the limit
3106
+ */
3107
+ Status.ServiceEndpointsExceededLimit = new Status(356);
3108
+
3109
+ /*
3110
+ * The IPv4 address is invalid
3111
+ */
3112
+ Status.InvalidIpv4Address = new Status(357);
3113
+
3114
+ /**
3115
+ * The transaction attempted to use empty `TokenReference` list.
3116
+ */
3117
+ Status.EmptyTokenReferenceList = new Status(358);
3118
+
3119
+ /*
3120
+ * The node account is not allowed to be updated
3121
+ */
3122
+ Status.UpdateNodeAccountNotAllowed = new Status(359);
3123
+
3124
+ /*
3125
+ * The token has no metadata or supply key
3126
+ */
3127
+ Status.TokenHasNoMetadataOrSupplyKey = new Status(360);
3128
+
3129
+ /**
3130
+ * The transaction attempted to the use an empty List of `PendingAirdropId`.
3131
+ */
3132
+ Status.EmptyPendingAirdropIdList = new Status(361);
3133
+
3134
+ /**
3135
+ * The transaction attempted to the same `PendingAirdropId` twice.
3136
+ */
3137
+ Status.PendingAirdropIdRepeated = new Status(362);
3138
+
3139
+ /**
3140
+ * The transaction attempted to use more than the allowed number of `PendingAirdropId`.
3141
+ */
3142
+ Status.MaxPendingAirdropIdExceeded = new Status(363);
3143
+
3144
+ /*
3145
+ * A pending airdrop already exists for the specified NFT.
3146
+ */
3147
+ Status.PendingNftAirdropAlreadyExists = new Status(364);
3148
+
3149
+ /*
3150
+ * The identified account is sender for one or more pending airdrop(s)
3151
+ * and cannot be deleted.<br/>
3152
+ * Requester should cancel all pending airdrops before resending
3153
+ * this transaction.
3154
+ */
3155
+ Status.AccountHasPendingAirdrops = new Status(365);
3156
+
3157
+ /**
3158
+ * Consensus throttle did not allow execution of this transaction.<br/>
3159
+ * The transaction should be retried after a modest delay.
3160
+ */
3161
+ Status.ThrottledAtConsensus = new Status(366);
3162
+
3163
+ /**
3164
+ * The provided pending airdrop id is invalid.<br/>
3165
+ * This pending airdrop MAY already be claimed or cancelled.
3166
+ * <p>
3167
+ * The client SHOULD query a mirror node to determine the current status of
3168
+ * the pending airdrop.
3169
+ */
3170
+ Status.InvalidPendingAirdropId = new Status(367);
3171
+
3172
+ /**
3173
+ * The token to be airdropped has a fallback royalty fee and cannot be
3174
+ * sent or claimed via an airdrop transaction.
3175
+ */
3176
+ Status.TokenAirdropWithFallbackRoyalty = new Status(368);
3177
+
3178
+ /**
3179
+ * This airdrop claim is for a pending airdrop with an invalid token.<br/>
3180
+ * The token might be deleted, or the sender may not have enough tokens
3181
+ * to fulfill the offer.
3182
+ * <p>
3183
+ * The client SHOULD query mirror node to determine the status of the pending
3184
+ * airdrop and whether the sender can fulfill the offer.
3185
+ */
3186
+ Status.InvalidTokenInPendingAirdrop = new Status(369);
3187
+
3188
+ /**
3189
+ * A scheduled transaction configured to wait for expiry to execute was given
3190
+ * an expiry time at which there is already too many transactions scheduled to
3191
+ * expire; its creation must be retried with a different expiry.
3192
+ */
3193
+ Status.ScheduleExpiryIsBusy = new Status(370);
3194
+
3195
+ /**
3196
+ * The provided gRPC certificate hash is invalid.
3197
+ */
3198
+ Status.InvalidGrpcCertificateHash = new Status(371);
3199
+
3200
+ /**
3201
+ * A scheduled transaction configured to wait for expiry to execute was not
3202
+ * given an explicit expiration time.
3203
+ */
3204
+ Status.MissingExpiryTime = new Status(372);
3205
+
3206
+ /**
3207
+ * A contract operation attempted to schedule another transaction after it
3208
+ * had already scheduled a recursive contract call.
3209
+ */
3210
+ Status.NoSchedulingAllowedAfterScheduledRecursion = new Status(373);
3211
+
3212
+ /**
3213
+ * A contract can schedule recursive calls a finite number of times (this is
3214
+ * approximately four million times with typical network configuration.)
3215
+ */
3216
+ Status.RecursiveSchedulingLimitReached = new Status(374);
3217
+
3218
+ /**
3219
+ * The target network is waiting for the ledger ID to be set, which is a
3220
+ * side effect of finishing the network's TSS construction.
3221
+ */
3222
+ Status.WaitingForLedgerId = new Status(375);
3223
+
3224
+ /**
3225
+ * The provided fee exempt key list size exceeded the limit.
3226
+ */
3227
+ Status.MaxEntriesForFeeExemptKeyListExceeded = new Status(376);
3228
+
3229
+ /**
3230
+ * The provided fee exempt key list contains duplicated keys.
3231
+ */
3232
+ Status.FeeExemptKeyListContainsDuplicatedKeys = new Status(377);
3233
+
3234
+ /**
3235
+ * The provided fee exempt key list contains an invalid key.
3236
+ */
3237
+ Status.InvalidKeyInFeeExemptKeyList = new Status(378);
3238
+
3239
+ /**
3240
+ * The provided fee schedule key contains an invalid key.
3241
+ */
3242
+ Status.InvalidFeeScheduleKey = new Status(379);
3243
+
3244
+ /**
3245
+ * If a fee schedule key is not set when we create a topic
3246
+ * we cannot add it on update.
3247
+ */
3248
+ Status.FeeScheduleKeyCannotBeUpdated = new Status(380);
3249
+
3250
+ /**
3251
+ * If the topic's custom fees are updated the topic SHOULD have a
3252
+ * fee schedule key
3253
+ */
3254
+ Status.FeeScheduleKeyNotSet = new Status(381);
3255
+
3256
+ /**
3257
+ * The fee amount is exceeding the amount that the payer
3258
+ * is willing to pay.
3259
+ */
3260
+ Status.MaxCustomFeeLimitExceeded = new Status(382);
3261
+
3262
+ /**
3263
+ * There are no corresponding custom fees.
3264
+ */
3265
+ Status.NoValidMaxCustomFee = new Status(383);
3266
+
3267
+ /**
3268
+ * The provided list contains invalid max custom fee.
3269
+ */
3270
+ Status.InvalidMaxCustomFees = new Status(384);
3271
+
3272
+ /**
3273
+ * The provided max custom fee list contains fees with
3274
+ * duplicate denominations.
3275
+ */
3276
+ Status.DuplicateDenominationInMaxCustomFeeList = new Status(385);
3277
+
3278
+ /**
3279
+ * The provided max custom fee list contains fees with
3280
+ * duplicate account id.
3281
+ */
3282
+ Status.DuplicateAccountIdInMaxCustomFeeList = new Status(386);
3283
+
3284
+ /**
3285
+ * Max custom fees list is not supported for this operation.
3286
+ */
3287
+ Status.MaxCustomFeesIsNotSupported = new Status(387);
3288
+
3289
+ /**
3290
+ * The list of batch transactions is empty
3291
+ */
3292
+ Status.BatchListEmpty = new Status(388);
3293
+
3294
+ /**
3295
+ * The list of batch transactions contains duplicated transactions
3296
+ */
3297
+ Status.BatchListContainsDuplicates = new Status(389);
3298
+
3299
+ /**
3300
+ * The list of batch transactions contains a transaction type that is
3301
+ * in the AtomicBatch blacklist as configured in the network.
3302
+ */
3303
+ Status.BatchTransactionInBlacklist = new Status(390);
3304
+
3305
+ /**
3306
+ * The inner transaction of a batch transaction failed
3307
+ */
3308
+ Status.InnerTransactionFailed = new Status(391);
3309
+
3310
+ /**
3311
+ * The inner transaction of a batch transaction is missing a batch key
3312
+ */
3313
+ Status.MissingBatchKey = new Status(392);
3314
+
3315
+ /**
3316
+ * The batch key is set for a non batch transaction
3317
+ */
3318
+ Status.BatchKeySetOnNonInnerTransaction = new Status(393);
3319
+
3320
+ /**
3321
+ * The batch key is not valid
3322
+ */
3323
+ Status.InvalidBatchKey = new Status(394);
3324
+
3325
+ /**
3326
+ * The schedule expiry is not configurable
3327
+ */
3328
+ Status.ScheduleExpiryNotConfigurable = new Status(395);
3329
+
3330
+ /**
3331
+ * Creating system entities
3332
+ */
3333
+ Status.CreatingSystemEntities = new Status(396);
3334
+
3335
+ /**
3336
+ * The least common multiple of the throttle group's milliOpsPerSec is too large and it's overflowing.
3337
+ */
3338
+ Status.ThrottleGroupLcmOverflow = new Status(397);
3339
+
3340
+ /**
3341
+ * Token airdrop transactions can not contain multiple senders for a single token.
3342
+ */
3343
+ Status.AirdropContainsMultipleSendersForAToken = new Status(398);
3344
+
3345
+ /**
3346
+ * The GRPC proxy endpoint is set in the NodeCreate or NodeUpdate transaction, which the network does not support.
3347
+ */
3348
+ Status.GrpcWebProxyNotSupported = new Status(399);
3349
+
3350
+ /**
3351
+ * An NFT transfers list referenced a token type other than NON_FUNGIBLE_UNIQUE.
3352
+ */
3353
+ Status.NftTransfersOnlyAllowedForNonFungibleUnique = new Status(400);