signet.js 0.0.12-beta.5 → 0.0.12-beta.7
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/browser/index.browser.cjs +2 -2
- package/browser/index.browser.cjs.map +1 -1
- package/browser/index.browser.js +2 -2
- package/browser/index.browser.js.map +1 -1
- package/node/index.node.cjs +2 -2
- package/node/index.node.cjs.map +1 -1
- package/node/index.node.js +2 -2
- package/node/index.node.js.map +1 -1
- package/package.json +1 -1
- package/types/index.d.cts +1 -0
- package/types/index.d.ts +1 -0
package/package.json
CHANGED
package/types/index.d.cts
CHANGED
|
@@ -1137,6 +1137,7 @@ declare class ChainSignatureContract extends ChainSignatureContract$3 {
|
|
|
1137
1137
|
remainingAccounts?: Array<AccountMeta>;
|
|
1138
1138
|
remainingSigners?: Array<Signer>;
|
|
1139
1139
|
}): Promise<RSVSignature>;
|
|
1140
|
+
private sendAndConfirmWithoutWebSocket;
|
|
1140
1141
|
/**
|
|
1141
1142
|
* Polls for signature or error events matching the given requestId starting from the solana transaction with signature afterSignature.
|
|
1142
1143
|
* Returns a signature, error data, or undefined if nothing is found.
|
package/types/index.d.ts
CHANGED
|
@@ -1137,6 +1137,7 @@ declare class ChainSignatureContract extends ChainSignatureContract$3 {
|
|
|
1137
1137
|
remainingAccounts?: Array<AccountMeta>;
|
|
1138
1138
|
remainingSigners?: Array<Signer>;
|
|
1139
1139
|
}): Promise<RSVSignature>;
|
|
1140
|
+
private sendAndConfirmWithoutWebSocket;
|
|
1140
1141
|
/**
|
|
1141
1142
|
* Polls for signature or error events matching the given requestId starting from the solana transaction with signature afterSignature.
|
|
1142
1143
|
* Returns a signature, error data, or undefined if nothing is found.
|