CommitteeHotAuth constructor
const
CommitteeHotAuth({
- required Credential committeeColdCredential,
- required Credential committeeHotCredential,
Implementation
const CommitteeHotAuth(
{required this.committeeColdCredential,
required this.committeeHotCredential});