The Mee client instance
Extends the client with additional functionality
Extended client with both base and new functionality
Function that adds new properties/methods to the base client
Makes HTTP requests to the Http node
Parameters for signing the quote
Promise resolving to the quote payload with added signature
const signedQuote = await signQuote(meeClient, {
quote: quotePayload,
account: smartAccount // Optional
});
Signs a quote using the provided account's signer or the client's default account. The signature is required for executing the quote through the MEE service.