Certificate constructor

Certificate(
  1. ReadStateResponse response,
  2. Agent _agent
)

Implementation

Certificate(
  ReadStateResponse response,
  this._agent,
) : cert = Cert.fromJson(cborDecode(response.certificate));