Function createPermissionlessGenericDepositData

  • Creates the data for permissionless generic handler

    Returns

    Parameters

    • executeFunctionSignature: string

      execution function signature

    • executeContractAddress: string

      execution contract address

    • maxFee: string

      max fee defined

    • depositor: string

      address of depositor on destination chain

    • executionData: string

      the data to pass as parameter of the function being called on destination chain

    • depositorCheck: boolean = true

      true if you want to check depositor

    Returns string

Generated using TypeDoc