Replies: 1 comment
-
We don't have support for calling the The message to be signed is described in the ERC1056 repo readme, for each one of the You can use the non-signed variants of those methods, with the same security guarantees. There is still a signature being checked, but it is the transaction signature, not the special message signature. You haven't described your use-case but it seems like those methods might be more suitable for you with geth accounts. |
Beta Was this translation helpful? Give feedback.
-
hi im developing did project and i accidentally found uport github
and im using ethr-did , registry , resolver.
and my question is how to use signed functions in registry solidity.
for example, changeOwnerSigned(address identity, uint8 sigV, bytes32 sigR, bytes32 sigS, address newOwner) , there is this function
how do i make message for sign? i tried web3.eth.accounts.sign, but i dont know message format for sign() parameter
and other question is, do i have to make new geth account for these solidity functions?
on uport guide, it's using createKeyPair function, and this function doesn't make geth account on my geth file folder
and web3 method doesn't work when not matched geth account and keypair address
Beta Was this translation helpful? Give feedback.
All reactions