Turn BlockChain<T>.GetStates() into GetState() #510
Labels
hacktoberfest
Newcomer-welcoming issues for Hacktoberfest
help wanted
Extra attention is needed
suggestion
Suggestion or feature request
As it seems rare to look up multiple states at a time, and dealing with multiple addresses makes the implementation of
BlockChain<T>.GetStates()
complicated, I suggest to turnGetStates()
intoGetState()
which takes only oneAddress
at a call instead ofIEnumerable<Address>
.The text was updated successfully, but these errors were encountered: