UNPKG

n8n-nodes-dex

Version:

n8n node module for dYdX v4 trading and account access

6 lines (5 loc) 264 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Dydx implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }