UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

6 lines (5 loc) 313 B
import { resolveTvmAddress } from '@broxus/js-core'; import { TokenTransferSolTvmEventAbi } from '../../models/token-transfer-sol-tvm-event/abi'; export function tokenTransferSolTvmEventContract(connection, address) { return new connection.Contract(TokenTransferSolTvmEventAbi, resolveTvmAddress(address)); }