@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 { TokenTransferSolTvmEventAbi } from '../../models/token-transfer-sol-tvm-event/abi';
export declare function tokenTransferSolTvmEventContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof TokenTransferSolTvmEventAbi>;