@broxus/js-core
Version:
MobX-based JavaScript Core library
4 lines (3 loc) • 326 B
TypeScript
import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider';
import { VoteEscrowProposalAbi } from '../../models/vote-escrow-proposal/abi';
export declare function voteEscrowProposalContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof VoteEscrowProposalAbi>;