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
Currently, the API reuses the Transferred type for both account transfers and contracts, but this means that it is needlessly more general, since the sender and receiver will always to an account in an account transfer and contract transfer will always have sender as contract and receiver as address. It would be minor breaking change.
The text was updated successfully, but these errors were encountered:
Currently, the API reuses the Transferred type for both account transfers and contracts, but this means that it is needlessly more general, since the sender and receiver will always to an account in an account transfer and contract transfer will always have sender as contract and receiver as address.
It would be minor breaking change.
The text was updated successfully, but these errors were encountered: