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
To avoid confusion the field structs like Directory, DepositPreauth, Offer, etc., which are currently defined in mod.rs, should be separated to a new file. There are Ledger Objects that have the same name but different fields. Also there is a DepositPreauth transaction.
To avoid confusion the field structs like
Directory
,DepositPreauth
,Offer
, etc., which are currently defined inmod.rs
, should be separated to a new file. There are Ledger Objects that have the same name but different fields. Also there is aDepositPreauth
transaction.I separated them in #9 for now.
The text was updated successfully, but these errors were encountered: