pub type TransferProofData = (u32, u64, AccountId32, AccountId32, u128);Expand description
Full transfer data type - used to compute the leaf_inputs_hash via Poseidon2. Order: (asset_id, transfer_count, from, to, amount)
pub type TransferProofData = (u32, u64, AccountId32, AccountId32, u128);Full transfer data type - used to compute the leaf_inputs_hash via Poseidon2. Order: (asset_id, transfer_count, from, to, amount)