Closed NikVolf closed 7 years ago
invoking another contract is just
let mut client = Client::new(Address::zero()); client.value(100000.into()).baz(69, true);
nice!
invoking another contract is just