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