@pooflabs/web 0.0.59 → 0.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/providers/phantom-wallet-provider.d.ts +1 -0
- package/dist/{index-B1INQP2H.esm.js → index-BU0jcnYK.esm.js} +2 -2
- package/dist/{index-B1INQP2H.esm.js.map → index-BU0jcnYK.esm.js.map} +1 -1
- package/dist/{index-C9sapvtl.esm.js → index-Bt89WhpV.esm.js} +47 -20
- package/dist/index-Bt89WhpV.esm.js.map +1 -0
- package/dist/{index-DZfjvlS2.js → index-D15hrtDJ.js} +47 -20
- package/dist/index-D15hrtDJ.js.map +1 -0
- package/dist/{index-BGYQ_HzF.js → index-DzGrm7WK.js} +2 -2
- package/dist/{index-BGYQ_HzF.js.map → index-DzGrm7WK.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/index-C9sapvtl.esm.js.map +0 -1
- package/dist/index-DZfjvlS2.js.map +0 -1
|
@@ -88,6 +88,7 @@ export declare class PhantomWalletProvider implements AuthProvider {
|
|
|
88
88
|
logout(): Promise<void>;
|
|
89
89
|
getNativeMethods(): Promise<any>;
|
|
90
90
|
private getRpcUrl;
|
|
91
|
+
private signAndSendViaPhantom;
|
|
91
92
|
private submitSignedTransaction;
|
|
92
93
|
private submitSignedTransactionWithBlockhash;
|
|
93
94
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useContext, createContext, useState, useMemo, useRef, useEffect, useCallback } from 'react';
|
|
3
3
|
import globalAxios, { isAxiosError } from 'axios';
|
|
4
|
-
import { b as bufferExports, a as bs58$1, E as EventEmitter3 } from './index-
|
|
4
|
+
import { b as bufferExports, a as bs58$1, E as EventEmitter3 } from './index-Bt89WhpV.esm.js';
|
|
5
5
|
import { Transaction as Transaction$1, VersionedTransaction } from '@solana/web3.js';
|
|
6
6
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
7
|
import '@coral-xyz/anchor';
|
|
@@ -15369,4 +15369,4 @@ function ConnectBox({ maxWidth = "350px", transparent = false, appIcon, appName
|
|
|
15369
15369
|
}
|
|
15370
15370
|
|
|
15371
15371
|
export { DerivationInfoAddressFormatEnum as AddressType, ConnectBox, ConnectButton, DebugLevel, NetworkId, PhantomProvider, darkTheme, debug, isMobileDevice, lightTheme, mergeTheme, useAccounts, useAutoConfirm, useConnect, useDisconnect, useDiscoveredWallets, useEthereum, useIsExtensionInstalled, useIsPhantomLoginAvailable, useModal, usePhantom, useSolana, useTheme };
|
|
15372
|
-
//# sourceMappingURL=index-
|
|
15372
|
+
//# sourceMappingURL=index-BU0jcnYK.esm.js.map
|