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
Fastpay was account based, and the structures within authority.rs are structured around accounts. We should rename accounts to objects, and extract the structures holding certificates and transactions out of accounts to the authority object. Further we should rename all fields to align to our object centric structure as in the spec (https://www.overleaf.com/7111272316rvsqhrmycmwn)
The text was updated successfully, but these errors were encountered:
Fastpay was account based, and the structures within
authority.rs
are structured around accounts. We should renameaccounts
to objects, and extract the structures holding certificates and transactions out of accounts to the authority object. Further we should rename all fields to align to our object centric structure as in the spec (https://www.overleaf.com/7111272316rvsqhrmycmwn)The text was updated successfully, but these errors were encountered: