Type alias GetQuoteParams

GetQuoteParams: SupertransactionLike & {
    account?: MultichainSmartAccount;
    eoa?: Address;
    path?: string;
}

Parameters required for requesting a quote from the MEE service

Type declaration

  • Optional account?: MultichainSmartAccount

    Optional smart account to execute the transaction. If not provided, uses the client's default account

  • Optional eoa?: Address

    EOA address to be used for the transaction. Only required when using permit-enabled tokens

  • Optional path?: string

    Path to the quote endpoint. Defaults to "v1/quote"

    Example

    "v1/quote"