UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

4 lines (3 loc) 332 B
import { type Address, type Contract, type ProviderRpcClient } from 'everscale-inpage-provider'; import { WrappedCurrencyVaultAbi } from '../../models/wrapped-currency-vault/abi'; export declare function wrappedNativeVaultContract(connection: ProviderRpcClient, address: Address | string): Contract<typeof WrappedCurrencyVaultAbi>;