Skip to content

Why you could set 6 params in your executeMetaTransaction function? #1

Open
@link-jc

Description

@link-jc

Why you could set 6 params in your executeMetaTransaction function? I saw your contract only set 5 params

 try {
      let tx = await contract.executeMetaTransaction(
        userAddress,
        functionData,
        r,
        s,
        v,
        { gasLimit: 1000000 }
      )

When i set same params in my code , it tells me could not find this function
"API not found for method executeMetaTransaction"

But if I only set 5 , it returns execution reverted: Signer and signature do not match.

Have you ever meet this solution?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions