Properties
| Property | Type |
|---|---|
method | "personal_sign" |
params | [PersonalSignMessage, `0x${string}`] |
type PersonalSignRequest = {
method: "personal_sign";
params: [PersonalSignMessage, `0x${string}`];
};
| Property | Type |
|---|---|
method | "personal_sign" |
params | [PersonalSignMessage, `0x${string}`] |
Was this page helpful?