UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

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