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) 121 B
export declare class TokenMetadataDto { uri: string; hash: string; constructor(uri: string, hash: string); }