StakeKeyHash

Opaque ByteArray that represents the hash of a staking key.

Example instantiation:

skh: StakeKeyHash = StakeKeyHash::new(#...); ...

Associated Functions

new

StakeKeyHash::new(bytes: ByteArray) -> StakeKeyHash

from_data

StakeKeyHash::from_data(data: Data) -> StakeKeyHash

Operators

==

StakeKeyHash == StakeKeyHash -> Bool

!=

StakeKeyHash != StakeKeyHash -> Bool

>=

StakeKeyHash >= StakeKeyHash -> Bool

>

StakeKeyHash > StakeKeyHash -> Bool

<=

StakeKeyHash <= StakeKeyHash -> Bool

<

StakeKeyHash < StakeKeyHash -> Bool

Methods

serialize

skh.serialize() -> ByteArray

show

Hexadecimal representation of a StakeKeyHash.

skh.show() -> String