build_transfer_authorization_calldata
Create complete transferWithAuthorization calldata from a signed authorization, ready for relayer submission.
Instructions
Assemble the final transferWithAuthorization CALLDATA from a signed authorization, ready for a relayer to submit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| nonce | Yes | ||
| token | No | USDG | |
| value | Yes | Base units | |
| signature | Yes | 65-byte signature | |
| validAfter | Yes | ||
| validBefore | Yes |