UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

6 lines (5 loc) 284 B
import { resolveTvmAddress } from '@broxus/js-core'; import { EvmTonEventNativeAbi } from '../../models/evm-ton-event-native/abi'; export function evmTonEventNativeContract(connection, address) { return new connection.Contract(EvmTonEventNativeAbi, resolveTvmAddress(address)); }