Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 27, 2024
1 parent 41ab878 commit 1b210dc
Show file tree
Hide file tree
Showing 25 changed files with 753 additions and 279 deletions.
Binary file modified dist/dist/monero_wallet_full.wasm
Binary file not shown.
Binary file modified dist/dist/monero_wallet_keys.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/dist/monero_web_worker.js.map

Large diffs are not rendered by default.

167 changes: 166 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ declare function createWalletFull(config: Partial<MoneroWalletConfig>): Promise<
* &nbsp;&nbsp; path: "./wallets/wallet1",<br>
* &nbsp;&nbsp; password: "supersecretpassword",<br>
* &nbsp;&nbsp; networkType: moneroTs.MoneroNetworkType.STAGENET,<br>
* &nbsp;&nbsp; server: { // daemon configuration<br>
* &nbsp;&nbsp; server: { // daemon configuration<br>
* &nbsp;&nbsp;&nbsp;&nbsp; uri: "http://localhost:38081",<br>
* &nbsp;&nbsp;&nbsp;&nbsp; username: "superuser",<br>
* &nbsp;&nbsp;&nbsp;&nbsp; password: "abctesting123"<br>
Expand Down Expand Up @@ -253,3 +253,168 @@ declare function openWalletFull(config: Partial<MoneroWalletConfig>): Promise<Mo
*/
declare function createWalletKeys(config: Partial<MoneroWalletConfig>): Promise<MoneroWalletKeys>;
export { GenUtils, Filter, MoneroError, HttpClient, LibraryUtils, MoneroRpcConnection, MoneroRpcError, SslOptions, TaskLooper, ConnectionType, MoneroAltChain, MoneroBan, MoneroBlockHeader, MoneroBlock, MoneroBlockTemplate, MoneroConnectionSpan, MoneroDaemonConfig, MoneroDaemonInfo, MoneroDaemonListener, MoneroDaemonSyncInfo, MoneroDaemonUpdateCheckResult, MoneroDaemonUpdateDownloadResult, MoneroFeeEstimate, MoneroHardForkInfo, MoneroKeyImage, MoneroKeyImageSpentStatus, MoneroMinerTxSum, MoneroMiningStatus, MoneroNetworkType, MoneroOutput, MoneroOutputHistogramEntry, MoneroSubmitTxResult, MoneroTx, MoneroTxPoolStats, MoneroVersion, MoneroPeer, MoneroPruneResult, MoneroAccount, MoneroAccountTag, MoneroAddressBookEntry, MoneroCheck, MoneroCheckReserve, MoneroCheckTx, MoneroDestination, MoneroIntegratedAddress, MoneroKeyImageImportResult, MoneroMultisigInfo, MoneroMultisigInitResult, MoneroMultisigSignResult, MoneroOutputWallet, MoneroOutputQuery, MoneroTxPriority, MoneroTxConfig, MoneroSubaddress, MoneroSyncResult, MoneroTransfer, MoneroIncomingTransfer, MoneroOutgoingTransfer, MoneroTransferQuery, MoneroTxSet, MoneroTxWallet, MoneroTxQuery, MoneroWalletListener, MoneroWalletConfig, MoneroMessageSignatureType, MoneroMessageSignatureResult, MoneroConnectionManagerListener, MoneroConnectionManager, MoneroDaemon, MoneroWallet, MoneroDaemonRpc, MoneroWalletRpc, MoneroWalletKeys, MoneroWalletFull, MoneroUtils, ThreadPool, getVersion, connectToDaemonRpc, connectToWalletRpc, createWalletFull, openWalletFull, createWalletKeys };
declare const moneroTs: {
GenUtils: typeof GenUtils;
Filter: typeof Filter;
MoneroError: typeof MoneroError;
HttpClient: typeof HttpClient;
LibraryUtils: typeof LibraryUtils;
MoneroRpcConnection: typeof MoneroRpcConnection;
MoneroRpcError: typeof MoneroRpcError;
SslOptions: typeof SslOptions;
TaskLooper: typeof TaskLooper;
ConnectionType: typeof ConnectionType;
MoneroAltChain: typeof MoneroAltChain;
MoneroBan: typeof MoneroBan;
MoneroBlockHeader: typeof MoneroBlockHeader;
MoneroBlock: typeof MoneroBlock;
MoneroBlockTemplate: typeof MoneroBlockTemplate;
MoneroConnectionSpan: typeof MoneroConnectionSpan;
MoneroDaemonConfig: typeof MoneroDaemonConfig;
MoneroDaemonInfo: typeof MoneroDaemonInfo;
MoneroDaemonListener: typeof MoneroDaemonListener;
MoneroDaemonSyncInfo: typeof MoneroDaemonSyncInfo;
MoneroDaemonUpdateCheckResult: typeof MoneroDaemonUpdateCheckResult;
MoneroDaemonUpdateDownloadResult: typeof MoneroDaemonUpdateDownloadResult;
MoneroFeeEstimate: typeof MoneroFeeEstimate;
MoneroHardForkInfo: typeof MoneroHardForkInfo;
MoneroKeyImage: typeof MoneroKeyImage;
MoneroKeyImageSpentStatus: typeof MoneroKeyImageSpentStatus;
MoneroMinerTxSum: typeof MoneroMinerTxSum;
MoneroMiningStatus: typeof MoneroMiningStatus;
MoneroNetworkType: typeof MoneroNetworkType;
MoneroOutput: typeof MoneroOutput;
MoneroOutputHistogramEntry: typeof MoneroOutputHistogramEntry;
MoneroSubmitTxResult: typeof MoneroSubmitTxResult;
MoneroTx: typeof MoneroTx;
MoneroTxPoolStats: typeof MoneroTxPoolStats;
MoneroVersion: typeof MoneroVersion;
MoneroPeer: typeof MoneroPeer;
MoneroPruneResult: typeof MoneroPruneResult;
MoneroAccount: typeof MoneroAccount;
MoneroAccountTag: typeof MoneroAccountTag;
MoneroAddressBookEntry: typeof MoneroAddressBookEntry;
MoneroCheck: typeof MoneroCheck;
MoneroCheckReserve: typeof MoneroCheckReserve;
MoneroCheckTx: typeof MoneroCheckTx;
MoneroDestination: typeof MoneroDestination;
MoneroIntegratedAddress: typeof MoneroIntegratedAddress;
MoneroKeyImageImportResult: typeof MoneroKeyImageImportResult;
MoneroMultisigInfo: typeof MoneroMultisigInfo;
MoneroMultisigInitResult: typeof MoneroMultisigInitResult;
MoneroMultisigSignResult: typeof MoneroMultisigSignResult;
MoneroOutputWallet: typeof MoneroOutputWallet;
MoneroOutputQuery: typeof MoneroOutputQuery;
MoneroTxPriority: typeof MoneroTxPriority;
MoneroTxConfig: typeof MoneroTxConfig;
MoneroSubaddress: typeof MoneroSubaddress;
MoneroSyncResult: typeof MoneroSyncResult;
MoneroTransfer: typeof MoneroTransfer;
MoneroIncomingTransfer: typeof MoneroIncomingTransfer;
MoneroOutgoingTransfer: typeof MoneroOutgoingTransfer;
MoneroTransferQuery: typeof MoneroTransferQuery;
MoneroTxSet: typeof MoneroTxSet;
MoneroTxWallet: typeof MoneroTxWallet;
MoneroTxQuery: typeof MoneroTxQuery;
MoneroWalletListener: typeof MoneroWalletListener;
MoneroWalletConfig: typeof MoneroWalletConfig;
MoneroMessageSignatureType: typeof MoneroMessageSignatureType;
MoneroMessageSignatureResult: typeof MoneroMessageSignatureResult;
MoneroConnectionManagerListener: typeof MoneroConnectionManagerListener;
MoneroConnectionManager: typeof MoneroConnectionManager;
MoneroDaemon: typeof MoneroDaemon;
MoneroWallet: typeof MoneroWallet;
MoneroDaemonRpc: typeof MoneroDaemonRpc;
MoneroWalletRpc: typeof MoneroWalletRpc;
MoneroWalletKeys: typeof MoneroWalletKeys;
MoneroWalletFull: typeof MoneroWalletFull;
MoneroUtils: typeof MoneroUtils;
ThreadPool: typeof ThreadPool;
getVersion: typeof getVersion;
connectToDaemonRpc: typeof connectToDaemonRpc;
connectToWalletRpc: typeof connectToWalletRpc;
createWalletFull: typeof createWalletFull;
openWalletFull: typeof openWalletFull;
createWalletKeys: typeof createWalletKeys;
};
export default moneroTs;
declare global {
namespace moneroTs {
type GenUtils = InstanceType<typeof import("./index").GenUtils>;
type Filter = InstanceType<typeof import("./index").Filter>;
type MoneroError = InstanceType<typeof import("./index").MoneroError>;
type HttpClient = InstanceType<typeof import("./index").HttpClient>;
type LibraryUtils = InstanceType<typeof import("./index").LibraryUtils>;
type MoneroRpcConnection = InstanceType<typeof import("./index").MoneroRpcConnection>;
type MoneroRpcError = InstanceType<typeof import("./index").MoneroRpcError>;
type SslOptions = InstanceType<typeof import("./index").SslOptions>;
type TaskLooper = InstanceType<typeof import("./index").TaskLooper>;
type ConnectionType = import("./index").ConnectionType;
type MoneroAltChain = InstanceType<typeof import("./index").MoneroAltChain>;
type MoneroBan = InstanceType<typeof import("./index").MoneroBan>;
type MoneroBlockHeader = InstanceType<typeof import("./index").MoneroBlockHeader>;
type MoneroBlock = InstanceType<typeof import("./index").MoneroBlock>;
type MoneroBlockTemplate = InstanceType<typeof import("./index").MoneroBlockTemplate>;
type MoneroConnectionSpan = InstanceType<typeof import("./index").MoneroConnectionSpan>;
type MoneroDaemonConfig = InstanceType<typeof import("./index").MoneroDaemonConfig>;
type MoneroDaemonInfo = InstanceType<typeof import("./index").MoneroDaemonInfo>;
type MoneroDaemonListener = InstanceType<typeof import("./index").MoneroDaemonListener>;
type MoneroDaemonSyncInfo = InstanceType<typeof import("./index").MoneroDaemonSyncInfo>;
type MoneroDaemonUpdateCheckResult = InstanceType<typeof import("./index").MoneroDaemonUpdateCheckResult>;
type MoneroDaemonUpdateDownloadResult = InstanceType<typeof import("./index").MoneroDaemonUpdateDownloadResult>;
type MoneroFeeEstimate = InstanceType<typeof import("./index").MoneroFeeEstimate>;
type MoneroHardForkInfo = InstanceType<typeof import("./index").MoneroHardForkInfo>;
type MoneroKeyImage = InstanceType<typeof import("./index").MoneroKeyImage>;
type MoneroKeyImageSpentStatus = import("./index").MoneroKeyImageSpentStatus;
type MoneroMinerTxSum = InstanceType<typeof import("./index").MoneroMinerTxSum>;
type MoneroMiningStatus = InstanceType<typeof import("./index").MoneroMiningStatus>;
type MoneroNetworkType = InstanceType<typeof import("./index").MoneroNetworkType>;
type MoneroOutput = InstanceType<typeof import("./index").MoneroOutput>;
type MoneroOutputHistogramEntry = InstanceType<typeof import("./index").MoneroOutputHistogramEntry>;
type MoneroSubmitTxResult = InstanceType<typeof import("./index").MoneroSubmitTxResult>;
type MoneroTx = InstanceType<typeof import("./index").MoneroTx>;
type MoneroTxPoolStats = InstanceType<typeof import("./index").MoneroTxPoolStats>;
type MoneroVersion = InstanceType<typeof import("./index").MoneroVersion>;
type MoneroPeer = InstanceType<typeof import("./index").MoneroPeer>;
type MoneroPruneResult = InstanceType<typeof import("./index").MoneroPruneResult>;
type MoneroAccount = InstanceType<typeof import("./index").MoneroAccount>;
type MoneroAccountTag = InstanceType<typeof import("./index").MoneroAccountTag>;
type MoneroAddressBookEntry = InstanceType<typeof import("./index").MoneroAddressBookEntry>;
type MoneroCheck = InstanceType<typeof import("./index").MoneroCheck>;
type MoneroCheckReserve = InstanceType<typeof import("./index").MoneroCheckReserve>;
type MoneroCheckTx = InstanceType<typeof import("./index").MoneroCheckTx>;
type MoneroDestination = InstanceType<typeof import("./index").MoneroDestination>;
type MoneroIntegratedAddress = InstanceType<typeof import("./index").MoneroIntegratedAddress>;
type MoneroKeyImageImportResult = InstanceType<typeof import("./index").MoneroKeyImageImportResult>;
type MoneroMultisigInfo = InstanceType<typeof import("./index").MoneroMultisigInfo>;
type MoneroMultisigInitResult = InstanceType<typeof import("./index").MoneroMultisigInitResult>;
type MoneroMultisigSignResult = InstanceType<typeof import("./index").MoneroMultisigSignResult>;
type MoneroOutputWallet = InstanceType<typeof import("./index").MoneroOutputWallet>;
type MoneroOutputQuery = InstanceType<typeof import("./index").MoneroOutputQuery>;
type MoneroTxPriority = import("./index").MoneroTxPriority;
type MoneroTxConfig = InstanceType<typeof import("./index").MoneroTxConfig>;
type MoneroSubaddress = InstanceType<typeof import("./index").MoneroSubaddress>;
type MoneroSyncResult = InstanceType<typeof import("./index").MoneroSyncResult>;
type MoneroTransfer = InstanceType<typeof import("./index").MoneroTransfer>;
type MoneroIncomingTransfer = InstanceType<typeof import("./index").MoneroIncomingTransfer>;
type MoneroOutgoingTransfer = InstanceType<typeof import("./index").MoneroOutgoingTransfer>;
type MoneroTransferQuery = InstanceType<typeof import("./index").MoneroTransferQuery>;
type MoneroTxSet = InstanceType<typeof import("./index").MoneroTxSet>;
type MoneroTxWallet = InstanceType<typeof import("./index").MoneroTxWallet>;
type MoneroTxQuery = InstanceType<typeof import("./index").MoneroTxQuery>;
type MoneroWalletListener = InstanceType<typeof import("./index").MoneroWalletListener>;
type MoneroWalletConfig = InstanceType<typeof import("./index").MoneroWalletConfig>;
type MoneroMessageSignatureType = import("./index").MoneroMessageSignatureType;
type MoneroMessageSignatureResult = InstanceType<typeof import("./index").MoneroMessageSignatureResult>;
type MoneroConnectionManagerListener = InstanceType<typeof import("./index").MoneroConnectionManagerListener>;
type MoneroConnectionManager = InstanceType<typeof import("./index").MoneroConnectionManager>;
type MoneroDaemon = InstanceType<typeof import("./index").MoneroDaemon>;
type MoneroWallet = InstanceType<typeof import("./index").MoneroWallet>;
type MoneroDaemonRpc = InstanceType<typeof import("./index").MoneroDaemonRpc>;
type MoneroWalletRpc = InstanceType<typeof import("./index").MoneroWalletRpc>;
type MoneroWalletKeys = InstanceType<typeof import("./index").MoneroWalletKeys>;
type MoneroWalletFull = InstanceType<typeof import("./index").MoneroWalletFull>;
type MoneroUtils = InstanceType<typeof import("./index").MoneroUtils>;
type ThreadPool = InstanceType<typeof import("./index").ThreadPool>;
}
}
Loading

0 comments on commit 1b210dc

Please sign in to comment.