BcsTypeOptions
@iota/bcs / BcsTypeOptions
Interface: BcsTypeOptions<T, Input, Name>
Defined in: bcs-type.ts:14
Type Parameters
T
T
Input
Input = T
Name
Name extends string = string
Properties
name?
optionalname?:Name
Defined in: bcs-type.ts:15
validate?
optionalvalidate?: (value) =>void
Defined in: bcs-type.ts:16
Parameters
value
Input
Returns
void