authorization_digest
Compute the EIP-712 digest for an authorization to verify the data a wallet would be asked to sign, without performing the signing.
Instructions
Compute the EIP-712 digest a wallet will be asked to sign for a given authorization, without signing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| nonce | Yes | ||
| token | No | USDG | |
| value | Yes | ||
| validAfter | Yes | ||
| validBefore | Yes |