Package com.horizen.poseidonnative
Interface PoseidonHashable
-
- All Known Implementing Classes:
ForwardTransferOutput,ScUtxoOutput,WithdrawalCertificate
public interface PoseidonHashableInterface for classes on which it is possible to compute PoseidonHash
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldElementgetHash()Compute Poseidon Hash of this instance
-
-
-
Method Detail
-
getHash
FieldElement getHash()
Compute Poseidon Hash of this instance- Returns:
- a FieldElement corresponding to the Poseidon Hash of this instance
-
-