We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ee0d9 commit 49a0d5dCopy full SHA for 49a0d5d
1 file changed
typescript/sdk/src/signers/svm/turnkey.ts
@@ -65,7 +65,7 @@ export class TurnkeySealevelSigner implements SvmTransactionSigner {
65
}
66
67
/**
68
- * Get a signer (returns this for compatibility with CloudAgentKey interface)
+ * Get a signer (returns this instance)
69
*/
70
async getSigner(): Promise<this> {
71
return this;
0 commit comments