Describes stream type handler functionality

Type Parameters

Hierarchy

  • StreamHandler

Properties

name: string

The string name of the streamtype

stream_constructor: StreamConstructor<T>

The constructor used to instantiate an instance of the handled streamtype.

type: number

The ID number of the streamtype. This is specified by the table within CIP-59.

Methods