hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

feat(HIP796): Implement HIP-796 moveUnitsBetweenDifferentUserPartitions functionality

Open vvairava opened this issue 9 months ago • 0 comments

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

vvairava avatar May 12 '24 00:05 vvairava