Character
Class: Character
Deprecated
CircuitValue is deprecated in favor of Struct, which features a simpler API and better typing.
Hierarchy
- ↳ - Character
Table of contents
Constructors
Properties
Methods
- assertEquals
- equals
- isConstant
- isNull
- toConstant
- toField
- toFields
- toJSON
- toString
- check
- fromFields
- fromJSON
- fromObject
- fromString
- sizeInFields
- toAuxiliary
- toConstant
- toFields
- toInput
- toJSON
Constructors
constructor
• new Character(...props)
Parameters
| Name | Type | 
|---|---|
| ...props | any[] | 
Inherited from
Defined in
Properties
value
• value: Field
Defined in
Methods
assertEquals
▸ assertEquals(x): void
Parameters
| Name | Type | 
|---|---|
| x | Character | 
Returns
void
Inherited from
Defined in
equals
▸ equals(x): Bool
Parameters
| Name | Type | 
|---|---|
| x | Character | 
Returns
Inherited from
Defined in
isConstant
▸ isConstant(): boolean
Returns
boolean
Inherited from
Defined in
isNull
▸ isNull(): Bool
Returns
Defined in
toConstant
▸ toConstant(): Character
Returns
Inherited from
Defined in
toField
▸ toField(): Field
Returns
Defined in
toFields
▸ toFields(): Field[]
Returns
Field[]
Inherited from
Defined in
toJSON
▸ toJSON(): any
Returns
any
Inherited from
Defined in
toString
▸ toString(): string
Returns
string
Defined in
check
▸ Static check(c): void
Parameters
| Name | Type | 
|---|---|
| c | Character | 
Returns
void
Overrides
Defined in
fromFields
▸ Static fromFields<T>(this, xs): InstanceType<T>
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| xs | Field[] | 
Returns
InstanceType<T>
Inherited from
Defined in
fromJSON
▸ Static fromJSON<T>(this, value): InstanceType<T>
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| value | any | 
Returns
InstanceType<T>
Inherited from
Defined in
fromObject
▸ Static fromObject<T>(this, value): InstanceType<T>
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| value | NonMethods<InstanceType<T>> | 
Returns
InstanceType<T>
Inherited from
Defined in
fromString
▸ Static fromString(str): Character
Parameters
| Name | Type | 
|---|---|
| str | string | 
Returns
Defined in
sizeInFields
▸ Static sizeInFields(): number
Returns
number
Inherited from
Defined in
toAuxiliary
▸ Static toAuxiliary(): []
Returns
[]
Inherited from
Defined in
toConstant
▸ Static toConstant<T>(this, t): InstanceType<T>
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| t | InstanceType<T> | 
Returns
InstanceType<T>
Inherited from
Defined in
toFields
▸ Static toFields<T>(this, v): Field[]
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| v | InstanceType<T> | 
Returns
Field[]
Inherited from
Defined in
toInput
▸ Static toInput<T>(this, v): HashInput
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| v | InstanceType<T> | 
Returns
HashInput
Inherited from
Defined in
toJSON
▸ Static toJSON<T>(this, v): any
Type parameters
| Name | Type | 
|---|---|
| T | extends AnyConstructor | 
Parameters
| Name | Type | 
|---|---|
| this | T | 
| v | InstanceType<T> | 
Returns
any