🛠 Improvements
Staking Templates
- Update register node transaction to create a public capability to get the accounts node or delegator IDs (#91)
- Add scripts to query staking info for an account by address:
GenerateGetNodeInfoFromAddressScript
andGenerateGetDelegatorInfoFromAddressScript
(#91) - Reorganize staking templates (#92)
- Add transaction to change payout and end epoch at the same time:
GenerateEndEpochChangePayoutScript
(#91)