Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/solana-program/system
/ initializeNonceAccount.test.ts
File
initializeNonceAccount.test.ts
clients/js/test/initializeNonceAccount.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ generateKeyPairSigner } from
'@solana/kit'
;
2
import
{ expect, it } from
'vitest'
;
3
4
import
{ NonceState, NonceVersion, SYSTEM_PROGRAM_ADDRESS, getNonceSize } from
'../src'
;
Callers
nothing calls this directly
Calls
2
createTestClient
Function · 0.90
getNonceSize
Function · 0.90
Tested by
no test coverage detected