@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht
9 lines • 340 B
TypeScript
import { Signer } from "ethers";
import { AbstractWallet } from "./abstract";
import { GcpKmsSignerCredentials } from "ethers-gcp-kms-signer";
export declare class GcpKmsWallet extends AbstractWallet {
#private;
constructor(options: GcpKmsSignerCredentials);
getSigner(): Promise<Signer>;
}
//# sourceMappingURL=gcp-kms.d.ts.map