XCBPrivateKey.fromHex constructor

XCBPrivateKey.fromHex(
  1. String hex
)

Implementation

XCBPrivateKey.fromHex(String hex) : this(Uint8List.fromList(hexToBytes(hex)));