issues
search
ArkEcosystemArchive
/
cpp-crypto
A simple Cryptography Implementation in C++ for the Ark Blockchain.
MIT License
13
stars
10
forks
source link
feat(transactions): add delegate resignation builder and tests
#207
Closed
sleepdefic1t
closed
4 years ago
sleepdefic1t
commented
4 years ago
Summary
add Delegate Resignation Builder file to
/builders/
dir.
add Delegate Resignation header include to
builder.hpp
.
add Delegate Resignation unit test.
add Delegate Resignation definition file to Unit Tests
CMakeLists.txt
.
update the CHANGELOG.
Checklist
[x] Tests
[x] Ready to be merged
Summary
/builders/
dir.builder.hpp
.CMakeLists.txt
.Checklist