Skip to content

How to structure _signTypedData params #3426

Answered by dorukozerr
dorukozerr asked this question in Q&A
Discussion options

You must be logged in to vote
{
    "types": {
        "MetaTransaction": [
            { "name": "nonce", "type": "uint256" },
            { "name": "from", "type": "address" },
            { "name": "functionSignature", "type": "bytes" }
        ]
    },
    "domain": {
        "name": null,
        "version": "1",
        "verifyingContract": null,
        "salt": null
    },
    "value": {
        "nonce": null,
        "from": null,
        "functionSignature": null
    }
}

this works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dorukozerr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant