flint
flint copied to clipboard
☂️ External Calls
- [x] Write Proposal - #291 (see FIP-0002)
Original Plan from Franklin
import Ethereum
contract Foo {}
Foo :: (any) {
func foo(address: Address) {
try Ethereum.send(address, "bar(uint256)", 20)
}
}