Skip to content

Commit

Permalink
exposing length from array storage module (#261)
Browse files Browse the repository at this point in the history
* exposing length from array storage module

* expose foldl
  • Loading branch information
martyall authored Feb 25, 2021
1 parent a9b5027 commit 6c1ad7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hs-abci-sdk/src/Tendermint/SDK/BaseApp/Store/Array.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module Tendermint.SDK.BaseApp.Store.Array
, makeArray
, makeFullStoreKey
, append
, length
, foldl
, modifyAtIndex
, deleteWhen
, (!!)
Expand Down

0 comments on commit 6c1ad7f

Please sign in to comment.