pub type TransferProofData = (u32, u64, AccountId32, AccountId32, u128);Expand description
Full transfer data including amount - used to compute the leaf_inputs_hash via Poseidon2. This is what the ZK circuit verifies.
pub type TransferProofData = (u32, u64, AccountId32, AccountId32, u128);Full transfer data including amount - used to compute the leaf_inputs_hash via Poseidon2. This is what the ZK circuit verifies.