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) 333 B
import { BlockchainConfiguration } from './configurations/blockchain.configuration'; import { ConfigService } from '@nestjs/config'; export declare class ConfigurationService { private readonly configService; constructor(configService: ConfigService); getBlockchainConfiguration(): BlockchainConfiguration | undefined; }