JsonParsedSysvarAccount

type JsonParsedSysvarAccount = 
  | RpcParsedType<"clock", JsonParsedClockAccount>
  | RpcParsedType<"epochRewards", JsonParsedEpochRewardsAccount>
  | RpcParsedType<"epochSchedule", JsonParsedEpochScheduleAccount>
  | RpcParsedType<"fees", JsonParsedFeesAccount_DEPRECATED>
  | RpcParsedType<"lastRestartSlot", JsonParsedLastRestartSlotAccount>
  | RpcParsedType<"recentBlockhashes", JsonParsedRecentBlockhashesAccount_DEPRECATED>
  | RpcParsedType<"rent", JsonParsedRentAccount>
  | RpcParsedType<"slotHashes", JsonParsedSlotHashesAccount>
  | RpcParsedType<"slotHistory", JsonParsedSlotHistoryAccount>
| RpcParsedType<"stakeHistory", JsonParsedStakeHistoryAccount>;