UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

6 lines (5 loc) 281 B
import { SmartContractModel } from '../../core'; import { WrappedCurrencyVaultUtils } from '../../models/wrapped-currency-vault/WrappedCurrencyVaultUtils'; export declare class WrappedCurrencyVault extends SmartContractModel { static Utils: typeof WrappedCurrencyVaultUtils; }