MEE client instance used to make the request
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 the quote request
Promise resolving to a committed supertransaction quote
Error if the account is not deployed on any required chain
const quote = await getQuote(meeClient, {
instructions: [...],
feeToken: { address: '0x...', chainId: 1 },
account: smartAccount
});
Requests a quote from the MEE service for executing a set of instructions