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 we have implemented the AsRef trait however its not very semantic or readable to get(milestone_key).unwrap().get(account_id) to find a required vote.
Instead implement an interface that allows a caller to ask wether a vote exists. just syntactic sugar really.
Currently we have implemented the
AsRef
trait however its not very semantic or readable toget(milestone_key).unwrap().get(account_id)
to find a required vote.Instead implement an interface that allows a caller to ask wether a vote exists. just syntactic sugar really.
The text was updated successfully, but these errors were encountered: