UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

28 lines 1.08 kB
export * from './errorsMessages'; export * from './network'; export * from './ledgerErrorCodes'; export * from './mnemonicWords'; export * from './transactionStatus'; export declare const GAS_PRICE_MODIFIER = 0.01; export declare const GAS_PER_DATA_BYTE = 1500; export declare const GAS_LIMIT = 50000; export declare const GAS_PRICE = 1000000000; export declare const DECIMALS = 18; export declare const DIGITS = 4; export declare const VERSION = 1; export declare const LEDGER_CONTRACT_DATA_ENABLED_VALUE = 1; export declare const METACHAIN_SHARD_ID = 4294967295; export declare const ALL_SHARDS_SHARD_ID = 4294967280; export declare const DAPP_INIT_ROUTE = "/dapp/init"; export declare const WALLET_SIGN_SESSION = "signSession"; export declare const LOGOUT_ACTION_NAME = "logout"; export declare const LOGIN_ACTION_NAME = "login"; export declare const CANCEL_ACTION_NAME = "cancelSignTx"; export declare const REFUNDED_GAS = "refundedGas"; /** * Not Applicable * @value N/A */ export declare const N_A = "N/A"; export declare const ZERO = "0"; //# sourceMappingURL=index.d.ts.map