Intent
  • Introduction
  • Platform
  • Intent Structure
    • Meta
    • Limits
    • Recurrency (Optional)
    • MultiSig (Optional)
    • Computed (Optional)
    • Calls
      • Call Header
      • Call Params
    • Variables
      • External
      • Returned Data
      • Computed
      • Global
  • Intents vs. traditional methods
  • No-Code Intents Builder
  • Capabilities
  • FAQs
  • Official Tutorials
    • 01 / Introduction to Intentable Trading
  • 02 / Getting Started with Intentable: A Step-by-Step Tutorial
  • 03 / Buying Filtered Tokens with MEV Protection
  • 04 / Stop-Loss Order on any token
  • 05 / Setting Take-Profit / Limit Orders
  • 06 / Setting a Stop-Limit Order
Powered by GitBook
On this page
  1. Intent Structure
  2. Calls

Call Params

Call params holds the abi encoded params of a function call.

It can be EIP712 struct type or bytes type.

When using complex types, e.g. strings, arrays, bytes, etc. inside a struct type, types list must be sent with the EIP712 message in order for the FCT_Engine to reconstruct the EIP712 message from a given encoded abi.

PreviousCall HeaderNextVariables

Last updated 1 year ago