Skip to main content

Pczt

Index

Methods

free

  • free(): void
  • Returns void

serialize

  • serialize(): Uint8Array
  • Returns the postcard serialization of the Pczt.


    Returns Uint8Array

to_json

  • to_json(): any
  • Returns a JSON object with the details of the Pczt.


    Returns any

staticfrom_bytes

  • from_bytes(bytes: Uint8Array): Pczt
  • Deserialize to a Pczt from postcard bytes.


    Parameters

    • bytes: Uint8Array

    Returns Pczt

staticfrom_json

  • from_json(s: any): Pczt
  • Returns a Pczt from a JSON object


    Parameters

    • s: any

    Returns Pczt