Class: BcsType<T, Input>
Type Parameters
• T
• Input = T
Constructors
new BcsType()
new BcsType<
T,Input>(options):BcsType<T,Input>
Parameters
• options: object & BcsTypeOptions<T, Input>
Returns
BcsType<T, Input>
Properties
$inferType
$inferType:
T
$inferInput
$inferInput:
Input
name
name:
string
read()
read: (
reader) =>T
Parameters
• reader: BcsReader