UNPKG
@metaplex-foundation/mpl-toolbox
Version:
latest (0.10.0)
0.10.0
0.9.4
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
Auto-generated essential Solana and Metaplex programs
metaplex.com
metaplex-foundation/mpl-toolbox
@metaplex-foundation/mpl-toolbox
/
dist
/
src
/
sysvars.d.ts
4 lines
(3 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
import
{
PublicKey
}
from
'@metaplex-foundation/umi'
;
export
type
Sysvar
=
'clock'
|
'epochSchedule'
|
'instructions'
|
'recentBlockhashes'
|
'rent'
|
'rewards'
|
'slotHashes'
|
'slotHistory'
|
'stakeHistory'
;
export
declare
const
getSysvar
:
(
sysvar
:
Sysvar
) =>
PublicKey
;