Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 595 Bytes

TransactionTypeQw3rty01.md

File metadata and controls

14 lines (7 loc) · 595 Bytes

Ti=Order

1.sec=This is an order from {from.Name.Full} to the Ethereum payment system {Blockchain.ID} to send {arg1} Ether to {to.Name.Full} at {arg2} using:

    {Executable.1}

2.sec=The order shall be tried, and the result shall be returned.

3.sec=The return is {Success/Failure}.

4.sec=Time of this record is {Record.YMD:HMS}.

=[G/Z/ol/s4]

Executable.1=primaryAddress = eth.accounts[0]
MyContract = eth.contract(abi);
contact = MyContract.new(arg1, arg2, ...,{from: primaryAddress, data: evmCode})