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