Function apiNodeToExternalNodeFull
- apiNodeToExternalNodeFull(apiNodeFull, keyPair): Promise<NodeFull>
Parameters
- apiNodeFull: {} & {} & {} & {}
- keyPair: {
privateKey: string;
publicKey: string;
}privateKey: string
publicKey: string
Returns Promise<NodeFull>