UNPKG

nft-folder-blockchain-connector-besu

Version:

A NestJS-based blockchain connector that communicates with specific smart contracts from the NFT Folder project.

8 lines (7 loc) 233 B
export declare class TransferEventDto { tokenId: number; senderAddress: string; receiverAddress: string; date: string; constructor(tokenId: number, senderAddress: string, receiverAddress: string, date: string); }