interface AddNodesResultOptions {
    addedNodeId?: null | NodeIdLike;
    statusCode?: StatusCode;
}

Properties

addedNodeId?: null | NodeIdLike
statusCode?: StatusCode