UNPKG

@ton3/liteclient

Version:
6 lines (5 loc) 192 B
import { BlockchainClient } from '../blockchain'; export declare class MulticastClient extends BlockchainClient { private readonly clients; constructor(clients: BlockchainClient[]); }