-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: wallet_prepareCalls + wallet_sendPreparedCalls #37
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -157,3 +171,19 @@ export type RevokeKeyParameters = { | |||
address?: Address.Address | undefined | |||
publicKey: Hex.Hex | |||
} | |||
|
|||
export type WalletPrepareCallsReturnType = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's roll with this schema, and we can adapt as the ERC updates: https://github.com/lukasrosario/ERCs/blob/0fb6e761e3cf138ab174c1de228e643f412c8000/ERCS/erc-7836.md#response
8e1532f
to
67bab55
Compare
Co-authored-by: jxom <[email protected]>
Co-authored-by: jxom <[email protected]>
Co-authored-by: jxom <[email protected]>
05e6d6b
to
62995e8
Compare
No description provided.