UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

4 lines (3 loc) 352 B
import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider'; import { TokenTransferTvmSolEventAbi } from '../../models/token-transfer-tvm-sol-event/abi'; export declare function tokenTransferTvmSolEventContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof TokenTransferTvmSolEventAbi>;