feat: add Nonce instructions to system program

This commit is contained in:
Tyera Eulberg
2020-01-02 17:58:54 -07:00
committed by Michael Vines
parent 05491f7fb7
commit c9cc44ae4f
3 changed files with 247 additions and 12 deletions

View File

@@ -5,6 +5,10 @@ export const SYSVAR_CLOCK_PUBKEY = new PublicKey(
'SysvarC1ock11111111111111111111111111111111',
);
export const SYSVAR_RECENT_BLOCKHASHES_PUBKEY = new PublicKey(
'SysvarRecentB1ockHashes11111111111111111111',
);
export const SYSVAR_RENT_PUBKEY = new PublicKey(
'SysvarRent111111111111111111111111111111111',
);