Web3S_Demo > Web 3S Ipns Function Library > IPNS Sign Record

IPNS Sign Record

Signs an IPNS Record cryptographically.

Inputs

In
Exec

Record
IPNS Record Structure (by ref)

record to be signed

Private Key (P EM)
Array of Bytes

key to be used for signing encoded in PEM format

Password
String

password used in encrypting the PEM-encoded private key. If key is unencrypted, leave empty.

Outputs

Out
Exec

Error Message
String

message containing error description

Success
Boolean

True if signing was successful, false otherwise