digitaldonkey/ethereum-php

Data Field

gelinger777 opened this issue · 4 comments

Can I generate via your tool the data field for transaction made to SmartContract?

Yes. But only primitive data types are implemented currently.

what you mean primitive? can't I make a data field which is intended to send a command to a smart contract?

https://github.com/ethjs/ethjs-schema#primitives
Only the Array mentioned as "primitive type" is not implemented yet.

ok thank you