Type Alias we_cdk::Payment

source ยท
pub type Payment<'a> = (&'a [u8], i64);
Expand description

Payment is a payment that can be attached when calling the function of another contract.