Parses an IPNS record from given name and serialized data.
|
In
Exec
|
|
|
IPNS Name
String
|
name of the record |
|
Serialized
Array of Bytes
|
serialized record data |
|
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 |