UNPKG
nodana
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Node JS Solana CLI
impin2rex.github.io
impin2rex/nodana
nodana
/
dist
/
cjs
/
utils
/
nodana-config.d.ts
6 lines
(5 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Network
,
NodanaSettings
}
from
"../types"
;
export
declare
class
NodanaConfig
{
readonly
network
:
Network
;
constructor
(
config
:
NodanaSettings
); }