libp2p
    Preparing search index...

    A message with a signed payload.

    Implements

    Index

    Constructors

    Properties

    marshaled?: Uint8Array<ArrayBufferLike>
    payload: Uint8Array

    The contents of the envelope

    payloadType: Uint8Array

    How the payload should be interpreted

    publicKey: PublicKey

    The public key of the keypair used to sign the payload

    signature: Uint8Array

    A signature that can be used to verify the payload is intact

    Methods