SecretKeyAgent.fromHex constructor
SecretKeyAgent.fromHex(
- String hex
Implementation
factory SecretKeyAgent.fromHex(String hex) =>
SecretKeyAgent(SecretKey.fromHex(hex));
factory SecretKeyAgent.fromHex(String hex) =>
SecretKeyAgent(SecretKey.fromHex(hex));