personal_sign: Ethereum specific signature

Description Usage Arguments Value See Also Examples

View source: R/personal.R

Description

personal_sign returns an Ethereum specific signature with keccak256.

Usage

1
personal_sign(address, message, password)

Arguments

address

Address - Address of the user.

message

String - Message to sign.

password

String - Password of the account.

Value

Data - Signature.

See Also

Other personal functions: gethr, personal_ecRecover, personal_importRawKey, personal_listAccounts, personal_lockAccount, personal_newAccount, personal_unlockAccount

Examples

1
2
personal_sign('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a', 'hello world',
'password')

gethr documentation built on May 2, 2019, 7:03 a.m.