@atomiqlabs/base 10.0.0-dev.14 → 10.0.0-dev.15
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.
|
@@ -112,5 +112,5 @@ export interface ChainInterface<TX = any, Signer extends AbstractSigner = Abstra
|
|
|
112
112
|
/**
|
|
113
113
|
* Wraps a native chain signer object to an atomiq-understandable AbstractSigner
|
|
114
114
|
*/
|
|
115
|
-
wrapSigner(signer: NativeSigner): Signer
|
|
115
|
+
wrapSigner(signer: NativeSigner): Promise<Signer>;
|
|
116
116
|
}
|
package/package.json
CHANGED