Skip to content

Commit 56399a1

Browse files
✨ Add RecentSlothashes SysVars
1 parent 85e1e34 commit 56399a1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Solana.Unity.Programs/SysVars.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ public static class SysVars
1515
/// <summary>
1616
/// The public key of the Recent Block Hashes System Variable.
1717
/// </summary>
18-
public static readonly PublicKey
19-
RecentBlockHashesKey = new("SysvarRecentB1ockHashes11111111111111111111");
18+
public static readonly PublicKey RecentBlockHashesKey = new("SysvarRecentB1ockHashes11111111111111111111");
19+
20+
/// <summary>
21+
/// The public key of the Recent Slot Hashes System Variable.
22+
/// </summary>
23+
public static readonly PublicKet RecentSlotHashesKey = new("SysvarS1otHashes111111111111111111111111111");
2024

2125
/// <summary>
2226
/// The public key of the Rent System Variable.

0 commit comments

Comments
 (0)