pub type Payment<'a> = (&'a [u8], i64);
Payment is a payment that can be attached when calling the function of another contract.