onflow / ledger-app-flow

Apache License 2.0
10 stars 12 forks source link

Optional support #35

Closed relatko closed 3 years ago

relatko commented 3 years ago

Implements support for optional delegatorID arguments required by stakingCollection transactions. Makes it easier to support further optional parameters in the future. Does not change the behaviour of the app. Some details of parsing delegatorID arguments may need to change, but they should be easy to implement after this.