openethereum / pwasm-abi

Parity WASM Abi (Legacy and new)
Apache License 2.0
29 stars 17 forks source link

Derive calls from contract trait #6

Closed NikVolf closed 7 years ago

NikVolf commented 7 years ago

invoking another contract is just

    let mut client = Client::new(Address::zero());
    client.value(100000.into()).baz(69, true);
lexfrl commented 7 years ago

nice!