Class: UInt64Value
Represents a UInt64Value.
Implements
Constructors
constructor
• new UInt64Value(properties?): UInt64Value
Constructs a new UInt64Value.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUInt64Value | Properties to set |
Returns
Properties
value
• value: Long
UInt64Value value.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this UInt64Value to JSON.
Returns
Object
JSON object
create
▸ create(properties?): UInt64Value
Creates a new UInt64Value instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUInt64Value | Properties to set |
Returns
UInt64Value instance
decode
▸ decode(reader, length?): UInt64Value
Decodes a UInt64Value message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
UInt64Value
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): UInt64Value
Decodes a UInt64Value message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
UInt64Value
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing