The Mee client instance
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 the quote payload with added signature
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.
Example