StakeCredScript.fromHex constructor

StakeCredScript.fromHex(
  1. String hexBytes
)

Constructs a StakeCredScript from a hexadecimal string hexBytes.

Implementation

StakeCredScript.fromHex(String hexBytes) : super.fromHex(hexBytes);