mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
|
export const BitcoinUnit = Object.freeze({
|
||
|
BTC: 'BTC',
|
||
|
MBTC: 'mBTC',
|
||
|
BITS: 'bits',
|
||
|
SATOSHIS: 'satoshis',
|
||
|
});
|