ProofVerificationHash⚓︎
- ProofVerificationHash
- Represents a fixed size byte array.
Extends⚓︎
Constructors⚓︎
new ProofVerificationHash()⚓︎
Parameters⚓︎
Parameter | Type |
---|---|
proofVerificationHash ? |
Uint8Array <ArrayBuffer > |
Returns⚓︎
ProofVerificationHash
Overrides⚓︎
Properties⚓︎
Property | Modifier | Type | Description | Inherited from |
---|---|---|---|---|
bytes |
public |
Uint8Array |
Underlying bytes. | ByteArray .bytes |
NAME |
static |
string |
Byte array name (required because constructor.name is dropped during minification). |
ByteArray .NAME |
SIZE |
static |
number |
- | - |
Accessors⚓︎
size⚓︎
Get Signature⚓︎
Returns⚓︎
number
Methods⚓︎
serialize()⚓︎
Returns⚓︎
Uint8Array
<ArrayBufferLike
>
toJson()⚓︎
- ProofVerificationHash.serialize
- Returns representation of this object that can be stored in JSON.
Returns⚓︎
string
JSON-safe representation of this object.
Inherited from⚓︎
toString()⚓︎
- ProofVerificationHash.toString
- Returns string representation of this object.
Returns⚓︎
string
String representation of this object
Inherited from⚓︎
deserialize()⚓︎
Parameters⚓︎
Parameter | Type |
---|---|
payload |
any |
Returns⚓︎
ProofVerificationHash