web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.16k stars 543 forks source link

eth_sign的参数都是什么?一直报错 #327

Open leruge opened 1 year ago

leruge commented 1 year ago

Wrong type of eth_sign method argument 0

传普通字符串不行:'100' 传数字不行:100 传toHex’后的也不行 '0x64'

jackyli86 commented 1 year ago

$eth->sign($address, $hexdata)