@hashgraph/solo
    Preparing search index...
    interface NodeConnectionsConfigClass {
        componentsData: ComponentData[];
        context: string;
        deployment: string;
        namespace: NamespaceName;
        newAccount: {
            accountAlias?: string;
            accountId: string;
            balance: number;
            privateKey: string;
            publicKey: string;
        };
    }
    Index

    Properties

    componentsData: ComponentData[]
    context: string
    deployment: string
    namespace: NamespaceName
    newAccount: {
        accountAlias?: string;
        accountId: string;
        balance: number;
        privateKey: string;
        publicKey: string;
    }