You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What exactly is the difference between SignatureTransferDetails::requestedAmount and TokenPermissions::amount?
If using a permit for less than the max amount, and the nonce will be used & invalidated, then whats the use of having the two different numbers? Aren't they the same at that point?
Essentially i'm trying to do this:
Get a single permit signature (not a batch transfer permit) from Alice for spending T tokens
Transfer X tokens directly from Alice to Bob
Transfer Y tokens directly from Alice to Charlie
X+Y = T
The text was updated successfully, but these errors were encountered:
What exactly is the difference between
SignatureTransferDetails::requestedAmount
andTokenPermissions::amount
?If using a permit for less than the max amount, and the nonce will be used & invalidated, then whats the use of having the two different numbers? Aren't they the same at that point?
Essentially i'm trying to do this:
The text was updated successfully, but these errors were encountered: