mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
export const BitcoinUnit = Object.freeze({
|
|
BTC: 'BTC',
|
|
MBTC: 'mBTC',
|
|
BITS: 'bits',
|
|
SATOSHIS: 'satoshis',
|
|
SATS: 'sats',
|
|
LOCAL_CURRENCY: 'local_currency',
|
|
});
|