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
feat: private field access for RawXxx types (#535)
Certain custom `Account` implementations require access to these
internal fields, as they do more than just signing on the transaction
hash. Exposing these fields offers the maximum flexibility on how
accounts sign transactions.
0 commit comments