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