Update sysvar docs (#17493)

This commit is contained in:
Jack May
2021-05-25 16:57:53 -07:00
committed by GitHub
parent 64bfc14a75
commit 4eb6deee2d
3 changed files with 24 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ Tokens forfeit to the [cluster](terminology.md#cluster) if malicious [validator]
## sysvar
A synthetic [account](terminology.md#account) provided by the runtime to allow programs to access network state such as current tick height, rewards [points](terminology.md#point) values, etc.
A synthetic [account](terminology.md#account) maintained by the runtime and provided to programs which provide cluster state such as current tick height, rewards [points](terminology.md#point) values, etc. Sysvars can either be [passed to the program as an account or queried by the program via a syscall](developing/runtime-facilities/sysvars.md).
## thin client