UNPKG

nft-folder-blockchain-connector-besu

Version:

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

6 lines (5 loc) 148 B
export declare class TokenInformationDto { tokenAddress: string; tokenId: string; constructor(tokenAddress: string, tokenId: string); }