The Mee client instance used for API interactions
Extends the client with additional functionality
Makes HTTP requests to the Http node
Parameters for signing the quote
Optional
account?: MultichainSmartAccountOptional smart account to execute the transaction If not provided, uses the client's default account
The quote payload to be signed
Promise resolving to ExecuteSignedQuotePayload containing:
Executes a quote by signing it and then executing the signed quote. This is a two-step process that:
Example
Throws
Will throw an error if either the signing or execution step fails