StakeCredScript.fromHex constructor

StakeCredScript.fromHex(
  1. String hexBytes
)

Constructs a StakeCredScript from a hexadecimal string hexBytes.

Implementation

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