StakeCredKey.fromHex constructor

StakeCredKey.fromHex(
  1. String hexBytes
)

Constructs a StakeCredKey from a hexadecimal string hexBytes.

Implementation

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