Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[token-2022] Add transfer with fee logic with split proof context acc…
…ounts (#5258) * add constructor for transfer with fee and split contexts * update processor for transfer with fee and split context minus proof verification and generation * add main logic for proof verification * add main logic for proof generation in client * update token client for transfer with fee using split contexts * update tests for transfer with fee using split contexts * clippy * Apply suggestions from code review Co-authored-by: Jon Cinque <[email protected]> * remove unnecessary print * remove unnecessary generic parameter * rename transfer info constructor functions and add clarifying comments * rename `verify_and_generate` to `verify_and_extract` --------- Co-authored-by: Jon Cinque <[email protected]>
- Loading branch information