StakeCredKey.fromHex constructor

StakeCredKey.fromHex(
  1. String hexBytes
)

Constructs a StakeCredKey from a hexadecimal string hexBytes.

Implementation

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