CommitteeHotAuth constructor

const CommitteeHotAuth({
  1. required Credential committeeColdCredential,
  2. required Credential committeeHotCredential,
})

Implementation

const CommitteeHotAuth(
    {required this.committeeColdCredential,
    required this.committeeHotCredential});