hedera-services
hedera-services copied to clipboard
feat(HIP796): Implement HIP-796 moveUnitsBetweenDifferentUserPartitions functionality
Description
Move the units from one partition to a different partition on a different user account, but requiring a signature from the user’s account being debited
The PR has the following files changes
Existing Files test-clients/src/main/java/com/hedera/services/bdd/spec/transactions/TxnVerbs.java test-clients/src/main/java/com/hedera/services/bdd/spec/transactions/crypto/HapiCryptoTransfer.java
Compile ./gradlew assemble is SUCCESS ./gradlew spotlessApply is SUCCESS