Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an IDL Empty, a type which has no inhabitants. Since no values exist for this type, it cannot be serialised or deserialised. Result types like Result<Text, Empty> should always succeed.

Hierarchy

Index

Constructors

Accessors

  • get name(): string

Methods

  • _buildTypeTableImpl(typeTable: TypeTable): void
  • accept<D, R>(v: Visitor<D, R>, d: D): R
  • buildTypeTable(typeTable: TypeTable): void
  • covariant(x: any): x is never
  • decodeValue(): never
  • display(): string
  • encodeType(): ArrayBuffer
  • encodeValue(): never
  • valueToString(): never

Generated using TypeDoc