We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a738253 commit b005d6fCopy full SHA for b005d6f
packages/iframe-stamper/src/index.ts
@@ -563,7 +563,7 @@ export class IframeStamper {
563
*/
564
async signMessage(
565
message: TSignableMessage,
566
- address: string,
+ address?: string,
567
): Promise<string> {
568
return this.createRequest<string>(IframeEventType.SignMessage, {
569
value: JSON.stringify(message),
0 commit comments