Expand description
Helper functions to verify zero-knowledge proofs in the Confidential Transfer Extension
Functions
- Verify zero-knowledge proof needed for a [ConfigureAccount] instruction and return the corresponding proof context.
- Verify zero-knowledge proof needed for a [EmptyAccount] instruction and return the corresponding proof context.
- Verify zero-knowledge proof needed for a [Transfer] instruction without fee and return the corresponding proof context.
- Verify zero-knowledge proof needed for a [Transfer] instruction with fee and return the corresponding proof context.
- Verify zero-knowledge proof needed for a [Withdraw] instruction and return the corresponding proof context.