Module record/envelope/index

Index

Classes

Type aliases

Functions

Type aliases

Record

Record: Record

Functions

createFromProtobuf

  • createFromProtobuf(data: Uint8Array): Promise<Envelope>
  • Parameters

    • data: Uint8Array

    Returns Promise<Envelope>

openAndCertify

  • openAndCertify(data: Uint8Array, domain: string): Promise<Envelope>
  • Parameters

    • data: Uint8Array
    • domain: string

    Returns Promise<Envelope>

seal