-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add submit quote api #368
Add submit quote api #368
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
#[serde_as] | ||
#[derive(Serialize, Deserialize, ToSchema, Clone, PartialEq, Debug)] | ||
pub struct SubmitQuoteResponse { | ||
/// The fully signed versioned transaction that was submitted. |
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.
nit: maybe just mention signed by user? If we add relayer signature, it's not fully signed yet
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.
This is in response, it should be fully signed. so the FE can also submit the tx
6128fae
to
a6330dd
Compare
This PR aims to add submit quote endpoint to auction server