-
- All Implemented Interfaces:
public final class Payload.ScriptHash extends Payload
P2SH address.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<UByte>
scriptHash
-
Constructor Summary
Constructors Constructor Description Payload.ScriptHash(List<UByte> scriptHash)
-
Method Summary
Modifier and Type Method Description final List<UByte>
getScriptHash()
-
-
Method Detail
-
getScriptHash
final List<UByte> getScriptHash()
-
-
-
-