pub type TransferProofKey = (AccountId32, u64);Expand description
Key for TransferProof storage - uniquely identifies a transfer. Uses (to, transfer_count) since transfer_count is atomic per recipient. This is hashed with Blake2_256 to form the storage key suffix.