Variable defaultConst

default: {
    ConnectionType: typeof ConnectionType;
    Filter: typeof default;
    GenUtils: typeof GenUtils;
    HttpClient: typeof HttpClient;
    LibraryUtils: typeof LibraryUtils;
    MoneroAccount: typeof MoneroAccount;
    MoneroAccountTag: typeof MoneroAccountTag;
    MoneroAddressBookEntry: typeof MoneroAddressBookEntry;
    MoneroAltChain: typeof MoneroAltChain;
    MoneroBan: typeof MoneroBan;
    MoneroBlock: typeof MoneroBlock;
    MoneroBlockHeader: typeof MoneroBlockHeader;
    MoneroBlockTemplate: typeof MoneroBlockTemplate;
    MoneroCheck: typeof MoneroCheck;
    MoneroCheckReserve: typeof MoneroCheckReserve;
    MoneroCheckTx: typeof MoneroCheckTx;
    MoneroConnectionManager: typeof MoneroConnectionManager;
    MoneroConnectionManagerListener: typeof MoneroConnectionManagerListener;
    MoneroConnectionSpan: typeof MoneroConnectionSpan;
    MoneroDaemon: typeof MoneroDaemon;
    MoneroDaemonConfig: typeof MoneroDaemonConfig;
    MoneroDaemonInfo: typeof MoneroDaemonInfo;
    MoneroDaemonListener: typeof MoneroDaemonListener;
    MoneroDaemonRpc: typeof MoneroDaemonRpc;
    MoneroDaemonSyncInfo: typeof MoneroDaemonSyncInfo;
    MoneroDaemonUpdateCheckResult: typeof MoneroDaemonUpdateCheckResult;
    MoneroDaemonUpdateDownloadResult: typeof MoneroDaemonUpdateDownloadResult;
    MoneroDestination: typeof MoneroDestination;
    MoneroError: typeof MoneroError;
    MoneroFeeEstimate: typeof MoneroFeeEstimate;
    MoneroHardForkInfo: typeof MoneroHardForkInfo;
    MoneroIncomingTransfer: typeof MoneroIncomingTransfer;
    MoneroIntegratedAddress: typeof MoneroIntegratedAddress;
    MoneroKeyImage: typeof MoneroKeyImage;
    MoneroKeyImageImportResult: typeof MoneroKeyImageImportResult;
    MoneroKeyImageSpentStatus: typeof MoneroKeyImageSpentStatus;
    MoneroMessageSignatureResult: typeof MoneroMessageSignatureResult;
    MoneroMessageSignatureType: typeof MoneroMessageSignatureType;
    MoneroMinerTxSum: typeof MoneroMinerTxSum;
    MoneroMiningStatus: typeof MoneroMiningStatus;
    MoneroMultisigInfo: typeof MoneroMultisigInfo;
    MoneroMultisigInitResult: typeof MoneroMultisigInitResult;
    MoneroMultisigSignResult: typeof MoneroMultisigSignResult;
    MoneroNetworkType: typeof MoneroNetworkType;
    MoneroOutgoingTransfer: typeof MoneroOutgoingTransfer;
    MoneroOutput: typeof MoneroOutput;
    MoneroOutputHistogramEntry: typeof MoneroOutputHistogramEntry;
    MoneroOutputQuery: typeof MoneroOutputQuery;
    MoneroOutputWallet: typeof MoneroOutputWallet;
    MoneroPeer: typeof MoneroPeer;
    MoneroPruneResult: typeof MoneroPruneResult;
    MoneroRpcConnection: typeof MoneroRpcConnection;
    MoneroRpcError: typeof MoneroRpcError;
    MoneroSubaddress: typeof MoneroSubaddress;
    MoneroSubmitTxResult: typeof MoneroSubmitTxResult;
    MoneroSyncResult: typeof MoneroSyncResult;
    MoneroTransfer: typeof MoneroTransfer;
    MoneroTransferQuery: typeof MoneroTransferQuery;
    MoneroTx: typeof MoneroTx;
    MoneroTxConfig: typeof MoneroTxConfig;
    MoneroTxPoolStats: typeof MoneroTxPoolStats;
    MoneroTxPriority: typeof MoneroTxPriority;
    MoneroTxQuery: typeof MoneroTxQuery;
    MoneroTxSet: typeof MoneroTxSet;
    MoneroTxWallet: typeof MoneroTxWallet;
    MoneroUtils: typeof MoneroUtils;
    MoneroVersion: typeof MoneroVersion;
    MoneroWallet: typeof MoneroWallet;
    MoneroWalletConfig: typeof MoneroWalletConfig;
    MoneroWalletFull: typeof MoneroWalletFull;
    MoneroWalletKeys: typeof MoneroWalletKeys;
    MoneroWalletListener: typeof MoneroWalletListener;
    MoneroWalletRpc: typeof MoneroWalletRpc;
    SslOptions: typeof SslOptions;
    TaskLooper: typeof TaskLooper;
    ThreadPool: typeof ThreadPool;
    connectToDaemonRpc: ((uriOrConfig, username?, password?) => Promise<MoneroDaemonRpc>);
    connectToWalletRpc: ((uriOrConfig, username?, password?) => Promise<MoneroWalletRpc>);
    createWalletFull: ((config) => Promise<MoneroWalletFull>);
    createWalletKeys: ((config) => Promise<MoneroWalletKeys>);
    getVersion: (() => string);
    openWalletFull: ((config) => Promise<MoneroWalletFull>);
} = ...

Type declaration

Generated using TypeDoc