SecretKeyAgent.fromHex constructor

SecretKeyAgent.fromHex(
  1. String hex
)

Implementation

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