We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e1e34 commit 56399a1Copy full SHA for 56399a1
src/Solana.Unity.Programs/SysVars.cs
@@ -15,8 +15,12 @@ public static class SysVars
15
/// <summary>
16
/// The public key of the Recent Block Hashes System Variable.
17
/// </summary>
18
- public static readonly PublicKey
19
- RecentBlockHashesKey = new("SysvarRecentB1ockHashes11111111111111111111");
+ public static readonly PublicKey RecentBlockHashesKey = new("SysvarRecentB1ockHashes11111111111111111111");
+
20
+ /// <summary>
21
+ /// The public key of the Recent Slot Hashes System Variable.
22
+ /// </summary>
23
+ public static readonly PublicKet RecentSlotHashesKey = new("SysvarS1otHashes111111111111111111111111111");
24
25
26
/// The public key of the Rent System Variable.
0 commit comments