The Mee client instance
Extends the client with additional functionality
Makes HTTP requests to the Http node
Parameters for signing the permit quote
Optional
account?: MultichainSmartAccountOptional smart account to execute the transaction If not provided, uses the client's default account
The quote to sign
Promise resolving to the quote payload with permit signature
Signs a permit quote using EIP-2612 permit signatures. This enables gasless approvals for ERC20 tokens that implement the permit extension.
Example