You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sign method calculates an Ethereum specific signature with: sign(keccak256("Ethereum Signed Message: " + len(message) + message))).
Parameters
Address - 20 Bytes - address.
Data - Data which hash to sign.
params: [
"0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826",
"0x5363686f6f6c627573" // Schoolbus
]
Returns
Data - Signed data.
The text was updated successfully, but these errors were encountered:
Method which allows sign arbitrary message.
The text was updated successfully, but these errors were encountered: