UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

15 lines (14 loc) 999 B
import { AddressLiteral } from 'everscale-inpage-provider'; export declare const ZeroAddress: AddressLiteral<"0:0000000000000000000000000000000000000000000000000000000000000000">; export declare const NetworkConfigAddress: AddressLiteral<"-1:5555555555555555555555555555555555555555555555555555555555555555">; export declare const ElectorAddress: AddressLiteral<"-1:3333333333333333333333333333333333333333333333333333333333333333">; export declare const DeadAddress: AddressLiteral<"0:000000000000000000000000000000000000000000000000000000000000dead">; export declare const EmptyCell = "te6ccgEBAQEAAgAAAA=="; export declare const DEFAULT_NATIVE_CURRENCY_DECIMALS = 9; export declare const DEFAULT_LP_TOKEN_DECIMALS = 9; export declare const SECONDS_IN_YEAR: number; export declare const SECONDS_IN_MONTH = 2628288; export declare const SECONDS_IN_WEEK = 604800; export declare const SECONDS_IN_DAY = 86400; export declare const SECONDS_IN_HOUR = 3600; export declare const SECONDS_IN_MINUTE = 60;