Skip to content

Commit

Permalink
add protocol to legacy signMessage payload
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Jul 11, 2024
1 parent 8fb60ad commit 5508153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/messages/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { MessageSigningProtocols } from 'src/request';
import type { RequestOptions, RequestPayload } from '../types';

export interface SignMessagePayload extends RequestPayload {
address: string;
message: string;
protocol?: MessageSigningProtocols;
}

export type SignMessageResponse = string;
Expand Down

0 comments on commit 5508153

Please sign in to comment.