mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
export const BitcoinUnit = Object.freeze({
|
|
BTC: 'BTC',
|
|
SATS: 'sats',
|
|
LOCAL_CURRENCY: 'local_currency',
|
|
});
|