interface NodeResponse {
    error?: NodeResponseError;
    result?: string | NodeInfo | NodeHandshakeResult;
    success: boolean;
}

Properties

result?: string | NodeInfo | NodeHandshakeResult
success: boolean

Generated using TypeDoc