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