MintCcc({ required this.depositAmount, required this.signerDid, required this.id, }) : assert(matchBech32Format(signerDid)), assert(matchUuidv4(id));