Skip to main content
Version: 2.1.0

Parse Record

Parse Record

IPNS Parse Record Parses a given protobuf-encoded byte array into an IPNS record structure. This function requires inputs as follows:

  • Ipns Name 1 : UTF-8 String, holds the IPNS name associated with given record data.
  • Serialized 2 : Byte array, the serialized IPNS record structure.

IPNS Parse Record

If successful, returns the Record 3 data structure.