UNPKG

n8n-nodes-kraken

Version:

n8n community node for Kraken cryptocurrency exchange API

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