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

Parse IPNS Record

Parses an IPNS record from given name and serialized data.

Inputs

In
Exec

IPNS Name
String

name of the record

Serialized
Array of Bytes

serialized record data

Outputs

Out
Exec

Error Message
String

message containing error description. Empty if returns true

Record
IPNS Record Structure

parsed record

Success
Boolean

true if parsing was successful, false otherwise