@broxus/js-bridge-essentials
Version:
Bridge JavaScript Essentials library
4 lines (3 loc) • 323 B
TypeScript
import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider';
import { TvmTvmEventNativeAbi } from '../../models/tvm-tvm-event-native/abi';
export declare function tvmTvmEventNativeContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof TvmTvmEventNativeAbi>;