UNPKG
@solana-developers/helpers
Version:
latest (2.8.1)
2.8.1
2.8.0
2.7.0
2.6.0
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
Solana helper functions
github.com/solana-developers/helpers
solana-developers/helpers
@solana-developers/helpers
/
dist
/
types
/
types.d.ts
8 lines
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
InitializeKeypairOptions
{
envFileName
?:
string
;
envVariableName
?:
string
;
airdropAmount
?:
number
|
null
;
minimumBalance
?:
number
;
keypairPath
?:
string
; }
//# sourceMappingURL=types.d.ts.map