Hierarchy

  • RecordEnvelope

Implements

Constructors

Properties

marshaled?: Uint8Array
payload: Uint8Array
payloadType: Uint8Array
peerId: PeerId
signature: Uint8Array

Methods

  • Verifies if the other Envelope is identical to this one

    Parameters

    Returns boolean

  • Validate envelope data signature for the given domain

    Parameters

    • domain: string

    Returns Promise<boolean>