/** * VeChain Node for n8n * * A comprehensive n8n community node for interacting with the VeChain blockchain. * Supports VET/VTHO transfers, VIP-180 tokens, VIP-181 NFTs, smart contracts, * multi-clause transactions, fee delegation, and enterprise ToolChain features. * * @author Velocity BPA * @website https://velobpa.com * @github https://github.com/Velocity-BPA */ import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Vechain implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Vechain.node.d.ts.map