essential-contributions / pint

Pint, the constraint-based programming language for declarative blockchains
Apache License 2.0
14 stars 0 forks source link

feat: Add `pint-abi-gen` `Keys` builder for building sets of keys #784

Closed mitchmindtree closed 1 month ago

mitchmindtree commented 1 month ago

Based on #761.

The Keys builder is very similar to the Mutations builder, but just builds the keys rather than the key value pairs.

This will be useful for querying state from a server or node.

Part of solving #734.