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
You could refactor some account events onto a single AccountUpdate that emits accountId and fullStake (either compressed or uncompressed, we'll figure it out)
AccountFunded
AccountWithdrawn
Sort of related, wallet as a name field is a very bad name. owner is better.
The text was updated successfully, but these errors were encountered:
as I typed this, I realized the rationale for the Account events being different. one only relays the new Account fullStake. the only one relays the new Account fullstake and lets you know withdrawingTimestamp is back at 0.
You could refactor some account events onto a single
AccountUpdate
that emits accountId and fullStake (either compressed or uncompressed, we'll figure it out)Sort of related,
wallet
as a name field is a very bad name.owner
is better.The text was updated successfully, but these errors were encountered: