n8n-nodes-wax
Version:
n8n Community Node Package for the WAX Blockchain
7 lines (6 loc) • 305 B
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class WaxTransferNft implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}