@hashgraph/solo
Preparing search index...
src/commands/node/config-interfaces/node-connections-config-class
NodeConnectionsConfigClass
Interface NodeConnectionsConfigClass
interface
NodeConnectionsConfigClass
{
componentsData
:
ComponentData
[]
;
context
:
string
;
deployment
:
string
;
namespace
:
NamespaceName
;
newAccount
:
{
accountAlias
?:
string
;
accountId
:
string
;
balance
:
number
;
privateKey
:
string
;
publicKey
:
string
;
}
;
}
Index
Properties
components
Data
context
deployment
namespace
new
Account
Properties
components
Data
componentsData
:
ComponentData
[]
context
context
:
string
deployment
deployment
:
string
namespace
namespace
:
NamespaceName
new
Account
newAccount
:
{
accountAlias
?:
string
;
accountId
:
string
;
balance
:
number
;
privateKey
:
string
;
publicKey
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
components
Data
context
deployment
namespace
new
Account
@hashgraph/solo
Loading...