-
- All Implemented Interfaces:
public final class Payload.PubkeyHash extends Payload
P2PKH address.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<UByte>
pubkeyHash
-
Constructor Summary
Constructors Constructor Description Payload.PubkeyHash(List<UByte> pubkeyHash)
-
Method Summary
Modifier and Type Method Description final List<UByte>
getPubkeyHash()
-
-
Method Detail
-
getPubkeyHash
final List<UByte> getPubkeyHash()
-
-
-
-