atlas-sysvar-id 3.1.0

Definition for the sysvar id trait and associated macros.
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 3 items with examples
  • Size
  • Source code size: 5.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 223.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • atlaschainorg

Access to special accounts with dynamically-updated data.

Sysvars are special accounts that contain dynamically-updated data about the network cluster, the blockchain history, and the executing transaction. Each sysvar is defined in its own crate. The clock, epoch_schedule, instructions, and rent sysvars are most useful to on-chain programs.

All sysvar accounts are owned by the account identified by atlas_sysvar::ID.

For more details see the Atlas documentation on sysvars.