flint icon indicating copy to clipboard operation
flint copied to clipboard

☂️ External Calls

Open bearbin opened this issue 6 years ago • 1 comments

  • [x] Write Proposal - #291 (see FIP-0002)

bearbin avatar Aug 06 '18 09:08 bearbin

Original Plan from Franklin

import Ethereum

contract Foo {}

Foo :: (any) {
  func foo(address: Address) {
    try Ethereum.send(address, "bar(uint256)", 20)
  }
}

DJRHails avatar Aug 09 '18 09:08 DJRHails