Signs a fusion quote with a tx send client side.
const signedQuote = await signOnChainQuote(meeClient, { quote: quotePayload, account: smartAccount}) Copy
const signedQuote = await signOnChainQuote(meeClient, { quote: quotePayload, account: smartAccount})
The Mee client to use
Extends the client with additional functionality
Makes HTTP requests to the Http node
The parameters for the fusion quote
The signed quote
Signs a fusion quote with a tx send client side.
Example