Helios API/ API Reference/ Classes/
StakingValidatorHash
Represents a blake2b-224 hash of a staking script.
Note: before hashing, the staking script is first encoded as a CBOR byte-array and then prepended by a script version byte.
Hierarchy
-
↳
StakingValidatorHash
Index
Constructors
constructor
• new StakingValidatorHash(props
)
Parameters
Name | Type |
---|---|
props | HashProps |
Inherited from
Properties
bytes
• Readonly
bytes: number
[]
Inherited from
Accessors
hex
• get
hex(): string
Hexadecimal representation.
Returns
string
Inherited from
ScriptHash.hex
Methods
eq
▸ eq(other
): boolean
Parameters
Name | Type |
---|---|
other | Hash |
Returns
boolean
Inherited from
toCbor
▸ toCbor(): number
[]
Returns
number
[]
Inherited from
toCborHex
▸ toCborHex(): string
Returns
string
Inherited from
toSchemaJson
▸ toSchemaJson(): string
Returns
string
Inherited from
compare
▸ Static
compare(a
, b
): number
Parameters
Returns
number
Inherited from
fromCbor
▸ Static
fromCbor(bytes
): Hash
Used internally for metadataHash and scriptDataHash
Parameters
Name | Type |
---|---|
bytes | number [] |
Returns
Inherited from
fromHex
▸ Static
fromHex(str
): Hash
Might be needed for internal use
Parameters
Name | Type |
---|---|
str | string |
Returns
Inherited from
fromProps
▸ Static
fromProps(props
): Hash
Parameters
Returns
Inherited from
fromUplcCbor
▸ Static
fromUplcCbor(bytes
): StakingValidatorHash
Parameters
Name | Type |
---|---|
bytes | string | number [] |
Returns
fromUplcData
▸ Static
fromUplcData(data
): StakingValidatorHash
Parameters
Name | Type |
---|---|
data | UplcData |