@oobe-protocol-labs/synapse-client-sdk 1.0.2 → 1.0.3

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 (481) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/cjs/accounts/helpers.d.ts +88 -0
  3. package/dist/cjs/accounts/helpers.d.ts.map +1 -0
  4. package/dist/cjs/accounts/helpers.js +117 -0
  5. package/dist/cjs/accounts/helpers.js.map +1 -0
  6. package/dist/cjs/accounts/index.d.ts +105 -0
  7. package/dist/cjs/accounts/index.d.ts.map +1 -0
  8. package/dist/cjs/accounts/index.js +137 -0
  9. package/dist/cjs/accounts/index.js.map +1 -0
  10. package/dist/cjs/accounts/lookup.d.ts +30 -0
  11. package/dist/cjs/accounts/lookup.d.ts.map +1 -0
  12. package/dist/cjs/accounts/lookup.js +31 -0
  13. package/dist/cjs/accounts/lookup.js.map +1 -0
  14. package/dist/cjs/accounts/nonce.d.ts +30 -0
  15. package/dist/cjs/accounts/nonce.d.ts.map +1 -0
  16. package/dist/cjs/accounts/nonce.js +31 -0
  17. package/dist/cjs/accounts/nonce.js.map +1 -0
  18. package/dist/cjs/accounts/stake.d.ts +33 -0
  19. package/dist/cjs/accounts/stake.d.ts.map +1 -0
  20. package/dist/cjs/accounts/stake.js +34 -0
  21. package/dist/cjs/accounts/stake.js.map +1 -0
  22. package/dist/cjs/accounts/token.d.ts +98 -0
  23. package/dist/cjs/accounts/token.d.ts.map +1 -0
  24. package/dist/cjs/accounts/token.js +126 -0
  25. package/dist/cjs/accounts/token.js.map +1 -0
  26. package/dist/cjs/ai/tools/zod/index.d.ts +1 -1
  27. package/dist/cjs/ai/tools/zod/index.d.ts.map +1 -1
  28. package/dist/cjs/ai/tools/zod/index.js +2 -2
  29. package/dist/cjs/ai/tools/zod/index.js.map +1 -1
  30. package/dist/cjs/ai/tools/zod/types.d.ts +2 -0
  31. package/dist/cjs/ai/tools/zod/types.d.ts.map +1 -1
  32. package/dist/cjs/ai/tools/zod/types.js.map +1 -1
  33. package/dist/cjs/core/client.d.ts +25 -0
  34. package/dist/cjs/core/client.d.ts.map +1 -1
  35. package/dist/cjs/core/client.js +30 -0
  36. package/dist/cjs/core/client.js.map +1 -1
  37. package/dist/cjs/decoders/index.d.ts +36 -0
  38. package/dist/cjs/decoders/index.d.ts.map +1 -0
  39. package/dist/cjs/decoders/index.js +62 -0
  40. package/dist/cjs/decoders/index.js.map +1 -0
  41. package/dist/cjs/decoders/layout.d.ts +105 -0
  42. package/dist/cjs/decoders/layout.d.ts.map +1 -0
  43. package/dist/cjs/decoders/layout.js +188 -0
  44. package/dist/cjs/decoders/layout.js.map +1 -0
  45. package/dist/cjs/decoders/lookup-table.d.ts +60 -0
  46. package/dist/cjs/decoders/lookup-table.d.ts.map +1 -0
  47. package/dist/cjs/decoders/lookup-table.js +75 -0
  48. package/dist/cjs/decoders/lookup-table.js.map +1 -0
  49. package/dist/cjs/decoders/multisig.d.ts +49 -0
  50. package/dist/cjs/decoders/multisig.d.ts.map +1 -0
  51. package/dist/cjs/decoders/multisig.js +50 -0
  52. package/dist/cjs/decoders/multisig.js.map +1 -0
  53. package/dist/cjs/decoders/nonce.d.ts +54 -0
  54. package/dist/cjs/decoders/nonce.d.ts.map +1 -0
  55. package/dist/cjs/decoders/nonce.js +48 -0
  56. package/dist/cjs/decoders/nonce.js.map +1 -0
  57. package/dist/cjs/decoders/stake.d.ts +65 -0
  58. package/dist/cjs/decoders/stake.d.ts.map +1 -0
  59. package/dist/cjs/decoders/stake.js +86 -0
  60. package/dist/cjs/decoders/stake.js.map +1 -0
  61. package/dist/cjs/decoders/token-2022.d.ts +134 -0
  62. package/dist/cjs/decoders/token-2022.d.ts.map +1 -0
  63. package/dist/cjs/decoders/token-2022.js +160 -0
  64. package/dist/cjs/decoders/token-2022.js.map +1 -0
  65. package/dist/cjs/decoders/token.d.ts +87 -0
  66. package/dist/cjs/decoders/token.d.ts.map +1 -0
  67. package/dist/cjs/decoders/token.js +71 -0
  68. package/dist/cjs/decoders/token.js.map +1 -0
  69. package/dist/cjs/index.d.ts +2 -0
  70. package/dist/cjs/index.d.ts.map +1 -1
  71. package/dist/cjs/index.js +4 -0
  72. package/dist/cjs/index.js.map +1 -1
  73. package/dist/docs/assets/navigation.js +1 -1
  74. package/dist/docs/assets/search.js +1 -1
  75. package/dist/docs/classes/AccountReader.html +61 -0
  76. package/dist/docs/classes/AccountsClient.html +43 -0
  77. package/dist/docs/classes/DasClient.html +13 -13
  78. package/dist/docs/classes/GeyserParser.html +17 -17
  79. package/dist/docs/classes/GrpcTransport.html +6 -6
  80. package/dist/docs/classes/HttpTransport.html +4 -4
  81. package/dist/docs/classes/NetworkError.html +5 -5
  82. package/dist/docs/classes/RpcMethodNotFoundError.html +4 -4
  83. package/dist/docs/classes/SolanaRpc.html +55 -55
  84. package/dist/docs/classes/SynapseClient.html +35 -25
  85. package/dist/docs/classes/SynapseError.html +4 -4
  86. package/dist/docs/classes/TimeoutError.html +4 -4
  87. package/dist/docs/classes/UpstreamError.html +6 -6
  88. package/dist/docs/classes/WsClient.html +10 -10
  89. package/dist/docs/enums/SynapseNetwork.html +2 -2
  90. package/dist/docs/enums/SynapseRegion.html +2 -2
  91. package/dist/docs/enums/TokenExtensionType.html +23 -0
  92. package/dist/docs/functions/Epoch-1.html +1 -1
  93. package/dist/docs/functions/Lamports-2.html +1 -1
  94. package/dist/docs/functions/Pubkey-1.html +1 -1
  95. package/dist/docs/functions/Sig.html +1 -1
  96. package/dist/docs/functions/Slot-1.html +1 -1
  97. package/dist/docs/functions/UnixTs.html +1 -1
  98. package/dist/docs/functions/autoSelectRegion.html +1 -1
  99. package/dist/docs/functions/base58Encode.html +1 -1
  100. package/dist/docs/functions/base64ToBytes.html +7 -0
  101. package/dist/docs/functions/chunk.html +1 -1
  102. package/dist/docs/functions/computeBalanceChanges.html +1 -1
  103. package/dist/docs/functions/computeTokenBalanceChanges.html +1 -1
  104. package/dist/docs/functions/createSynapse.html +1 -1
  105. package/dist/docs/functions/decodeLookupTable.html +17 -0
  106. package/dist/docs/functions/decodeMint.html +6 -0
  107. package/dist/docs/functions/decodeMultisig.html +13 -0
  108. package/dist/docs/functions/decodeNonceAccount.html +14 -0
  109. package/dist/docs/functions/decodeStakeAccount.html +12 -0
  110. package/dist/docs/functions/decodeToken2022Account.html +5 -0
  111. package/dist/docs/functions/decodeToken2022Mint.html +5 -0
  112. package/dist/docs/functions/decodeTokenAccount.html +6 -0
  113. package/dist/docs/functions/encodeBase58.html +7 -0
  114. package/dist/docs/functions/fetchLookupTable.html +10 -0
  115. package/dist/docs/functions/fetchMint.html +11 -0
  116. package/dist/docs/functions/fetchNonceAccount.html +10 -0
  117. package/dist/docs/functions/fetchStakeAccount.html +10 -0
  118. package/dist/docs/functions/fetchTokenAccount.html +12 -0
  119. package/dist/docs/functions/fetchTokenAccountsByOwner.html +11 -0
  120. package/dist/docs/functions/fromKitAddress.html +1 -1
  121. package/dist/docs/functions/getAccountInfo.html +1 -1
  122. package/dist/docs/functions/getAsset.html +1 -1
  123. package/dist/docs/functions/getAssetBatch.html +1 -1
  124. package/dist/docs/functions/getAssetProof.html +1 -1
  125. package/dist/docs/functions/getAssetProofBatch.html +1 -1
  126. package/dist/docs/functions/getAssetsByAuthority.html +1 -1
  127. package/dist/docs/functions/getAssetsByCreator.html +1 -1
  128. package/dist/docs/functions/getAssetsByGroup.html +1 -1
  129. package/dist/docs/functions/getAssetsByOwner.html +1 -1
  130. package/dist/docs/functions/getBalance.html +1 -1
  131. package/dist/docs/functions/getBlock.html +1 -1
  132. package/dist/docs/functions/getBlockCommitment.html +1 -1
  133. package/dist/docs/functions/getBlockHeight.html +1 -1
  134. package/dist/docs/functions/getBlockProduction.html +1 -1
  135. package/dist/docs/functions/getBlockTime.html +1 -1
  136. package/dist/docs/functions/getBlocks.html +1 -1
  137. package/dist/docs/functions/getBlocksWithLimit.html +1 -1
  138. package/dist/docs/functions/getClusterNodes.html +1 -1
  139. package/dist/docs/functions/getDecodedAccount.html +14 -0
  140. package/dist/docs/functions/getDecodedAccounts.html +9 -0
  141. package/dist/docs/functions/getEnvironment.html +1 -1
  142. package/dist/docs/functions/getEpochInfo.html +1 -1
  143. package/dist/docs/functions/getEpochSchedule.html +1 -1
  144. package/dist/docs/functions/getFeeForMessage.html +1 -1
  145. package/dist/docs/functions/getFirstAvailableBlock.html +1 -1
  146. package/dist/docs/functions/getGenesisHash.html +1 -1
  147. package/dist/docs/functions/getHealth.html +1 -1
  148. package/dist/docs/functions/getHighestSnapshotSlot.html +1 -1
  149. package/dist/docs/functions/getIdentity.html +1 -1
  150. package/dist/docs/functions/getInflationGovernor.html +1 -1
  151. package/dist/docs/functions/getInflationRate.html +1 -1
  152. package/dist/docs/functions/getInflationReward.html +1 -1
  153. package/dist/docs/functions/getLargestAccounts.html +1 -1
  154. package/dist/docs/functions/getLatestBlockhash.html +1 -1
  155. package/dist/docs/functions/getLeaderSchedule.html +1 -1
  156. package/dist/docs/functions/getMaxRetransmitSlot.html +1 -1
  157. package/dist/docs/functions/getMaxShredInsertSlot.html +1 -1
  158. package/dist/docs/functions/getMinimumBalanceForRentExemption.html +1 -1
  159. package/dist/docs/functions/getMultipleAccounts.html +1 -1
  160. package/dist/docs/functions/getProgramAccounts.html +1 -1
  161. package/dist/docs/functions/getProgramCategory.html +1 -1
  162. package/dist/docs/functions/getRecentPerformanceSamples.html +1 -1
  163. package/dist/docs/functions/getRecentPrioritizationFees.html +1 -1
  164. package/dist/docs/functions/getSignatureStatuses.html +1 -1
  165. package/dist/docs/functions/getSignaturesForAddress.html +1 -1
  166. package/dist/docs/functions/getSignaturesForAsset.html +1 -1
  167. package/dist/docs/functions/getSlot.html +1 -1
  168. package/dist/docs/functions/getSlotLeader.html +1 -1
  169. package/dist/docs/functions/getSlotLeaders.html +1 -1
  170. package/dist/docs/functions/getStakeActivation.html +1 -1
  171. package/dist/docs/functions/getStakeMinimumDelegation.html +1 -1
  172. package/dist/docs/functions/getSupply.html +1 -1
  173. package/dist/docs/functions/getTokenAccountBalance.html +1 -1
  174. package/dist/docs/functions/getTokenAccounts.html +1 -1
  175. package/dist/docs/functions/getTokenAccountsByDelegate.html +1 -1
  176. package/dist/docs/functions/getTokenAccountsByOwner.html +1 -1
  177. package/dist/docs/functions/getTokenLargestAccounts.html +1 -1
  178. package/dist/docs/functions/getTokenSupply.html +1 -1
  179. package/dist/docs/functions/getTransaction.html +1 -1
  180. package/dist/docs/functions/getTransactionCount.html +1 -1
  181. package/dist/docs/functions/getVersion.html +1 -1
  182. package/dist/docs/functions/getVoteAccounts.html +1 -1
  183. package/dist/docs/functions/isBlockhashValid.html +1 -1
  184. package/dist/docs/functions/isBrowser.html +1 -1
  185. package/dist/docs/functions/isProgramInCategory.html +1 -1
  186. package/dist/docs/functions/isServer.html +1 -1
  187. package/dist/docs/functions/isValidPubkey.html +1 -1
  188. package/dist/docs/functions/isValidSignature.html +1 -1
  189. package/dist/docs/functions/lamportsToSol.html +1 -1
  190. package/dist/docs/functions/listEndpoints.html +1 -1
  191. package/dist/docs/functions/listNetworks.html +1 -1
  192. package/dist/docs/functions/listRegions.html +1 -1
  193. package/dist/docs/functions/minimumLedgerSlot.html +1 -1
  194. package/dist/docs/functions/parseAccountUpdate.html +1 -1
  195. package/dist/docs/functions/parseBlockMeta.html +1 -1
  196. package/dist/docs/functions/parseEntry.html +1 -1
  197. package/dist/docs/functions/parseGeyserUpdate.html +1 -1
  198. package/dist/docs/functions/parseSlotUpdate.html +1 -1
  199. package/dist/docs/functions/parseTimestamp.html +1 -1
  200. package/dist/docs/functions/parseTransaction.html +1 -1
  201. package/dist/docs/functions/probeLatency.html +1 -1
  202. package/dist/docs/functions/rawBufferToBase58.html +1 -1
  203. package/dist/docs/functions/rawBufferToBase64.html +1 -1
  204. package/dist/docs/functions/rawBufferToBytes.html +1 -1
  205. package/dist/docs/functions/rawBufferToHex.html +1 -1
  206. package/dist/docs/functions/requestAirdrop.html +1 -1
  207. package/dist/docs/functions/resolveEndpoint.html +1 -1
  208. package/dist/docs/functions/resolveProgram.html +1 -1
  209. package/dist/docs/functions/resolveProgramBatch.html +1 -1
  210. package/dist/docs/functions/retry.html +1 -1
  211. package/dist/docs/functions/searchAssets.html +1 -1
  212. package/dist/docs/functions/sendTransaction.html +1 -1
  213. package/dist/docs/functions/simulateTransaction.html +1 -1
  214. package/dist/docs/functions/sleep.html +1 -1
  215. package/dist/docs/functions/solToLamports.html +1 -1
  216. package/dist/docs/functions/toClientConfig.html +1 -1
  217. package/dist/docs/functions/toKitAddress.html +1 -1
  218. package/dist/docs/functions/toKitLamports.html +1 -1
  219. package/dist/docs/functions/toKitSignatureString.html +1 -1
  220. package/dist/docs/hierarchy.html +1 -1
  221. package/dist/docs/interfaces/AccountInfo.html +7 -7
  222. package/dist/docs/interfaces/AccountNotification.html +2 -2
  223. package/dist/docs/interfaces/AccountSubParams.html +2 -2
  224. package/dist/docs/interfaces/AssetSignatureInfo.html +2 -2
  225. package/dist/docs/interfaces/AssetSignaturesPage.html +2 -2
  226. package/dist/docs/interfaces/BalanceChange.html +6 -6
  227. package/dist/docs/interfaces/BlockProduction.html +3 -3
  228. package/dist/docs/interfaces/BlockResult.html +2 -2
  229. package/dist/docs/interfaces/BlockReward.html +2 -2
  230. package/dist/docs/interfaces/BlockhashResult.html +2 -2
  231. package/dist/docs/interfaces/CallOptions.html +6 -6
  232. package/dist/docs/interfaces/ConfirmedTransaction.html +6 -6
  233. package/dist/docs/interfaces/ContactInfo.html +2 -2
  234. package/dist/docs/interfaces/DasAsset.html +2 -2
  235. package/dist/docs/interfaces/DasAssetProof.html +2 -2
  236. package/dist/docs/interfaces/DasAuthority.html +2 -2
  237. package/dist/docs/interfaces/DasCompression.html +2 -2
  238. package/dist/docs/interfaces/DasContent.html +2 -2
  239. package/dist/docs/interfaces/DasCreator.html +2 -2
  240. package/dist/docs/interfaces/DasFile.html +2 -2
  241. package/dist/docs/interfaces/DasGrouping.html +2 -2
  242. package/dist/docs/interfaces/DasOpts.html +2 -2
  243. package/dist/docs/interfaces/DasOwnership.html +2 -2
  244. package/dist/docs/interfaces/DasPage.html +2 -2
  245. package/dist/docs/interfaces/DasRoyalty.html +2 -2
  246. package/dist/docs/interfaces/DasSearchParams.html +2 -2
  247. package/dist/docs/interfaces/DasSupply.html +2 -2
  248. package/dist/docs/interfaces/DataSlice.html +3 -3
  249. package/dist/docs/interfaces/DecodedAccountResult.html +10 -0
  250. package/dist/docs/interfaces/DecodedLookupTable.html +20 -0
  251. package/dist/docs/interfaces/DecodedMint.html +16 -0
  252. package/dist/docs/interfaces/DecodedMultisig.html +14 -0
  253. package/dist/docs/interfaces/DecodedNonceAccount.html +16 -0
  254. package/dist/docs/interfaces/DecodedStakeAccount.html +7 -0
  255. package/dist/docs/interfaces/DecodedToken2022Account.html +20 -0
  256. package/dist/docs/interfaces/DecodedToken2022Mint.html +14 -0
  257. package/dist/docs/interfaces/DecodedTokenAccount.html +22 -0
  258. package/dist/docs/interfaces/DefaultAccountStateExt.html +5 -0
  259. package/dist/docs/interfaces/EndpointConnectConfig.html +5 -5
  260. package/dist/docs/interfaces/EpochInfo.html +7 -7
  261. package/dist/docs/interfaces/EpochSchedule.html +2 -2
  262. package/dist/docs/interfaces/FetchedMint.html +13 -0
  263. package/dist/docs/interfaces/FetchedTokenAccount.html +13 -0
  264. package/dist/docs/interfaces/GetAccountInfoOpts.html +6 -6
  265. package/dist/docs/interfaces/GetAssetsByAuthorityParams.html +2 -2
  266. package/dist/docs/interfaces/GetAssetsByCreatorParams.html +2 -2
  267. package/dist/docs/interfaces/GetAssetsByGroupParams.html +2 -2
  268. package/dist/docs/interfaces/GetAssetsByOwnerParams.html +2 -2
  269. package/dist/docs/interfaces/GetBlockOpts.html +6 -6
  270. package/dist/docs/interfaces/GetBlockProductionOpts.html +6 -6
  271. package/dist/docs/interfaces/GetMultipleAccountsOpts.html +6 -6
  272. package/dist/docs/interfaces/GetProgramAccountsOpts.html +6 -6
  273. package/dist/docs/interfaces/GetSignatureStatusesOpts.html +6 -6
  274. package/dist/docs/interfaces/GetSignaturesOpts.html +7 -7
  275. package/dist/docs/interfaces/GetTokenAccountsParams.html +2 -2
  276. package/dist/docs/interfaces/GetTransactionOpts.html +6 -6
  277. package/dist/docs/interfaces/GeyserParserConfig.html +6 -6
  278. package/dist/docs/interfaces/GeyserParserEvents.html +9 -9
  279. package/dist/docs/interfaces/GeyserParserStats.html +2 -2
  280. package/dist/docs/interfaces/GrpcCallOptions.html +2 -2
  281. package/dist/docs/interfaces/GrpcTransportConfig.html +6 -6
  282. package/dist/docs/interfaces/ImmutableOwnerExt.html +4 -0
  283. package/dist/docs/interfaces/InflationGovernor.html +2 -2
  284. package/dist/docs/interfaces/InflationRate.html +2 -2
  285. package/dist/docs/interfaces/InflationReward.html +2 -2
  286. package/dist/docs/interfaces/InterestBearingConfigExt.html +9 -0
  287. package/dist/docs/interfaces/LatencyProbeResult.html +2 -2
  288. package/dist/docs/interfaces/LogsNotification.html +2 -2
  289. package/dist/docs/interfaces/LogsSubParams.html +2 -2
  290. package/dist/docs/interfaces/MemoTransferExt.html +5 -0
  291. package/dist/docs/interfaces/MetadataPointerExt.html +6 -0
  292. package/dist/docs/interfaces/MintCloseAuthorityExt.html +5 -0
  293. package/dist/docs/interfaces/NonTransferableExt.html +4 -0
  294. package/dist/docs/interfaces/PaginationOpts.html +2 -2
  295. package/dist/docs/interfaces/ParsedAccountUpdate.html +16 -16
  296. package/dist/docs/interfaces/ParsedBlockMeta.html +2 -2
  297. package/dist/docs/interfaces/ParsedEntry.html +2 -2
  298. package/dist/docs/interfaces/ParsedInstruction.html +9 -9
  299. package/dist/docs/interfaces/ParsedSlotUpdate.html +3 -3
  300. package/dist/docs/interfaces/ParsedTransaction.html +19 -19
  301. package/dist/docs/interfaces/PerfSample.html +2 -2
  302. package/dist/docs/interfaces/PermanentDelegateExt.html +5 -0
  303. package/dist/docs/interfaces/ProgramAccount.html +2 -2
  304. package/dist/docs/interfaces/ProgramNotification.html +2 -2
  305. package/dist/docs/interfaces/ProgramSubParams.html +2 -2
  306. package/dist/docs/interfaces/RawAccountInfo.html +2 -2
  307. package/dist/docs/interfaces/RawBlockMeta.html +2 -2
  308. package/dist/docs/interfaces/RawBuffer.html +2 -2
  309. package/dist/docs/interfaces/RawCompiledInstruction.html +2 -2
  310. package/dist/docs/interfaces/RawEntry.html +2 -2
  311. package/dist/docs/interfaces/RawGeyserUpdate.html +2 -2
  312. package/dist/docs/interfaces/RawInnerInstruction.html +2 -2
  313. package/dist/docs/interfaces/RawSlotInfo.html +2 -2
  314. package/dist/docs/interfaces/RawTimestamp.html +2 -2
  315. package/dist/docs/interfaces/RawTokenBalance.html +2 -2
  316. package/dist/docs/interfaces/RawTransactionInfo.html +2 -2
  317. package/dist/docs/interfaces/RootNotification.html +2 -2
  318. package/dist/docs/interfaces/RootSubParams.html +1 -1
  319. package/dist/docs/interfaces/RpcContext.html +2 -2
  320. package/dist/docs/interfaces/RpcError.html +4 -4
  321. package/dist/docs/interfaces/RpcRequest.html +2 -2
  322. package/dist/docs/interfaces/RpcResponse.html +2 -2
  323. package/dist/docs/interfaces/SendTransactionOpts.html +6 -6
  324. package/dist/docs/interfaces/SignatureInfo.html +7 -7
  325. package/dist/docs/interfaces/SignatureNotification.html +2 -2
  326. package/dist/docs/interfaces/SignatureStatus.html +5 -5
  327. package/dist/docs/interfaces/SignatureSubParams.html +2 -2
  328. package/dist/docs/interfaces/SignaturesForAssetParams.html +2 -2
  329. package/dist/docs/interfaces/SimulateResult.html +2 -2
  330. package/dist/docs/interfaces/SimulateTransactionOpts.html +7 -7
  331. package/dist/docs/interfaces/SlotNotification.html +2 -2
  332. package/dist/docs/interfaces/SlotSubParams.html +1 -1
  333. package/dist/docs/interfaces/SortOpts.html +2 -2
  334. package/dist/docs/interfaces/StakeAuthorized.html +5 -0
  335. package/dist/docs/interfaces/StakeDelegation.html +9 -0
  336. package/dist/docs/interfaces/StakeLockup.html +9 -0
  337. package/dist/docs/interfaces/StakeMeta.html +6 -0
  338. package/dist/docs/interfaces/Supply.html +5 -5
  339. package/dist/docs/interfaces/SynapseClientConfig.html +9 -9
  340. package/dist/docs/interfaces/SynapseEndpoint.html +7 -7
  341. package/dist/docs/interfaces/TokenAccount.html +3 -3
  342. package/dist/docs/interfaces/TokenAccountsByOwnerResult.html +2 -2
  343. package/dist/docs/interfaces/TokenAmount.html +5 -5
  344. package/dist/docs/interfaces/TokenBalanceChange.html +2 -2
  345. package/dist/docs/interfaces/TransactionMeta.html +11 -11
  346. package/dist/docs/interfaces/TransferFeeAmount.html +5 -0
  347. package/dist/docs/interfaces/TransferFeeConfig.html +9 -0
  348. package/dist/docs/interfaces/TransportConfig.html +7 -7
  349. package/dist/docs/interfaces/UnknownExtension.html +6 -0
  350. package/dist/docs/interfaces/VoteAccount.html +9 -9
  351. package/dist/docs/interfaces/VoteAccountsResult.html +3 -3
  352. package/dist/docs/interfaces/WsConfig.html +6 -6
  353. package/dist/docs/media/CHANGELOG.md +32 -0
  354. package/dist/docs/modules.html +65 -2
  355. package/dist/docs/types/AccountFetchOpts.html +3 -0
  356. package/dist/docs/types/AccountFilter.html +1 -1
  357. package/dist/docs/types/Base58.html +1 -1
  358. package/dist/docs/types/Brand.html +1 -1
  359. package/dist/docs/types/Commitment.html +1 -1
  360. package/dist/docs/types/DasSortBy.html +1 -1
  361. package/dist/docs/types/DasSortDirection.html +1 -1
  362. package/dist/docs/types/DataSizeFilter.html +1 -1
  363. package/dist/docs/types/DecodedExtension.html +3 -0
  364. package/dist/docs/types/Encoding.html +1 -1
  365. package/dist/docs/types/Epoch.html +1 -1
  366. package/dist/docs/types/Lamports.html +1 -1
  367. package/dist/docs/types/LogsFilter.html +1 -1
  368. package/dist/docs/types/MemcmpFilter.html +1 -1
  369. package/dist/docs/types/NonceState.html +3 -0
  370. package/dist/docs/types/ParsedGeyserUpdate.html +1 -1
  371. package/dist/docs/types/Pubkey.html +1 -1
  372. package/dist/docs/types/RuntimeEnv.html +1 -1
  373. package/dist/docs/types/Signature.html +1 -1
  374. package/dist/docs/types/Slot.html +1 -1
  375. package/dist/docs/types/StakeAccountType.html +3 -0
  376. package/dist/docs/types/SubscriptionId.html +1 -1
  377. package/dist/docs/types/TokenAccountState.html +3 -0
  378. package/dist/docs/types/TransactionDetail.html +1 -1
  379. package/dist/docs/types/UnaryMethod.html +1 -1
  380. package/dist/docs/types/UnixTimestamp.html +1 -1
  381. package/dist/docs/types/WsNotification.html +1 -1
  382. package/dist/docs/variables/JUPITER_PROGRAMS.html +1 -1
  383. package/dist/docs/variables/KNOWN_PROGRAMS.html +1 -1
  384. package/dist/docs/variables/KNOWN_PROGRAMS_COUNT.html +1 -1
  385. package/dist/docs/variables/LOOKUP_TABLE_HEADER_SIZE.html +3 -0
  386. package/dist/docs/variables/LOOKUP_TABLE_PROGRAM_ID.html +3 -0
  387. package/dist/docs/variables/MARINADE_PROGRAMS.html +1 -1
  388. package/dist/docs/variables/MAX_MULTISIG_SIGNERS.html +3 -0
  389. package/dist/docs/variables/METAPLEX_PROGRAMS.html +1 -1
  390. package/dist/docs/variables/METEORA_PROGRAMS.html +1 -1
  391. package/dist/docs/variables/MINT_SIZE.html +3 -0
  392. package/dist/docs/variables/MULTISIG_SIZE.html +3 -0
  393. package/dist/docs/variables/NONCE_ACCOUNT_SIZE.html +3 -0
  394. package/dist/docs/variables/ORCA_PROGRAMS.html +1 -1
  395. package/dist/docs/variables/OTHER_PROGRAMS.html +1 -1
  396. package/dist/docs/variables/RAYDIUM_PROGRAMS.html +1 -1
  397. package/dist/docs/variables/SDK_USER_AGENT.html +1 -1
  398. package/dist/docs/variables/SPL_PROGRAMS.html +1 -1
  399. package/dist/docs/variables/STAKE_PROGRAM_ID.html +3 -0
  400. package/dist/docs/variables/SYNAPSE_DEVNET_EU.html +1 -1
  401. package/dist/docs/variables/SYNAPSE_DEVNET_US.html +1 -1
  402. package/dist/docs/variables/SYNAPSE_ENDPOINTS.html +1 -1
  403. package/dist/docs/variables/SYNAPSE_MAINNET_EU.html +1 -1
  404. package/dist/docs/variables/SYNAPSE_MAINNET_US.html +1 -1
  405. package/dist/docs/variables/SYSTEM_PROGRAMS.html +1 -1
  406. package/dist/docs/variables/SYSTEM_PROGRAM_ID.html +3 -0
  407. package/dist/docs/variables/TOKEN_2022_PROGRAM_ID.html +3 -0
  408. package/dist/docs/variables/TOKEN_ACCOUNT_SIZE.html +3 -0
  409. package/dist/docs/variables/TOKEN_PROGRAM_ID.html +3 -0
  410. package/dist/esm/accounts/helpers.d.ts +88 -0
  411. package/dist/esm/accounts/helpers.d.ts.map +1 -0
  412. package/dist/esm/accounts/helpers.js +112 -0
  413. package/dist/esm/accounts/helpers.js.map +1 -0
  414. package/dist/esm/accounts/index.d.ts +105 -0
  415. package/dist/esm/accounts/index.d.ts.map +1 -0
  416. package/dist/esm/accounts/index.js +124 -0
  417. package/dist/esm/accounts/index.js.map +1 -0
  418. package/dist/esm/accounts/lookup.d.ts +30 -0
  419. package/dist/esm/accounts/lookup.d.ts.map +1 -0
  420. package/dist/esm/accounts/lookup.js +28 -0
  421. package/dist/esm/accounts/lookup.js.map +1 -0
  422. package/dist/esm/accounts/nonce.d.ts +30 -0
  423. package/dist/esm/accounts/nonce.d.ts.map +1 -0
  424. package/dist/esm/accounts/nonce.js +28 -0
  425. package/dist/esm/accounts/nonce.js.map +1 -0
  426. package/dist/esm/accounts/stake.d.ts +33 -0
  427. package/dist/esm/accounts/stake.d.ts.map +1 -0
  428. package/dist/esm/accounts/stake.js +31 -0
  429. package/dist/esm/accounts/stake.js.map +1 -0
  430. package/dist/esm/accounts/token.d.ts +98 -0
  431. package/dist/esm/accounts/token.d.ts.map +1 -0
  432. package/dist/esm/accounts/token.js +121 -0
  433. package/dist/esm/accounts/token.js.map +1 -0
  434. package/dist/esm/ai/tools/zod/index.d.ts +1 -1
  435. package/dist/esm/ai/tools/zod/index.d.ts.map +1 -1
  436. package/dist/esm/ai/tools/zod/index.js +2 -2
  437. package/dist/esm/ai/tools/zod/index.js.map +1 -1
  438. package/dist/esm/ai/tools/zod/types.d.ts +2 -0
  439. package/dist/esm/ai/tools/zod/types.d.ts.map +1 -1
  440. package/dist/esm/ai/tools/zod/types.js.map +1 -1
  441. package/dist/esm/core/client.d.ts +25 -0
  442. package/dist/esm/core/client.d.ts.map +1 -1
  443. package/dist/esm/core/client.js +30 -0
  444. package/dist/esm/core/client.js.map +1 -1
  445. package/dist/esm/decoders/index.d.ts +36 -0
  446. package/dist/esm/decoders/index.d.ts.map +1 -0
  447. package/dist/esm/decoders/index.js +37 -0
  448. package/dist/esm/decoders/index.js.map +1 -0
  449. package/dist/esm/decoders/layout.d.ts +105 -0
  450. package/dist/esm/decoders/layout.d.ts.map +1 -0
  451. package/dist/esm/decoders/layout.js +183 -0
  452. package/dist/esm/decoders/layout.js.map +1 -0
  453. package/dist/esm/decoders/lookup-table.d.ts +60 -0
  454. package/dist/esm/decoders/lookup-table.d.ts.map +1 -0
  455. package/dist/esm/decoders/lookup-table.js +71 -0
  456. package/dist/esm/decoders/lookup-table.js.map +1 -0
  457. package/dist/esm/decoders/multisig.d.ts +49 -0
  458. package/dist/esm/decoders/multisig.d.ts.map +1 -0
  459. package/dist/esm/decoders/multisig.js +46 -0
  460. package/dist/esm/decoders/multisig.js.map +1 -0
  461. package/dist/esm/decoders/nonce.d.ts +54 -0
  462. package/dist/esm/decoders/nonce.d.ts.map +1 -0
  463. package/dist/esm/decoders/nonce.js +44 -0
  464. package/dist/esm/decoders/nonce.js.map +1 -0
  465. package/dist/esm/decoders/stake.d.ts +65 -0
  466. package/dist/esm/decoders/stake.d.ts.map +1 -0
  467. package/dist/esm/decoders/stake.js +82 -0
  468. package/dist/esm/decoders/stake.js.map +1 -0
  469. package/dist/esm/decoders/token-2022.d.ts +134 -0
  470. package/dist/esm/decoders/token-2022.d.ts.map +1 -0
  471. package/dist/esm/decoders/token-2022.js +155 -0
  472. package/dist/esm/decoders/token-2022.js.map +1 -0
  473. package/dist/esm/decoders/token.d.ts +87 -0
  474. package/dist/esm/decoders/token.d.ts.map +1 -0
  475. package/dist/esm/decoders/token.js +66 -0
  476. package/dist/esm/decoders/token.js.map +1 -0
  477. package/dist/esm/index.d.ts +2 -0
  478. package/dist/esm/index.d.ts.map +1 -1
  479. package/dist/esm/index.js +4 -0
  480. package/dist/esm/index.js.map +1 -1
  481. package/package.json +11 -1
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VoteAccount | @oobe-protocol-labs/synapse-client-sdk</title><meta name="description" content="Documentation for @oobe-protocol-labs/synapse-client-sdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oobe-protocol-labs/synapse-client-sdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@oobe-protocol-labs/synapse-client-sdk</a></li><li><a href="VoteAccount.html">VoteAccount</a></li></ul><h1>Interface VoteAccount</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Validator vote account information.</p>
2
2
  </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Since"><h4 class="tsd-anchor-link"><a id="Since" class="tsd-anchor"></a>Since<a href="#Since" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>1.0.0</p>
3
- </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">VoteAccount</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#activatedStake">activatedStake</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#commission">commission</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#epochCredits">epochCredits</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><a href="../types/Epoch.html" class="tsd-signature-type tsd-kind-type-alias">Epoch</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#epochVoteAccount">epochVoteAccount</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#lastVote">lastVote</a><span class="tsd-signature-symbol">: </span><a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#nodePubkey">nodePubkey</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#rootSlot">rootSlot</a><span class="tsd-signature-symbol">: </span><a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#votePubkey">votePubkey</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L405">packages/synapse-client-sdk/src/core/types.ts:405</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="VoteAccount.html#activatedStake" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>activated<wbr/>Stake</span></a>
3
+ </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">VoteAccount</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#activatedStake">activatedStake</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#commission">commission</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#epochCredits">epochCredits</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><a href="../types/Epoch.html" class="tsd-signature-type tsd-kind-type-alias">Epoch</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#epochVoteAccount">epochVoteAccount</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#lastVote">lastVote</a><span class="tsd-signature-symbol">: </span><a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#nodePubkey">nodePubkey</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#rootSlot">rootSlot</a><span class="tsd-signature-symbol">: </span><a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccount.html#votePubkey">votePubkey</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L405">packages/synapse-client-sdk/src/core/types.ts:405</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="VoteAccount.html#activatedStake" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>activated<wbr/>Stake</span></a>
4
4
  <a href="VoteAccount.html#commission" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>commission</span></a>
5
5
  <a href="VoteAccount.html#epochCredits" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>epoch<wbr/>Credits</span></a>
6
6
  <a href="VoteAccount.html#epochVoteAccount" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>epoch<wbr/>Vote<wbr/>Account</span></a>
@@ -9,11 +9,11 @@
9
9
  <a href="VoteAccount.html#rootSlot" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>root<wbr/>Slot</span></a>
10
10
  <a href="VoteAccount.html#votePubkey" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vote<wbr/>Pubkey</span></a>
11
11
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="activatedStake" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>activated<wbr/>Stake</span><a href="#activatedStake" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">activated<wbr/>Stake</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Total activated stake in lamports.</p>
12
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L411">packages/synapse-client-sdk/src/core/types.ts:411</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="commission" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>commission</span><a href="#commission" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">commission</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Commission percentage (0–100).</p>
13
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L415">packages/synapse-client-sdk/src/core/types.ts:415</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="epochCredits" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>epoch<wbr/>Credits</span><a href="#epochCredits" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">epoch<wbr/>Credits</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a href="../types/Epoch.html" class="tsd-signature-type tsd-kind-type-alias">Epoch</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Epoch credit history: <code>[epoch, credits, previousCredits]</code>.</p>
14
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L419">packages/synapse-client-sdk/src/core/types.ts:419</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="epochVoteAccount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>epoch<wbr/>Vote<wbr/>Account</span><a href="#epochVoteAccount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">epoch<wbr/>Vote<wbr/>Account</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Whether this account is active in the current epoch.</p>
15
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L413">packages/synapse-client-sdk/src/core/types.ts:413</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="lastVote" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>last<wbr/>Vote</span><a href="#lastVote" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">last<wbr/>Vote</span><span class="tsd-signature-symbol">:</span> <a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a></div><div class="tsd-comment tsd-typography"><p>Last slot voted on.</p>
16
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L417">packages/synapse-client-sdk/src/core/types.ts:417</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="nodePubkey" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>node<wbr/>Pubkey</span><a href="#nodePubkey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">node<wbr/>Pubkey</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">never</span></div><div class="tsd-comment tsd-typography"><p>Validator node identity.</p>
17
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L409">packages/synapse-client-sdk/src/core/types.ts:409</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="rootSlot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>root<wbr/>Slot</span><a href="#rootSlot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">root<wbr/>Slot</span><span class="tsd-signature-symbol">:</span> <a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a></div><div class="tsd-comment tsd-typography"><p>Root slot.</p>
18
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L421">packages/synapse-client-sdk/src/core/types.ts:421</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="votePubkey" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>vote<wbr/>Pubkey</span><a href="#votePubkey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">vote<wbr/>Pubkey</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">never</span></div><div class="tsd-comment tsd-typography"><p>Vote account public key.</p>
19
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L407">packages/synapse-client-sdk/src/core/types.ts:407</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#activatedStake" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>activated<wbr/>Stake</span></a><a href="#commission" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>commission</span></a><a href="#epochCredits" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>epoch<wbr/>Credits</span></a><a href="#epochVoteAccount" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>epoch<wbr/>Vote<wbr/>Account</span></a><a href="#lastVote" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>last<wbr/>Vote</span></a><a href="#nodePubkey" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Pubkey</span></a><a href="#rootSlot" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>root<wbr/>Slot</span></a><a href="#votePubkey" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vote<wbr/>Pubkey</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
12
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L411">packages/synapse-client-sdk/src/core/types.ts:411</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="commission" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>commission</span><a href="#commission" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">commission</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Commission percentage (0–100).</p>
13
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L415">packages/synapse-client-sdk/src/core/types.ts:415</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="epochCredits" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>epoch<wbr/>Credits</span><a href="#epochCredits" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">epoch<wbr/>Credits</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a href="../types/Epoch.html" class="tsd-signature-type tsd-kind-type-alias">Epoch</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Epoch credit history: <code>[epoch, credits, previousCredits]</code>.</p>
14
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L419">packages/synapse-client-sdk/src/core/types.ts:419</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="epochVoteAccount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>epoch<wbr/>Vote<wbr/>Account</span><a href="#epochVoteAccount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">epoch<wbr/>Vote<wbr/>Account</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Whether this account is active in the current epoch.</p>
15
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L413">packages/synapse-client-sdk/src/core/types.ts:413</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="lastVote" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>last<wbr/>Vote</span><a href="#lastVote" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">last<wbr/>Vote</span><span class="tsd-signature-symbol">:</span> <a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a></div><div class="tsd-comment tsd-typography"><p>Last slot voted on.</p>
16
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L417">packages/synapse-client-sdk/src/core/types.ts:417</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="nodePubkey" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>node<wbr/>Pubkey</span><a href="#nodePubkey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">node<wbr/>Pubkey</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">never</span></div><div class="tsd-comment tsd-typography"><p>Validator node identity.</p>
17
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L409">packages/synapse-client-sdk/src/core/types.ts:409</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="rootSlot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>root<wbr/>Slot</span><a href="#rootSlot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">root<wbr/>Slot</span><span class="tsd-signature-symbol">:</span> <a href="../types/Slot.html" class="tsd-signature-type tsd-kind-type-alias">Slot</a></div><div class="tsd-comment tsd-typography"><p>Root slot.</p>
18
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L421">packages/synapse-client-sdk/src/core/types.ts:421</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="votePubkey" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>vote<wbr/>Pubkey</span><a href="#votePubkey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">vote<wbr/>Pubkey</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">never</span></div><div class="tsd-comment tsd-typography"><p>Vote account public key.</p>
19
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L407">packages/synapse-client-sdk/src/core/types.ts:407</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#activatedStake" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>activated<wbr/>Stake</span></a><a href="#commission" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>commission</span></a><a href="#epochCredits" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>epoch<wbr/>Credits</span></a><a href="#epochVoteAccount" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>epoch<wbr/>Vote<wbr/>Account</span></a><a href="#lastVote" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>last<wbr/>Vote</span></a><a href="#nodePubkey" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Pubkey</span></a><a href="#rootSlot" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>root<wbr/>Slot</span></a><a href="#votePubkey" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vote<wbr/>Pubkey</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VoteAccountsResult | @oobe-protocol-labs/synapse-client-sdk</title><meta name="description" content="Documentation for @oobe-protocol-labs/synapse-client-sdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oobe-protocol-labs/synapse-client-sdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@oobe-protocol-labs/synapse-client-sdk</a></li><li><a href="VoteAccountsResult.html">VoteAccountsResult</a></li></ul><h1>Interface VoteAccountsResult</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Vote accounts grouped by status.</p>
2
2
  </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Since"><h4 class="tsd-anchor-link"><a id="Since" class="tsd-anchor"></a>Since<a href="#Since" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>1.0.0</p>
3
- </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">VoteAccountsResult</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccountsResult.html#current">current</a><span class="tsd-signature-symbol">: </span><a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccountsResult.html#delinquent">delinquent</a><span class="tsd-signature-symbol">: </span><a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L428">packages/synapse-client-sdk/src/core/types.ts:428</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="VoteAccountsResult.html#current" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>current</span></a>
3
+ </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">VoteAccountsResult</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccountsResult.html#current">current</a><span class="tsd-signature-symbol">: </span><a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="VoteAccountsResult.html#delinquent">delinquent</a><span class="tsd-signature-symbol">: </span><a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L428">packages/synapse-client-sdk/src/core/types.ts:428</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="VoteAccountsResult.html#current" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>current</span></a>
4
4
  <a href="VoteAccountsResult.html#delinquent" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delinquent</span></a>
5
5
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="current" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>current</span><a href="#current" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">current</span><span class="tsd-signature-symbol">:</span> <a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Active validators.</p>
6
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L430">packages/synapse-client-sdk/src/core/types.ts:430</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="delinquent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>delinquent</span><a href="#delinquent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">delinquent</span><span class="tsd-signature-symbol">:</span> <a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Delinquent validators.</p>
7
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/core/types.ts#L432">packages/synapse-client-sdk/src/core/types.ts:432</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#current" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>current</span></a><a href="#delinquent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delinquent</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
6
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L430">packages/synapse-client-sdk/src/core/types.ts:430</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="delinquent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>delinquent</span><a href="#delinquent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">delinquent</span><span class="tsd-signature-symbol">:</span> <a href="VoteAccount.html" class="tsd-signature-type tsd-kind-interface">VoteAccount</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Delinquent validators.</p>
7
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/core/types.ts#L432">packages/synapse-client-sdk/src/core/types.ts:432</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#current" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>current</span></a><a href="#delinquent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delinquent</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>WsConfig | @oobe-protocol-labs/synapse-client-sdk</title><meta name="description" content="Documentation for @oobe-protocol-labs/synapse-client-sdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oobe-protocol-labs/synapse-client-sdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@oobe-protocol-labs/synapse-client-sdk</a></li><li><a href="WsConfig.html">WsConfig</a></li></ul><h1>Interface WsConfig</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Configuration for the WebSocket client.</p>
2
2
  </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Since"><h4 class="tsd-anchor-link"><a id="Since" class="tsd-anchor"></a>Since<a href="#Since" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>1.0.0</p>
3
- </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">WsConfig</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#autoReconnect">autoReconnect</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#endpoint">endpoint</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#maxReconnectAttempts">maxReconnectAttempts</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#pingIntervalMs">pingIntervalMs</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#reconnectIntervalMs">reconnectIntervalMs</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/websocket/types.ts#L19">packages/synapse-client-sdk/src/websocket/types.ts:19</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="WsConfig.html#autoReconnect" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Reconnect?</span></a>
3
+ </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">WsConfig</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#autoReconnect">autoReconnect</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#endpoint">endpoint</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#maxReconnectAttempts">maxReconnectAttempts</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#pingIntervalMs">pingIntervalMs</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="WsConfig.html#reconnectIntervalMs">reconnectIntervalMs</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/websocket/types.ts#L19">packages/synapse-client-sdk/src/websocket/types.ts:19</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="WsConfig.html#autoReconnect" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Reconnect?</span></a>
4
4
  <a href="WsConfig.html#endpoint" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>endpoint</span></a>
5
5
  <a href="WsConfig.html#maxReconnectAttempts" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max<wbr/>Reconnect<wbr/>Attempts?</span></a>
6
6
  <a href="WsConfig.html#pingIntervalMs" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ping<wbr/>Interval<wbr/>Ms?</span></a>
7
7
  <a href="WsConfig.html#reconnectIntervalMs" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reconnect<wbr/>Interval<wbr/>Ms?</span></a>
8
8
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="autoReconnect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>auto<wbr/>Reconnect</span><a href="#autoReconnect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">auto<wbr/>Reconnect</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Auto-reconnect on disconnect (default <code>true</code>).</p>
9
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/websocket/types.ts#L23">packages/synapse-client-sdk/src/websocket/types.ts:23</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="endpoint" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>endpoint</span><a href="#endpoint" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">endpoint</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>WebSocket endpoint URL (<code>wss://…</code>).</p>
10
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/websocket/types.ts#L21">packages/synapse-client-sdk/src/websocket/types.ts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="maxReconnectAttempts" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>max<wbr/>Reconnect<wbr/>Attempts</span><a href="#maxReconnectAttempts" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">max<wbr/>Reconnect<wbr/>Attempts</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Maximum reconnect attempts before giving up (default <code>20</code>).</p>
11
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/websocket/types.ts#L27">packages/synapse-client-sdk/src/websocket/types.ts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pingIntervalMs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>ping<wbr/>Interval<wbr/>Ms</span><a href="#pingIntervalMs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ping<wbr/>Interval<wbr/>Ms</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Ping interval to keep the connection alive in ms (default <code>30 000</code>).</p>
12
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/websocket/types.ts#L29">packages/synapse-client-sdk/src/websocket/types.ts:29</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="reconnectIntervalMs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>reconnect<wbr/>Interval<wbr/>Ms</span><a href="#reconnectIntervalMs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">reconnect<wbr/>Interval<wbr/>Ms</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Delay between reconnect attempts in ms (default <code>2000</code>).</p>
13
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/1cea790f36a83bee39dbc763cfb243731d9d744e/src/websocket/types.ts#L25">packages/synapse-client-sdk/src/websocket/types.ts:25</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#autoReconnect" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Reconnect</span></a><a href="#endpoint" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>endpoint</span></a><a href="#maxReconnectAttempts" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max<wbr/>Reconnect<wbr/>Attempts</span></a><a href="#pingIntervalMs" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ping<wbr/>Interval<wbr/>Ms</span></a><a href="#reconnectIntervalMs" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reconnect<wbr/>Interval<wbr/>Ms</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
9
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/websocket/types.ts#L23">packages/synapse-client-sdk/src/websocket/types.ts:23</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="endpoint" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>endpoint</span><a href="#endpoint" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">endpoint</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>WebSocket endpoint URL (<code>wss://…</code>).</p>
10
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/websocket/types.ts#L21">packages/synapse-client-sdk/src/websocket/types.ts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="maxReconnectAttempts" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>max<wbr/>Reconnect<wbr/>Attempts</span><a href="#maxReconnectAttempts" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">max<wbr/>Reconnect<wbr/>Attempts</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Maximum reconnect attempts before giving up (default <code>20</code>).</p>
11
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/websocket/types.ts#L27">packages/synapse-client-sdk/src/websocket/types.ts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pingIntervalMs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>ping<wbr/>Interval<wbr/>Ms</span><a href="#pingIntervalMs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ping<wbr/>Interval<wbr/>Ms</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Ping interval to keep the connection alive in ms (default <code>30 000</code>).</p>
12
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/websocket/types.ts#L29">packages/synapse-client-sdk/src/websocket/types.ts:29</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="reconnectIntervalMs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>reconnect<wbr/>Interval<wbr/>Ms</span><a href="#reconnectIntervalMs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">reconnect<wbr/>Interval<wbr/>Ms</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Delay between reconnect attempts in ms (default <code>2000</code>).</p>
13
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/38e1a8109607de6ed4ca0894cd1577b9232d34a2/src/websocket/types.ts#L25">packages/synapse-client-sdk/src/websocket/types.ts:25</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#autoReconnect" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Reconnect</span></a><a href="#endpoint" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>endpoint</span></a><a href="#maxReconnectAttempts" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max<wbr/>Reconnect<wbr/>Attempts</span></a><a href="#pingIntervalMs" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ping<wbr/>Interval<wbr/>Ms</span></a><a href="#reconnectIntervalMs" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reconnect<wbr/>Interval<wbr/>Ms</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ---
9
9
 
10
+ ## [1.0.3] — 2026-02-27
11
+
12
+ ### Added
13
+ - **Native Solana account data decoders** (`src/decoders/`) — zero-dependency binary decoders
14
+ verified field-by-field against official Solana source code (`solana-program/token`, `anza-xyz/agave`).
15
+ - `AccountReader` — DataView-based binary reader with LE byte order, COption (C ABI) support.
16
+ - `decodeTokenAccount` — SPL Token Account (165 bytes): mint, owner, amount, delegate, state,
17
+ isNative, delegatedAmount, closeAuthority.
18
+ - `decodeMint` — SPL Token Mint (82 bytes): mintAuthority, supply, decimals, isInitialized,
19
+ freezeAuthority.
20
+ - `decodeToken2022Account` / `decodeToken2022Mint` — Token Extensions with TLV parser
21
+ (TransferFeeConfig, MintCloseAuthority, MetadataPointer, ImmutableOwner, MemoTransfer, etc.).
22
+ - `decodeStakeAccount` — Stake program (200 bytes): Meta (authorized + lockup) + Delegation
23
+ (voterPubkey, stake, activationEpoch, deactivationEpoch, warmupCooldownRate) + creditsObserved.
24
+ - `decodeNonceAccount` — Durable nonce (80 bytes): version, state, authority, blockhash,
25
+ lamportsPerSignature.
26
+ - `decodeLookupTable` — Address Lookup Table (56-byte header + N×32 addresses):
27
+ deactivationSlot, lastExtendedSlot, authority, addresses.
28
+ - `decodeMultisig` — SPL Multisig (355 bytes): m, n, isInitialized, signers[11].
29
+ - `encodeBase58` — self-contained base58 encoder (no external dependencies).
30
+ - **Typed account fetchers** (`src/accounts/`) — high-level account fetching with automatic
31
+ decoding wired into `SynapseClient`.
32
+ - `AccountsClient` class accessible via `client.accounts`.
33
+ - `fetchTokenAccount` / `fetchMint` — auto-detects Token vs Token-2022 by program owner.
34
+ - `fetchTokenAccountsByOwner` — batch fetch all token accounts for a wallet.
35
+ - `fetchStakeAccount` / `fetchNonceAccount` / `fetchLookupTable`.
36
+ - `getDecodedAccount<T>` / `getDecodedAccounts<T>` generic helpers.
37
+ - **Sub-path exports** — `./decoders` and `./accounts` added to `package.json` exports map.
38
+ - **37 new unit tests** for all decoders with hand-crafted byte buffers (415 total, all passing).
39
+
40
+ ---
41
+
10
42
  ## [1.0.2] — 2026-02-26
11
43
 
12
44
  ### Added