@mysten/sui.js
Advanced tools
Comparing version 0.0.0-experimental-20240508033731 to 0.0.0-experimental-20240508170458
# @mysten/sui.js | ||
## 0.0.0-experimental-20240508033731 | ||
## 0.0.0-experimental-20240508170458 | ||
### Patch Changes | ||
- 123b42c75c: Only accept 1 keypair on getSigner method of MultiSigPubKey | ||
## 0.53.0 | ||
### Minor Changes | ||
@@ -6,0 +12,0 @@ |
@@ -86,3 +86,3 @@ import type { Signer } from '../cryptography/keypair.js'; | ||
getThreshold(): number; | ||
getSigner(signers: Signer[]): MultiSigSigner; | ||
getSigner(...signers: [signer: Signer]): MultiSigSigner; | ||
/** | ||
@@ -89,0 +89,0 @@ * Return the Sui address associated with this MultiSig public key |
@@ -122,3 +122,3 @@ "use strict"; | ||
} | ||
getSigner(signers) { | ||
getSigner(...signers) { | ||
return new import_signer.MultiSigSigner(this, signers); | ||
@@ -125,0 +125,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508033731"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508170458"; | ||
export declare const TARGETED_RPC_VERSION = "1.25.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240508033731"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240508170458"; | ||
const TARGETED_RPC_VERSION = "1.25.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -86,3 +86,3 @@ import type { Signer } from '../cryptography/keypair.js'; | ||
getThreshold(): number; | ||
getSigner(signers: Signer[]): MultiSigSigner; | ||
getSigner(...signers: [signer: Signer]): MultiSigSigner; | ||
/** | ||
@@ -89,0 +89,0 @@ * Return the Sui address associated with this MultiSig public key |
@@ -99,3 +99,3 @@ import { fromB64, toB64 } from "@mysten/bcs"; | ||
} | ||
getSigner(signers) { | ||
getSigner(...signers) { | ||
return new MultiSigSigner(this, signers); | ||
@@ -102,0 +102,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508033731"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508170458"; | ||
export declare const TARGETED_RPC_VERSION = "1.25.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240508033731"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240508170458"; | ||
const TARGETED_RPC_VERSION = "1.25.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "0.0.0-experimental-20240508033731", | ||
"version": "0.0.0-experimental-20240508170458", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -180,3 +180,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
getSigner(signers: Signer[]) { | ||
getSigner(...signers: [signer: Signer]) { | ||
return new MultiSigSigner(this, signers); | ||
@@ -183,0 +183,0 @@ } |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20240508033731'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20240508170458'; | ||
export const TARGETED_RPC_VERSION = '1.25.0'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3115429