@broxus/js-bridge-essentials
Version:
Bridge JavaScript Essentials library
4 lines (3 loc) • 352 B
TypeScript
import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider';
import { TokenTransferTvmEvmEventAbi } from '../../models/token-transfer-tvm-evm-event/abi';
export declare function tokenTransferTvmEvmEventContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof TokenTransferTvmEvmEventAbi>;