StakeCredScript.fromHex constructor
StakeCredScript.fromHex(
- String hexBytes
Constructs a StakeCredScript from a hexadecimal string hexBytes
.
Implementation
StakeCredScript.fromHex(String hexBytes) : super.fromHex(hexBytes);