UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

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