Skip to content

Commit

Permalink
refactor(common-scripts): labeled tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Jun 24, 2024
1 parent 61e5774 commit ac29338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Provider {
request: {
(payload: {
method: "personal_sign";
params: [string /*from*/, string /*message*/];
params: [from: string, message: string];
}): Promise<string>;
};
}
Expand Down

0 comments on commit ac29338

Please sign in to comment.