Skip to content

Commit a94eef5

Browse files
authored
Use Signer instead of Keypair for base (#220)
1 parent 1e80550 commit a94eef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class GokiSDK {
111111
* Number of owners in the smart wallet.
112112
*/
113113
numOwners: number;
114-
base?: Keypair;
114+
base?: Signer;
115115
/**
116116
* Timelock delay in seconds
117117
*/

0 commit comments

Comments
 (0)