We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99e1d5 commit 8651ff6Copy full SHA for 8651ff6
src/monero/moneroTypes.ts
@@ -11,7 +11,6 @@ import {
11
Cleaner
12
} from 'cleaners'
13
import type {
14
- NetworkType,
15
TransactionPriority,
16
WalletBackend,
17
WalletEventData
@@ -30,7 +29,7 @@ export type MoneroInitOptions = ReturnType<typeof asMoneroInitOptions>
30
29
31
export interface MoneroNetworkInfo {
32
edgeLwsServer: string
33
- networkType: NetworkType
+ networkType: 'MAINNET' | 'TESTNET' | 'STAGENET'
34
}
35
36
export const asMoneroUserSettings = asObject({
0 commit comments